I have no idea what I am doing here. Maybe this willfix my syntax
This commit is contained in:
parent
9725d8d56c
commit
50c841ad64
1 changed files with 4 additions and 4 deletions
|
@ -26,18 +26,18 @@
|
||||||
- { role: openvpn/client,
|
- { role: openvpn/client,
|
||||||
when: env != "staging" }
|
when: env != "staging" }
|
||||||
- mod_wsgi
|
- mod_wsgi
|
||||||
- { role: keytab/service
|
- role: keytab/service
|
||||||
owner_user: apache
|
owner_user: apache
|
||||||
owner_group: apache
|
owner_group: apache
|
||||||
service: HTTP
|
service: HTTP
|
||||||
host: "nagios{{env_suffix}}.fedoraproject.org",
|
host: "nagios{{env_suffix}}.fedoraproject.org",
|
||||||
when: datacenter == 'phx2' }
|
when: datacenter == 'phx2'
|
||||||
- { role: keytab/service
|
- role: keytab/service
|
||||||
owner_user: apache
|
owner_user: apache
|
||||||
owner_group: apache
|
owner_group: apache
|
||||||
service: HTTP
|
service: HTTP
|
||||||
host: "nagios-external{{env_suffix}}.fedoraproject.org",
|
host: "nagios-external{{env_suffix}}.fedoraproject.org",
|
||||||
when: datacenter != 'phx2' }
|
when: datacenter != 'phx2'
|
||||||
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue