ansible/inventory/group_vars/wiki

46 lines
1.2 KiB
Text
Raw Normal View History

2014-04-07 19:50:57 +00:00
---
# 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
2014-04-07 19:50:57 +00:00
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]
2014-04-22 15:46:11 +00:00
# mediawiki variables
wikiname: "fp"
2014-04-21 19:52:08 +00:00
wikipath: "wiki"
wikiver: "mediawiki"
wpath: "w"