🚨: yamllint conformity
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
dest: /etc/munin/plugin-conf.d/garage
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0640'
|
||||
mode: "0o640"
|
||||
notify:
|
||||
- Restart munin-node
|
||||
|
||||
@@ -24,6 +24,6 @@
|
||||
dest: /etc/munin/plugins/garage_bucket
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0755'
|
||||
mode: "0o755"
|
||||
notify:
|
||||
- Restart munin-node
|
||||
|
@@ -14,7 +14,7 @@
|
||||
dest: /etc/munin/plugin-conf.d/nvme
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0640'
|
||||
mode: "0o640"
|
||||
notify:
|
||||
- Restart munin-node
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
dest: /etc/munin/plugins/nvme
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0755'
|
||||
mode: "0o755"
|
||||
notify:
|
||||
- Restart munin-node
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
ansible.builtin.copy:
|
||||
src: "files/{{ item }}"
|
||||
dest: "/etc/munin/plugins/{{ item }}"
|
||||
mode: "0755"
|
||||
mode: "0o755"
|
||||
owner: root
|
||||
group: root
|
||||
notify:
|
||||
|
@@ -26,7 +26,7 @@
|
||||
ansible.builtin.template:
|
||||
src: munin-node.conf.j2
|
||||
dest: /etc/munin/munin-node.conf
|
||||
mode: 0644
|
||||
mode: "0o644"
|
||||
notify:
|
||||
- Restart munin-node
|
||||
when: munin_need_reconfigure
|
||||
|
@@ -4,7 +4,7 @@
|
||||
ansible.builtin.copy:
|
||||
src: "./files/{{ item.0 }}"
|
||||
dest: "/etc/munin/plugins/{{ item.0 }}{{ item.1.name }}"
|
||||
mode: 0755
|
||||
mode: "0o755"
|
||||
loop: "{{ mikrotik_unitary_scripts | product(mikrotik_hosts) | list }}"
|
||||
notify:
|
||||
- Restart munin-node
|
||||
@@ -13,7 +13,7 @@
|
||||
ansible.builtin.copy:
|
||||
src: "./files/{{ item.1 }}"
|
||||
dest: "/etc/munin/plugins/{{ item.1 }}{{ item.0.0.name }}_{{ item.0.1 }}"
|
||||
mode: 0755
|
||||
mode: "0o755"
|
||||
loop: "{{ mikrotik_hosts | subelements('ifaces') | product(mikrotik_periface_scripts) }}"
|
||||
loop_control:
|
||||
label: "{{ item.0.1 }}"
|
||||
|
Reference in New Issue
Block a user