28 lines
610 B
Org Mode
28 lines
610 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: 50000
|
|
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
|