summaryrefslogtreecommitdiffstats
path: root/playbooks/groups/nagios-new.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/groups/nagios-new.yml')
-rw-r--r--playbooks/groups/nagios-new.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/playbooks/groups/nagios-new.yml b/playbooks/groups/nagios-new.yml
index d8b8d3120..33327a36b 100644
--- a/playbooks/groups/nagios-new.yml
+++ b/playbooks/groups/nagios-new.yml
@@ -12,7 +12,7 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
pre_tasks:
- - include: "{{ tasks }}/yumrepos.yml"
+ - include: "{{ tasks_path }}/yumrepos.yml"
roles:
- base
@@ -32,11 +32,11 @@
host: "nagios{{env_suffix}}.fedoraproject.org"
tasks:
- - include: "{{ tasks }}/2fa_client.yml"
- - include: "{{ tasks }}/motd.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 nagios service config
hosts: nagios-new
@@ -50,7 +50,7 @@
- "/srv/web/infra/ansible/vars/nagios.{{ inventory_hostname_short }}.yml"
handlers:
- - include: "{{ handlers }}/restart_services.yml"
+ - include: "{{ handlers_path }}/restart_services.yml"
roles:
- nagios_server