mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
I have no idea what I am doing here. Maybe this willfix my syntax
This commit is contained in:
@@ -30,13 +30,13 @@
|
||||
owner_user: apache
|
||||
owner_group: apache
|
||||
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",
|
||||
host: "nagios-external{{env_suffix}}.fedoraproject.org"
|
||||
when: datacenter != 'phx2'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user