diff --git a/playbooks/groups/noc.yml b/playbooks/groups/noc.yml index 3e4064e7de..fd2a2aefa2 100644 --- a/playbooks/groups/noc.yml +++ b/playbooks/groups/noc.yml @@ -21,7 +21,7 @@ - hosts - fas_client - collectd/base - - { role: rsyncd, when: datacenter == 'phx2' } + - { role: rsyncd, when: datacenter == 'phx2' or datacenter == 'iad2' } - sudo - { role: openvpn/client, when: env != "staging" } @@ -61,8 +61,8 @@ - import_tasks: "{{ handlers_path }}/restart_services.yml" roles: - - { role: dhcp_server, when: datacenter == 'phx2' } - - { role: tftp_server, when: datacenter == 'phx2' } + - { role: dhcp_server, when: datacenter == 'phx2' or datacenter == 'iad2' } + - { role: tftp_server, when: datacenter == 'phx2' or datacenter == 'iad2' } - { role: nagios_server, when: datacenter == 'phx2' or datacenter == 'ibiblio'} - { role: fedmsg/base, when: deployment_type == "prod" } - { role: rabbit/user, when: deployment_type == "stg" }