77 lines
2.3 KiB
Text
77 lines
2.3 KiB
Text
---
|
|
ansible_ssh_user: ec2-user
|
|
ansible_become_user: root
|
|
ansible_become: yes
|
|
|
|
datacenter: aws
|
|
|
|
faf_server_name: retrace.fedoraproject.org/faf
|
|
rs_use_faf_packages: true
|
|
|
|
# we do not have enough storage on stg
|
|
rs_internal_fedora_vers: [32, rawhide]
|
|
rs_internal_fedora_vers_removed: []
|
|
rs_internal_arch_list: [source, x86_64, i386]
|
|
|
|
# List of supported operating systems
|
|
faf_opsys_list:
|
|
- fedora
|
|
- centos
|
|
|
|
# Clean-up packages of following EOLed operating systems
|
|
eol_opsys:
|
|
- { opsys: "Fedora", release: "30"}
|
|
|
|
# GDPR SAR variables
|
|
sar_script: '/usr/bin/faf sar'
|
|
sar_script_user: faf
|
|
sar_output_file: faf.json
|
|
|
|
nagios_Check_Services:
|
|
mail: false
|
|
nrpe: false
|
|
sshd: false
|
|
named: false
|
|
dhcpd: false
|
|
httpd: false
|
|
swap: false
|
|
ping: false
|
|
raid: false
|
|
|
|
faf_repos:
|
|
- { name: 'fedora-32-source',
|
|
url: ['http://dl01.fedoraproject.org/pub/fedora/linux/releases/32/Everything/source/tree/', 'http://dl01.fedoraproject.org/pub/fedora/linux/development/32/Everything/source/tree/'],
|
|
arch: 'src',
|
|
opsys: 'Fedora 32',
|
|
}
|
|
- { name: 'fedora-32-x86_64',
|
|
url: ['http://dl01.fedoraproject.org/pub/fedora/linux/releases/32/Everything/x86_64/os/', 'http://dl01.fedoraproject.org/pub/fedora/linux/development/32/Everything/x86_64/os/'],
|
|
arch: 'x86_64',
|
|
opsys: 'Fedora 32',
|
|
}
|
|
- { name: 'fedora-32-x86_64-debug',
|
|
url: ['http://dl01.fedoraproject.org/pub/fedora/linux/releases/32/Everything/x86_64/debug/tree/', 'http://dl01.fedoraproject.org/pub/fedora/linux/development/32/Everything/x86_64/debug/tree/'],
|
|
arch: 'x86_64',
|
|
opsys: 'Fedora 32',
|
|
}
|
|
- { name: 'fedora-32-x86_64-testing-debug',
|
|
url: ['http://dl01.fedoraproject.org/pub/fedora/linux/updates/testing/32/Everything/x86_64/debug/'],
|
|
arch: 'x86_64',
|
|
opsys: 'Fedora 32',
|
|
}
|
|
- { name: 'fedora-32-x86_64-testing',
|
|
url: ['http://dl01.fedoraproject.org/pub/fedora/linux/updates/testing/32/Everything/x86_64/'],
|
|
arch: 'x86_64',
|
|
opsys: 'Fedora 32',
|
|
}
|
|
- { name: 'fedora-32-x86_64-updates-debug',
|
|
url: ['http://dl01.fedoraproject.org/pub/fedora/linux/updates/32/Everything/x86_64/debug/'],
|
|
arch: 'x86_64',
|
|
opsys: 'Fedora 32',
|
|
}
|
|
- { name: 'fedora-32-x86_64-updates',
|
|
url: ['http://dl01.fedoraproject.org/pub/fedora/linux/updates/32/Everything/x86_64/'],
|
|
arch: 'x86_64',
|
|
opsys: 'Fedora 32',
|
|
}
|
|
...
|