Files
fedora-infra_ansible/inventory/group_vars/ec2
Pavel Raiskup 0b64eb34bf copr: put copr*aws boxes back to ec2 group
(and disable ansible_become* hacks in ec2 group)

https://pagure.io/fedora-infrastructure/issue/8675
2020-04-24 21:34:25 +02:00

10 lines
328 B
Plaintext

# For Fedora instances, we want to ssh as 'fedora', not as 'root'
#ansible_ssh_user: fedora
# Disabled, it was only needed initially for proxy30.fedoraproject.org
#ansible_become: true
#ansible_become_user: root
#ansible_become_method: sudo
# Disable ethX ifcfg, let amazon handle these via DHCP.
ansible_ifcfg_blacklist: true