diff --git a/playbooks/groups/noc-new.yml b/playbooks/groups/noc-new.yml index 078b7c5c19..cfcf6dc6ef 100644 --- a/playbooks/groups/noc-new.yml +++ b/playbooks/groups/noc-new.yml @@ -26,18 +26,18 @@ - { role: openvpn/client, when: env != "staging" } - mod_wsgi - - { role: keytab/service + - role: keytab/service owner_user: apache owner_group: apache service: HTTP host: "nagios{{env_suffix}}.fedoraproject.org", - when: datacenter == 'phx2' } - - { role: keytab/service + when: datacenter == 'phx2' + - role: keytab/service owner_user: apache owner_group: apache service: HTTP host: "nagios-external{{env_suffix}}.fedoraproject.org", - when: datacenter != 'phx2' } + when: datacenter != 'phx2' tasks: