Add fedmsg stuff to wiki instances
This commit is contained in:
parent
7d9eb0c836
commit
11c9418ffe
2 changed files with 20 additions and 0 deletions
|
@ -10,6 +10,16 @@ num_cpus: 2
|
||||||
tcp_ports: [ 80 ]
|
tcp_ports: [ 80 ]
|
||||||
fas_client_groups: sysadmin-noc,fi-apprentice
|
fas_client_groups: sysadmin-noc,fi-apprentice
|
||||||
|
|
||||||
|
# mediawiki variables
|
||||||
wikiname: "fp"
|
wikiname: "fp"
|
||||||
wikipath: "wiki"
|
wikipath: "wiki"
|
||||||
wpath: "w"
|
wpath: "w"
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
|
@ -10,6 +10,16 @@ num_cpus: 2
|
||||||
tcp_ports: [ 80 ]
|
tcp_ports: [ 80 ]
|
||||||
fas_client_groups: sysadmin-noc,fi-apprentice
|
fas_client_groups: sysadmin-noc,fi-apprentice
|
||||||
|
|
||||||
|
# mediawiki variables
|
||||||
wikiname: "fp"
|
wikiname: "fp"
|
||||||
wikipath: "wiki"
|
wikipath: "wiki"
|
||||||
wpath: "w"
|
wpath: "w"
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue