ansible/inventory/group_vars/wiki

43 lines
1.1 KiB
Text
Raw Normal View History

2014-04-07 19:50:57 +00:00
---
# Define resources for this group of hosts here.
lvm_size: 30000
mem_size: 8192
max_mem_size: 8192
num_cpus: 4
2014-04-07 19:50:57 +00:00
virt_install_command: "{{ virt_install_command_two_nic }}"
2014-04-07 19:50:57 +00:00
tcp_ports: [ 80 ]
fas_client_groups: sysadmin-noc,fi-apprentice,sysadmin-web,sysadmin-veteran
2014-04-22 15:46:11 +00:00
# mediawiki variables
wikiname: "fp"
2014-04-21 19:52:08 +00:00
wikipath: "wiki"
wpath: "w"
wikiver: "mediawiki"
2014-04-22 15:46:11 +00:00
# These are consumed by a task in roles/fedmsg/base/main.yml
fedmsg_certs:
- service: shell
owner: root
group: sysadmin
can_send:
- logger.log
2014-04-22 15:46:11 +00:00
- service: mediawiki
owner: root
group: apache
can_send:
- wiki.article.edit
- wiki.upload.complete
2017-09-29 23:52:49 +00:00
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3"
2015-11-27 19:04:48 +00:00
csi_security_category: Moderate
csi_primary_contact: "#fedora-admin"
2015-11-27 19:04:48 +00:00
csi_purpose: Provides our wiki
csi_relationship: |
2015-11-28 02:12:34 +00:00
- There are multiple servers that this service requires. All proxy servers and Wiki 1 and 2.
2015-11-27 19:04:48 +00:00
- 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
2015-11-28 02:07:25 +00:00
- The wiki also requires fas for log in purposes