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

#37

parent f58e393d
No related branches found
No related tags found
No related merge requests found
......@@ -20,3 +20,9 @@
- name: Register Host in Cloud
shell: /opt/netdata/sbin/netdata-claim.sh -token={{ netdata_cloud.token }} -rooms={{ netdata_cloud.room }} -url=https://app.netdata.cloud
when: not claimed_cloud_id.stat.exists
- name: Set stable release channel
lineinfile:
path: /opt/netdata/etc/netdata/.environment
regexp: '^RELEASE_CHANNEL='
line: RELEASE_CHANNEL="stable"
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