Files
fedora-infra_ansible/inventory/group_vars/wiki
Kevin Fenzi 3c12ef6aa9 Killed trailing spaces in group/host vars with fire.
Normally it's just a nitpick to not have trailing spaces on variables.
However, for some things like mac address, it really matters.
Bunches of buildhw's were failing ansibile because they were passing
"mac address " to linux-system-roles networking and ansible was going
'huh, nope, I can't find that mac address here at all'.
So, just blow all the tailing spaces away to avoid any other variables
that hit this.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-05-04 08:52:52 -07:00

56 lines
1.2 KiB
Plaintext

---
# Define resources for this group of hosts here.
lvm_size: 30000
mem_size: 8192
max_mem_size: 8192
num_cpus: 4
deployment_type: prod
virt_install_command: "{{ virt_install_command_two_nic }}"
tcp_ports: [ 80 ]
primary_auth_source: ipa
ipa_host_group: wiki
ipa_host_group_desc: Fedora Wiki
ipa_client_shell_groups:
- fi-apprentice
- sysadmin-noc
- sysadmin-veteran
- sysadmin-web
ipa_client_sudo_groups:
- sysadmin-web
# mediawiki variables
wikiname: "fp"
wikipath: "wiki"
wpath: "w"
wikiver: "mediawiki"
# These are consumed by a task in roles/fedmsg/base/main.yml
fedmsg_certs:
- service: shell
owner: root
group: sysadmin
can_send:
- logger.log
- service: mediawiki
owner: root
group: apache
can_send:
- wiki.article.edit
- wiki.upload.complete
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3"
csi_security_category: Moderate
csi_primary_contact: "#fedora-admin"
csi_purpose: Provides our wiki
csi_relationship: |
- There are multiple servers that this service requires. All proxy servers and Wiki 1 and 2.
- Wiki requires the proxy servers in order for traffic to pass to them
- If the Apache processes stop on wiki01 and wiki02 the wiki will not display
- The wiki also requires fas for log in purposes