Issue keytabs for Ipsilon
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
ec9680232e
commit
bacf440c82
1 changed files with 12 additions and 0 deletions
|
@ -26,6 +26,18 @@
|
||||||
- { role: openvpn/client,
|
- { role: openvpn/client,
|
||||||
when: env != "staging" }
|
when: env != "staging" }
|
||||||
- mod_wsgi
|
- mod_wsgi
|
||||||
|
- role: keytab/service
|
||||||
|
owner_user: apache
|
||||||
|
owner_group: apache
|
||||||
|
service: HTTP
|
||||||
|
host: "id.stg.fedoraproject.org"
|
||||||
|
when: env == "staging"
|
||||||
|
- role: keytab/service
|
||||||
|
owner_user: apache
|
||||||
|
owner_group: apache
|
||||||
|
service: HTTP
|
||||||
|
host: "id.fedoraproject.org"
|
||||||
|
when: env == "production"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- include: "{{ tasks }}/yumrepos.yml"
|
- include: "{{ tasks }}/yumrepos.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue