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>
29 lines
661 B
Org Mode
29 lines
661 B
Org Mode
---
|
|
ansible_become: yes
|
|
ansible_become_user: root
|
|
ansible_ssh_user: fedora
|
|
# Copr vars
|
|
copr_hostbase: copr-dist-git
|
|
datacenter: aws
|
|
description: copr dist git - prod instance
|
|
#swap_file_size_mb: 2048
|
|
#swap_file_path: /swap
|
|
|
|
#instance_type: t3a.medium
|
|
#image: "{{ fedora31_x86_64 }}"
|
|
#keypair: fedora-admin-20130801
|
|
hostbase: copr-dist-git
|
|
inventory_hostname: "copr-dist-git.aws.fedoraproject.org"
|
|
inventory_instance_name: copr-dist-git
|
|
nagios_Check_Services:
|
|
dhcpd: false
|
|
httpd: false
|
|
mail: false
|
|
named: false
|
|
nrpe: true
|
|
ping: false
|
|
raid: false
|
|
sshd: false
|
|
swap: false
|
|
public_ip: 3.89.184.181
|
|
root_auth_users: msuchy frostyx praiskup schlupov
|