From 3ede48424220bc18f2c3f95d4563efc7b3685f42 Mon Sep 17 00:00:00 2001 From: Patrick Marchand Date: Tue, 26 Nov 2019 11:53:05 -0500 Subject: [PATCH] Standardization of booleans for bind role --- bind/defaults/main.yml | 6 +++--- bind/tasks/main.yml | 16 ++++++++-------- bind/tasks/munin.yml | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/bind/defaults/main.yml b/bind/defaults/main.yml index 9338d847..b7bc2090 100644 --- a/bind/defaults/main.yml +++ b/bind/defaults/main.yml @@ -1,7 +1,7 @@ --- -bind_recursive_server: false -bind_authoritative_server: true -bind_chroot_set: true +bind_recursive_server: False +bind_authoritative_server: True +bind_chroot_set: True bind_chroot_path: /var/chroot-bind bind_systemd_service_path: /etc/systemd/system/bind9.service bind_statistics_file: /var/run/named.stats diff --git a/bind/tasks/main.yml b/bind/tasks/main.yml index 5c28887c..061d0459 100644 --- a/bind/tasks/main.yml +++ b/bind/tasks/main.yml @@ -13,7 +13,7 @@ owner: bind group: bind mode: "0644" - force: true + force: True notify: restart bind when: bind_recursive_server @@ -32,7 +32,7 @@ owner: bind group: bind mode: "0644" - force: true + force: True notify: restart bind when: bind_authoritative_server @@ -43,7 +43,7 @@ owner: root group: root mode: "0644" - force: true + force: True notify: - reload systemd - restart bind @@ -73,14 +73,14 @@ dest: /root/chroot-bind.sh mode: "0700" owner: root - force: true - backup: true + force: True + backup: True when: bind_chroot_set - name: exec chroot-bind.sh command: "/root/chroot-bind.sh" register: chrootbind_run - changed_when: false + changed_when: False when: bind_chroot_set - debug: @@ -102,7 +102,7 @@ owner: root group: root mode: "0644" - force: true + force: True notify: restart bind when: not bind_chroot_set @@ -113,7 +113,7 @@ owner: root group: root mode: "0644" - force: true + force: True notify: restart bind when: bind_chroot_set diff --git a/bind/tasks/munin.yml b/bind/tasks/munin.yml index 751f8093..5dcaa247 100644 --- a/bind/tasks/munin.yml +++ b/bind/tasks/munin.yml @@ -3,7 +3,7 @@ - name: is Munin present ? stat: path: /etc/munin/plugin-conf.d/munin-node - check_mode: false + check_mode: False register: munin_node_plugins_config tags: - bind @@ -48,7 +48,7 @@ owner: root group: root mode: "0644" - force: true + force: True notify: restart munin-node when: munin_node_plugins_config.stat.exists tags: