Adding a New KVM Host to an Existing OLVM Environment Using Ansible
Hello,
Question Background:
I have an existing environment where Oracle Linux KVM is deployed, with OLVM managing the KVM hosts. Now, I would like to add a new KVM host to this environment.
To maintain consistency, the new KVM host should be built with the same package versions as the existing hosts. I am considering using an Ansible playbook for this process.
Questions:
- Is it feasible to add a KVM host to an existing OLVM environment using Ansible? If so, what would be the recommended procedure and key considerations?
- If using Ansible is not a viable approach, what alternative method should I consider to achieve this?