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

ansible-playbooks/general#85 Linting

parent 4d7787d0
No related branches found
No related tags found
No related merge requests found
...@@ -38,4 +38,4 @@ ...@@ -38,4 +38,4 @@
src: health/web_log.conf src: health/web_log.conf
dest: /etc/netdata/health.d/web_log.conf dest: /etc/netdata/health.d/web_log.conf
notify: notify:
- "Restart NetData" - Restart NetData
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
- option: registry to announce - option: registry to announce
value: http://{{ netdata_registry|default("pmon1") }}:19999 value: http://{{ netdata_registry|default("pmon1") }}:19999
notify: notify:
- "Restart NetData" - Restart NetData
- name: Configure NetData - name: Configure NetData
template: template:
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
- health_alarm_notify.conf - health_alarm_notify.conf
- python.d.conf - python.d.conf
notify: notify:
- "Restart NetData" - Restart NetData
- name: Configure Python Plugins - name: Configure Python Plugins
template: template:
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
with_items: with_items:
- httpcheck.conf - httpcheck.conf
notify: notify:
- "Restart NetData" - Restart NetData
- name: Get a list of all health config files - name: Get a list of all health config files
shell: ls /usr/lib/netdata/conf.d/health.d/*.conf -1 shell: ls /usr/lib/netdata/conf.d/health.d/*.conf -1
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
regexp: no-clear-notification regexp: no-clear-notification
with_items: '{{ health_list.stdout_lines }}' with_items: '{{ health_list.stdout_lines }}'
notify: notify:
- "Restart NetData" - Restart NetData
- name: Patch Startup Script - name: Patch Startup Script
lineinfile: lineinfile:
...@@ -85,4 +85,4 @@ ...@@ -85,4 +85,4 @@
value: 1000 value: 1000
when: ksm.stat.exists when: ksm.stat.exists
notify: notify:
- "Restart NetData" - Restart NetData
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
register: netdata_clone register: netdata_clone
when: netdata_local_archive is not defined when: netdata_local_archive is not defined
notify: notify:
- "Restart NetData" - Restart NetData
- name: Extract NetData Archive - name: Extract NetData Archive
unarchive: unarchive:
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
register: netdata_extract register: netdata_extract
when: netdata_local_archive is defined when: netdata_local_archive is defined
notify: notify:
- "Restart NetData" - Restart NetData
- name: Install and configure NetData - name: Install and configure NetData
shell: ./netdata-installer.sh --dont-wait shell: ./netdata-installer.sh --dont-wait
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
with_items: with_items:
- fluentd_buffer - fluentd_buffer
notify: notify:
- "Restart NetData" - Restart NetData
- name: Install Custom Alerts - name: Install Custom Alerts
template: template:
...@@ -46,4 +46,4 @@ ...@@ -46,4 +46,4 @@
- fluentd_buffer - fluentd_buffer
- httpcheck - httpcheck
notify: notify:
- "Restart NetData" - Restart NetData
...@@ -7,4 +7,4 @@ ...@@ -7,4 +7,4 @@
regexp: #[\s]*pass[\s]*:[\s]*'''' regexp: #[\s]*pass[\s]*:[\s]*''''
replace: pass : ''{{ mysql_root_password|default("root") }}'' replace: pass : ''{{ mysql_root_password|default("root") }}''
notify: notify:
- "Restart NetData" - Restart NetData
...@@ -9,4 +9,4 @@ ...@@ -9,4 +9,4 @@
backup: yes backup: yes
with_items: '{{ netdata_silent_alerts }}' with_items: '{{ netdata_silent_alerts }}'
notify: notify:
- "Restart NetData" - Restart NetData
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment