ansible/inventory/host_vars/retrace-stg.aws.fedoraproject.org
2022-03-24 11:58:44 +01:00

86 lines
2.6 KiB
Org Mode

---
# Uncomment the following three lines to bootstrap after freshly deploying an
# instance.
#ansible_ssh_user: ec2-user
#ansible_become_user: root
#ansible_become: yes
datacenter: aws
# Clean-up packages of following EOLed operating systems
eol_opsys: []
# When not empty, the array should have the following form:
# - { opsys: "Fedora", release: "36" }
# List of supported operating systems
faf_opsys_list:
- fedora
- centos
faf_repos:
# Fedora 35 repositories ------------------------------------------------
- arch: 'src'
name: 'fedora-35-source'
opsys: 'Fedora 35'
url:
- 'http://dl01.fedoraproject.org/pub/fedora/linux/releases/35/Everything/source/tree/'
- arch: 'x86_64'
name: 'fedora-35-x86_64'
opsys: 'Fedora 35'
url:
- 'http://dl01.fedoraproject.org/pub/fedora/linux/releases/35/Everything/x86_64/os/'
- arch: 'x86_64'
name: 'fedora-35-x86_64-debug'
opsys: 'Fedora 35'
url:
- 'http://dl01.fedoraproject.org/pub/fedora/linux/releases/35/Everything/x86_64/debug/tree/'
- arch: 'x86_64'
name: 'fedora-35-x86_64-updates'
opsys: 'Fedora 35'
url:
- 'http://dl01.fedoraproject.org/pub/fedora/linux/updates/35/Everything/x86_64/'
- arch: 'x86_64'
name: 'fedora-35-x86_64-updates-debug'
opsys: 'Fedora 35'
url:
- 'http://dl01.fedoraproject.org/pub/fedora/linux/updates/35/Everything/x86_64/debug/'
- arch: 'x86_64'
name: 'fedora-35-x86_64-testing'
opsys: 'Fedora 35'
url:
- 'http://dl01.fedoraproject.org/pub/fedora/linux/updates/testing/35/Everything/x86_64/'
- arch: 'x86_64'
name: 'fedora-35-x86_64-testing-debug'
opsys: 'Fedora 35'
url:
- 'http://dl01.fedoraproject.org/pub/fedora/linux/updates/testing/35/Everything/x86_64/debug/'
faf_server_name: retrace-stg.aws.fedoraproject.org/faf
# consumed by roles/copr/certbot
letsencrypt:
certificates:
retrace-stg.aws.fedoraproject.org:
challenge_dir: /var/www/html
domains:
- retrace-stg.aws.fedoraproject.org
mail: mfabik@redhat.com
predefined_deploy_script: httpd
nagios_Check_Services:
dhcpd: false
httpd: false
mail: false
named: false
nrpe: false
ping: false
raid: false
sshd: false
swap: false
public_hostname: retrace-stg.aws.fedoraproject.org
public_ip: 54.160.25.198
rs_internal_arch_list: [source, x86_64]
rs_internal_centos_vers: []
# Staging only has a little storage, so we only support one release at a time.
rs_internal_fedora_vers: [35]
rs_internal_fedora_vers_removed: [31, 32, 33, 34, rawhide]
rs_use_faf_packages: true
sar_output_file: faf.json
# GDPR SAR variables
sar_script: '/usr/bin/faf sar'
sar_script_user: faf
vpn: True