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

Do not create entries in .ssh/config and /etc/hosts #73

Open Enucatl opened 11 months ago

Enucatl commented 11 months ago

I prefer to not create these entries, since I have an internal DNS server that takes care of DHCP and will take care of resolving the hostnames appropriately when the guest comes online.

I will add two flags to make this optional (default to true, as is the current behavior)