ansible/inventory/group_vars/ec2
Rick Elrod 4c71e4277d haha, I hate everything
Signed-off-by: Rick Elrod <relrod@redhat.com>
2020-04-24 21:34:21 +02:00

8 lines
254 B
Text

# For Fedora instances, we want to ssh as 'fedora', not as 'root'
#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_blacklist: true