mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
Everything should now be using linux-system-roles/network, so we drop our hacky nmcli calls and everything that referred to them, including exclude variables. Also, lets just let NM handle resolv.conf so it's not wrong all the time on reboots. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
19 lines
395 B
Plaintext
19 lines
395 B
Plaintext
# 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.
|
|
datacenter: aws
|
|
nagios_Check_Services:
|
|
dhcpd: false
|
|
httpd: false
|
|
mail: false
|
|
named: false
|
|
nrpe: false
|
|
ping: false
|
|
raid: false
|
|
sshd: false
|
|
swap: false
|