Browse Source

add default for monitoring_host, fix typo

python3
Andrea Cimbalo 7 years ago
parent
commit
da8b30e363
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      roles/icinga2-monitoring/defaults/main.yaml
  2. +1
    -1
      roles/icinga2/tasks/main.yaml

+ 1
- 0
roles/icinga2-monitoring/defaults/main.yaml View File

@ -0,0 +1 @@
monitoring_host: []

+ 1
- 1
roles/icinga2/tasks/main.yaml View File

@ -93,7 +93,7 @@
- name: create icinga2 hosts directory
file:
path: /home/git/{{ item }}
path: {{ item }}
state: directory
owner: icinga2
group: icinga2


Loading…
Cancel
Save