summaryrefslogtreecommitdiffstats
path: root/inventory/group_vars/wiki
blob: 993dedbe161c5c40d2195cc9867cc8103e7516d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
# Define resources for this group of hosts here. 
lvm_size: 30000
mem_size: 8192
num_cpus: 4

# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
virt_install_command: "{{ virt_install_command_rhel6 }}"

tcp_ports: [ 80 ]
fas_client_groups: sysadmin-noc,fi-apprentice,sysadmin-web,sysadmin-veteran

# mediawiki variables
wikiname: "fp"
wikipath: "wiki"
wpath: "w"
wikiver: "mediawiki119"

# These are consumed by a task in roles/fedmsg/base/main.yml
fedmsg_certs:
- service: shell
  owner: root
  group: sysadmin
  can_send:
  - logger.log
- service: mediawiki
  owner: root
  group: apache
  can_send:
  - wiki.article.edit
  - wiki.upload.complete

nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=4,minorversion=0"

csi_security_category: Moderate
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