This was done using yq ( https://mikefarah.gitbook.io/yq/operators/sort-keys ) Doing things this way makes it much easier to see if a variable is set in a file or if two hosts differ in what variables they set. Hopefully we can keep things sorted moving forward. Basically this means just sort a-z anything you add to any host or group vaiable and it will be in the right place. Additionally, this enforces 'normal' intent rules for all the variable files which we should also try and obey. 2 spaces for first level, 3 for next, etc. When in doubt you can run yq on it. This should cause NO actual vairable changes, it's all just readability fixing for humans, ansible parses it exactly the same. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
36 lines
1.6 KiB
Text
36 lines
1.6 KiB
Text
---
|
|
blockerbugs_bodhi_url: 'https://bodhi.stg.fedoraproject.org/'
|
|
blockerbugs_bugzilla_url: 'https://bugzilla.stage.redhat.com/'
|
|
blockerbugs_db_host: "{{ blockerbugs_db_host_machine }}"
|
|
############################################################
|
|
# blockerbugs db details
|
|
############################################################
|
|
blockerbugs_db_host_machine: db01.stg.iad2.fedoraproject.org
|
|
blockerbugs_db_name: blockerbugs
|
|
blockerbugs_db_password: "{{ stg_blockerbugs_db_password }}"
|
|
blockerbugs_db_port: 5432
|
|
blockerbugs_db_user: "{{ stg_blockerbugs_db_user }}"
|
|
blockerbugs_pagure_repo_token_secret: "{{ blockerbugs_stg_pagure_repo_token }}"
|
|
blockerbugs_pagure_repo_webhook_key_secret: "{{ blockerbugs_stg_pagure_repo_webhook_key }}"
|
|
blockerbugs_pagure_url: 'https://stg.pagure.io/'
|
|
blockerbugs_secret_key: "{{ stg_blockerbugs_secret_key }}"
|
|
blockerbugs_url: 'https://qa.stg.fedoraproject.org/blockerbugs/'
|
|
# Neeed for rsync from log01 for logs.
|
|
custom_rules: ['-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT']
|
|
ipa_client_shell_groups:
|
|
- fi-apprentice
|
|
- sysadmin-noc
|
|
- sysadmin-qa
|
|
- sysadmin-veteran
|
|
ipa_client_sudo_groups:
|
|
- sysadmin-qa
|
|
ipa_host_group: blockerbugs
|
|
ipa_host_group_desc: Blocker bug tracking service
|
|
lvm_size: 30000
|
|
# This gets overridden by whichever node we want to run special cronjobs.
|
|
master_blockerbugs_node: False
|
|
mem_size: 4096
|
|
num_cpus: 2
|
|
# for systems that do not match the above - specify the same parameter in
|
|
# the host_vars/$hostname file
|
|
tcp_ports: [80, 443, 8888]
|