ansible/inventory/group_vars/qa_prod
Kevin Fenzi 4b31ac5152 ansible: Change all our group names from foo-bar to foo_bar or foo-bar-baz to foo_bar_baz
In ansible 2.8 the - character isn't supposed to be valid in group names.
While we could override this, might has well just bite the bullet and change it.
So, just switch all group names to use _ instead of -

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-05-20 17:38:09 +00:00

91 lines
3.2 KiB
Text

---
# Define resources for this group of hosts here.
lvm_size: 500000
mem_size: 8196
max_mem_size: 16384
num_cpus: 2
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
fas_client_groups: sysadmin-qa,sysadmin-main,fi-apprentice,sysadmin-noc,sysadmin-veteran
freezes: true
sslonly: false
# this needs firewall rules
#sshd_config: ssh/sshd_config.qa-prod
#sshd_port: 222
sshd_port: 22
external_hostname: qa.fedoraproject.org
vpn_hostname: qa-prod01.vpn.fedoraproject.org
deployment_type: qa-prod
tcp_ports: [ 80, "{{ buildslave_port }}", 222]
################################################################################
# Buildbot Settings
################################################################################
#
buildmaster_db_host: localhost
buildmaster_template: ci.master.cfg.j2
buildmaster_endpoint: buildmaster
buildslave_ssh_pubkey: ''
buildslave_port: 9989
buildmaster_dir: /srv/buildmaster/master
buildslave_dir: /srv/buildslave/slave
buildslave_poll_interval: 1800
buildmaster_home: /srv/buildmaster
buildmaster_user: buildmaster
# build details
repo_base: 'https://git.qa-prod01.qa.fedoraproject.org/diffusion'
docs_build_dir: /var/www/docs/
# for now, we're just doing a local slave so we need the slave vars in here
slave_home: /home/buildslave/
slave_dir: /home/buildslave/slave
slave_user: buildslave
buildslave_name: 'qa-prod01-1'
buildslave_password: '{{ qa_prod_buildslave_password }}'
################################################################################
# Backup Settings
################################################################################
backup_dir: /srv/backup
backup_username: root
backup_ssh_pubkey: ssh-dss AAAAB3NzaC1kc3MAAACBAJr3xqn/hHIXeth+NuXPu9P91FG9jozF3Q1JaGmg6szo770rrmhiSsxso/Ibm2mObqQLCyfm/qSOQRynv6tL3tQVHA6EEx0PNacnBcOV7UowR5kd4AYv82K1vQhof3YTxOMmNIOrdy6deDqIf4sLz1TDHvEDwjrxtFf8ugyZWNbTAAAAFQCS5puRZF4gpNbaWxe6gLzm3rBeewAAAIBcEd6pRatE2Qc/dW0YwwudTEaOCUnHmtYs2PHKbOPds0+Woe1aWH38NiE+CmklcUpyRsGEf3O0l5vm3VrVlnfuHpgt/a/pbzxm0U6DGm2AebtqEmaCX3CIuYzKhG5wmXqJ/z+Hc5MDj2mn2TchHqsk1O8VZM+1Ml6zX3Hl4vvBsQAAAIALDt5NFv6GLuid8eik/nn8NORd9FJPDBJxgVqHNIm08RMC6aI++fqwkBhVPFKBra5utrMKQmnKs/sOWycLYTqqcSMPdWSkdWYjBCSJ/QNpyN4laCmPWLgb3I+2zORgR0EjeV2e/46geS0MWLmeEsFwztpSj4Tv4e18L8Dsp2uB2Q== root@backup03-rdiff-backup
host_backup_targets: ['/srv/backup']
################################################################################
# Static Site Settings
################################################################################
static_sites:
- name: "{{ vpn_hostname }}"
document_root: /srv/content
external_name: "{{ external_hostname }}"
- name: "docs.{{ vpn_hostname }}"
document_root: /srv/content/docs
external_name: "docs.{{ external_hostname }}"
- name: "images.{{ inventory_hostname }}"
document_root: /srv/content/images
external_name: "images.{{ external_hostname }}"
############################################################
# imagefactory config
############################################################
imagefactory_host: qa12.qa.fedoraproject.org
imagefactory_baseurl: 'http://{{imagefactory_host}}:8075/imagefactory'
imagefactory_tools_branch: develop
imagesdir: /var/lib/diskimages
slaves_group: apache