more config to let ec2 handle its own networking
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
0ae289f33b
commit
b841e237f9
1 changed files with 3 additions and 0 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue