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