2014-04-07 19:50:57 +00:00
|
|
|
---
|
|
|
|
# Define resources for this group of hosts here.
|
|
|
|
lvm_size: 30000
|
2014-07-08 15:20:29 +00:00
|
|
|
mem_size: 8192
|
2017-11-22 23:49:51 +00:00
|
|
|
max_mem_size: 8192
|
2014-07-08 15:20:29 +00:00
|
|
|
num_cpus: 4
|
2014-04-07 19:50:57 +00:00
|
|
|
|
2017-11-22 21:21:19 +00:00
|
|
|
virt_install_command: "{{ virt_install_command_two_nic }}"
|
2014-04-07 19:50:57 +00:00
|
|
|
|
|
|
|
tcp_ports: [ 80 ]
|
2016-05-17 00:18:04 +00:00
|
|
|
fas_client_groups: sysadmin-noc,fi-apprentice,sysadmin-web,sysadmin-veteran
|
2014-04-21 18:10:28 +00:00
|
|
|
|
2014-04-22 15:46:11 +00:00
|
|
|
# mediawiki variables
|
2014-04-21 18:10:28 +00:00
|
|
|
wikiname: "fp"
|
2014-04-21 19:52:08 +00:00
|
|
|
wikipath: "wiki"
|
|
|
|
wpath: "w"
|
2017-11-22 21:39:05 +00:00
|
|
|
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
|
2015-12-03 19:30:08 +00:00
|
|
|
can_send:
|
|
|
|
- logger.log
|
2014-04-22 15:46:11 +00:00
|
|
|
- service: mediawiki
|
|
|
|
owner: root
|
|
|
|
group: apache
|
2015-06-12 20:27:49 +00:00
|
|
|
can_send:
|
|
|
|
- wiki.article.edit
|
|
|
|
- wiki.upload.complete
|
2014-04-24 19:21:59 +00:00
|
|
|
|
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
|
2016-07-08 15:00:28 -03:00
|
|
|
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
|