summaryrefslogtreecommitdiffstats
path: root/playbooks/groups/noc.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/groups/noc.yml')
-rw-r--r--playbooks/groups/noc.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/playbooks/groups/noc.yml b/playbooks/groups/noc.yml
index 026396ba8..c5c153dc5 100644
--- a/playbooks/groups/noc.yml
+++ b/playbooks/groups/noc.yml
@@ -30,12 +30,12 @@
when: env == "production"
tasks:
- - include: "{{ tasks }}/yumrepos.yml"
- - include: "{{ tasks }}/2fa_client.yml"
- - include: "{{ tasks }}/motd.yml"
+ - include: "{{ tasks_path }}/yumrepos.yml"
+ - include: "{{ tasks_path }}/2fa_client.yml"
+ - include: "{{ tasks_path }}/motd.yml"
handlers:
- - include: "{{ handlers }}/restart_services.yml"
+ - include: "{{ handlers_path }}/restart_services.yml"
- name: deploy service-specific config (just for production)
hosts: nagios
@@ -49,7 +49,7 @@
- "/srv/web/infra/ansible/vars/nagios.{{ inventory_hostname_short }}.yml"
handlers:
- - include: "{{ handlers }}/restart_services.yml"
+ - include: "{{ handlers_path }}/restart_services.yml"
roles:
- { role: dhcp_server, when: datacenter == 'phx2' }