Standardization of booleans for bind role
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Patrick Marchand 2019-11-26 11:53:05 -05:00
parent 839db42c81
commit 3ede484242
3 changed files with 13 additions and 13 deletions

View file

@ -1,7 +1,7 @@
--- ---
bind_recursive_server: false bind_recursive_server: False
bind_authoritative_server: true bind_authoritative_server: True
bind_chroot_set: true bind_chroot_set: True
bind_chroot_path: /var/chroot-bind bind_chroot_path: /var/chroot-bind
bind_systemd_service_path: /etc/systemd/system/bind9.service bind_systemd_service_path: /etc/systemd/system/bind9.service
bind_statistics_file: /var/run/named.stats bind_statistics_file: /var/run/named.stats

View file

@ -13,7 +13,7 @@
owner: bind owner: bind
group: bind group: bind
mode: "0644" mode: "0644"
force: true force: True
notify: restart bind notify: restart bind
when: bind_recursive_server when: bind_recursive_server
@ -32,7 +32,7 @@
owner: bind owner: bind
group: bind group: bind
mode: "0644" mode: "0644"
force: true force: True
notify: restart bind notify: restart bind
when: bind_authoritative_server when: bind_authoritative_server
@ -43,7 +43,7 @@
owner: root owner: root
group: root group: root
mode: "0644" mode: "0644"
force: true force: True
notify: notify:
- reload systemd - reload systemd
- restart bind - restart bind
@ -73,14 +73,14 @@
dest: /root/chroot-bind.sh dest: /root/chroot-bind.sh
mode: "0700" mode: "0700"
owner: root owner: root
force: true force: True
backup: true backup: True
when: bind_chroot_set when: bind_chroot_set
- name: exec chroot-bind.sh - name: exec chroot-bind.sh
command: "/root/chroot-bind.sh" command: "/root/chroot-bind.sh"
register: chrootbind_run register: chrootbind_run
changed_when: false changed_when: False
when: bind_chroot_set when: bind_chroot_set
- debug: - debug:
@ -102,7 +102,7 @@
owner: root owner: root
group: root group: root
mode: "0644" mode: "0644"
force: true force: True
notify: restart bind notify: restart bind
when: not bind_chroot_set when: not bind_chroot_set
@ -113,7 +113,7 @@
owner: root owner: root
group: root group: root
mode: "0644" mode: "0644"
force: true force: True
notify: restart bind notify: restart bind
when: bind_chroot_set when: bind_chroot_set

View file

@ -3,7 +3,7 @@
- name: is Munin present ? - name: is Munin present ?
stat: stat:
path: /etc/munin/plugin-conf.d/munin-node path: /etc/munin/plugin-conf.d/munin-node
check_mode: false check_mode: False
register: munin_node_plugins_config register: munin_node_plugins_config
tags: tags:
- bind - bind
@ -48,7 +48,7 @@
owner: root owner: root
group: root group: root
mode: "0644" mode: "0644"
force: true force: True
notify: restart munin-node notify: restart munin-node
when: munin_node_plugins_config.stat.exists when: munin_node_plugins_config.stat.exists
tags: tags: