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
|
|
|
|
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-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"
|
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
|
2014-04-24 19:21:59 +00:00
|
|
|
|
|
|
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid"
|