ok maybe this will get the right cert
This commit is contained in:
parent
7f77a62748
commit
9725d8d56c
1 changed files with 10 additions and 2 deletions
|
@ -26,11 +26,19 @@
|
||||||
- { 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' }
|
||||||
|
- { role: keytab/service
|
||||||
|
owner_user: apache
|
||||||
|
owner_group: apache
|
||||||
|
service: HTTP
|
||||||
|
host: "nagios-external{{env_suffix}}.fedoraproject.org",
|
||||||
|
when: datacenter != 'phx2' }
|
||||||
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- include: "{{ tasks_path }}/2fa_client.yml"
|
- include: "{{ tasks_path }}/2fa_client.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue