csmart / ansible-role-virt-infra

Define and manage guests and networks on a KVM host with Ansible
GNU General Public License v3.0
67 stars 48 forks source link

add support for network configuration via cloud-init #44

Closed csmart closed 3 years ago

csmart commented 3 years ago

It would be good to be able to define specific network settings where necessary and have cloud-init configure them. This probably means enabling support for network config v2 in cloud-init.

In the inventory, one could add additional configuration settings to a VM's network. We already have mac so we could add others like IP address, etc.