2020-01-28 12:52:42 +00:00
|
|
|
# For Fedora instances, we want to ssh as 'fedora', not as 'root'
|
2020-01-28 14:31:43 +00:00
|
|
|
#ansible_ssh_user: fedora
|
2020-02-22 19:30:33 +01:00
|
|
|
# Disabled, it was only needed initially for proxy30.fedoraproject.org
|
|
|
|
#ansible_become: true
|
|
|
|
#ansible_become_user: root
|
|
|
|
#ansible_become_method: sudo
|
2020-01-28 13:25:39 +00:00
|
|
|
|
|
|
|
# Disable ethX ifcfg, let amazon handle these via DHCP.
|
2020-01-28 13:33:22 +00:00
|
|
|
ansible_ifcfg_blacklist: true
|