@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
24 lines (19 loc) • 991 B
YAML
# The two variables below must be defined in order for the client to be added to the Netdata Cloud dashboard
# This is used to seperate clients into seperate sections of https://netdata.cloud/
# netdata_room: RandomUIDAcquiredFromNetdataCloud
# You can get this from https://netdata.cloud/
# netdata_token: RandomTokenAcquiredFromNetdataCloud
# The following variable should be set to true in order to install netdata using docker
netdata_install_via_docker: false
netdata_version: ""
netdata_tarball_url: "https://github.com/netdata/netdata/releases/download/{{ netdata_version }}/netdata-{{ netdata_version }}.tar.gz"
netdata_tarball_dir: "/tmp/netdata-{{ netdata_version }}.tar.gz"
netdata_dir: /opt/netdata/bin/netdata
# The following variable is used to configure the WMI settings on monitor Windows targets
monitor_windows: false # Set this to true to add WMI settings to Netdata config
netdata_win_setting: []
# - name: win_server1
# ip: ""
# - name: win_server2
# ip: ""