ansible/inventory/group_vars/wiki

28 lines
566 B
Text
Raw Permalink 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
num_cpus: 4
2014-04-07 19:50:57 +00:00
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
tcp_ports: [ 80 ]
fas_client_groups: sysadmin-noc,fi-apprentice
2014-04-22 15:46:11 +00:00
# mediawiki variables
wikiname: "fp"
2014-04-21 19:52:08 +00:00
wikipath: "wiki"
wpath: "w"
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
- service: mediawiki
owner: root
group: apache
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid"