ansible/inventory/group_vars/wiki
Kevin Fenzi 859d80f290 wiki: use default one nic install here
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-16 14:04:22 -07:00

45 lines
1.2 KiB
Text

---
# Define resources for this group of hosts here.
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
csi_security_category: Moderate
deployment_type: prod
# These are consumed by a task in roles/fedmsg/base/main.yml
fedmsg_certs:
- can_send:
- logger.log
group: sysadmin
owner: root
service: shell
- can_send:
- wiki.article.edit
- wiki.upload.complete
group: apache
owner: root
service: mediawiki
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: 4
primary_auth_source: ipa
tcp_ports: [80]
# mediawiki variables
wikiname: "fp"
wikipath: "wiki"
wikiver: "mediawiki"
wpath: "w"