Skip to content
Snippets Groups Projects
Commit a86cbdca authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Linting [skip-ci]

parent 88486110
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
dest: /etc/apache2/sites-available/status{{ apache_conf_ext|default(".conf") }} dest: /etc/apache2/sites-available/status{{ apache_conf_ext|default(".conf") }}
owner: root owner: root
group: root group: root
mode: 644 mode: 0644
notify: "Restart Apache" notify: "Restart Apache"
- name: Enable Apache Status Site - name: Enable Apache Status Site
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
dest: /etc/netdata/python.d/web_log.conf dest: /etc/netdata/python.d/web_log.conf
owner: netdata owner: netdata
group: netdata group: netdata
mode: 660 mode: 0660
- name: Install Custom Alerts - name: Install Custom Alerts
template: template:
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
dest: /etc/netdata/{{ item }} dest: /etc/netdata/{{ item }}
owner: netdata owner: netdata
group: netdata group: netdata
mode: 644 mode: 0644
backup: yes backup: yes
with_items: with_items:
- health_alarm_notify.conf - health_alarm_notify.conf
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
dest: /etc/netdata/python.d/{{ item }} dest: /etc/netdata/python.d/{{ item }}
owner: netdata owner: netdata
group: netdata group: netdata
mode: 644 mode: 0644
backup: yes backup: yes
with_items: with_items:
- httpcheck.conf - httpcheck.conf
......
...@@ -7,4 +7,4 @@ ...@@ -7,4 +7,4 @@
dest: /etc/netdata/python.d/elasticsearch.conf dest: /etc/netdata/python.d/elasticsearch.conf
owner: netdata owner: netdata
group: netdata group: netdata
mode: 660 mode: 0660
...@@ -13,4 +13,4 @@ ...@@ -13,4 +13,4 @@
dest: /etc/netdata/python.d/haproxy.conf dest: /etc/netdata/python.d/haproxy.conf
owner: netdata owner: netdata
group: netdata group: netdata
mode: 660 mode: 0660
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment