more config to let ec2 handle its own networking

Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod 2020-01-28 13:25:39 +00:00 committed by Pierre-Yves Chibon
parent 0ae289f33b
commit b841e237f9

View file

@ -3,3 +3,6 @@ ansible_ssh_user: fedora
ansible_become: true
ansible_become_user: root
ansible_become_method: sudo
# Disable ethX ifcfg, let amazon handle these via DHCP.
ansible_ifcfg_whitelist: ['eth0', 'eth1', 'eth2', 'eth3']