Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Unverified Commit 91464acc authored by Arthur BOUDREAULT's avatar Arthur BOUDREAULT
Browse files

fix: add netdata release channel variable to common.yml and update netdata installation command

parent 505deeeb
No related branches found
No related tags found
No related merge requests found
......@@ -248,4 +248,6 @@ logrotate_entries:
create_user: root
create_group: root
# https://gitlab.com/lydra/ansible-bootstrap/-/blob/main/ansible/tasks/netdata.yml
netdata_release_channel: stable
netdata_version: 2.5.2
......@@ -22,6 +22,7 @@
/usr/local/bin/netdata-kickstart.sh
--non-interactive
--auto-update
--release-channel {{ netdata_release_channel }}
--install-version {{ netdata_version }}
--disable-telemetry
register: netdata_install_result
......
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