mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-13 14:49:58 +08:00
more config to let ec2 handle its own networking
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
0ae289f33b
commit
b841e237f9
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user