1
0
Fork 0
forked from infra/ansible
ansible/inventory/group_vars/wiki
Kevin Fenzi b5e2300700 wiki: increase cpus to 16 to handle load
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2026-04-17 09:05:29 -07:00

31 lines
862 B
Text

---
# Define resources for this group of hosts here.
deployment_type: prod
ipa_client_shell_groups:
- fi-apprentice
- sysadmin-noc
- sysadmin-veteran
- sysadmin-web
ipa_client_sudo_groups:
- sysadmin-web
ipa_host_group: wiki
ipa_host_group_desc: Fedora Wiki
lvm_size: 30000
max_mem_size: 8192
mem_size: 8192
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3"
num_cpus: 16
primary_auth_source: ipa
tcp_ports: [80]
# mediawiki variables
wikiname: "fp"
wikipath: "wiki"
wikiver: "mediawiki"
wpath: "w"
notes: |
- Provides our wiki
- 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