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

Remove registry since we're now using the cloud app

parent c7bda74f
No related branches found
No related tags found
No related merge requests found
......@@ -7,21 +7,6 @@
groups: adm
append: yes
- name: Configure Registry
ini_file:
dest: /etc/netdata/netdata.conf
create: yes
section: registry
option: '{{ item.option }}'
value: '{{ item.value }}'
with_items:
- option: enabled
value: '{{ (netdata_registry|default("pmon1") == inventory_hostname)|ternary("yes", "no") }}'
- option: registry to announce
value: 'http://{{ netdata_registry|default("pmon1") }}:19999'
notify:
- Restart NetData
- name: Configure NetData
template:
src: '{{ item }}'
......
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