First somewhat working prototype - only monitoring
This commit is contained in:
27
roles/monitoring/vars/main/main.yml
Normal file
27
roles/monitoring/vars/main/main.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
# Variables for Netdata
|
||||
|
||||
# Set Netdata Cloud claiming details. To find your `claim_token` and
|
||||
# `claim_room`, go to Netdata Cloud, then click on your Space's name in the top
|
||||
# navigation, then click on `Manage your Space`. Click on the `Nodes` tab in the
|
||||
# panel that appears, which displays a script with `token` and `room` strings.
|
||||
# Copy those strings into the variables below. `claim_url` should be
|
||||
# `https://app.netdata.cloud`. Read more:
|
||||
# https://learn.netdata.cloud/docs/agent/claim
|
||||
claim_url: https://app.netdata.cloud
|
||||
|
||||
# Force re-claiming of nodes to Netdata Cloud. Read more:
|
||||
# https://learn.netdata.cloud/docs/agent/claim#remove-and-reclaim-a-node
|
||||
reclaim: false
|
||||
|
||||
# Set Netdata's metrics retention policy via the disk size for the database
|
||||
# engine. Value is in MiB. Read more:
|
||||
# https://learn.netdata.cloud/docs/store/change-metrics-storage
|
||||
dbengine_multihost_disk_space: 2048
|
||||
|
||||
# Set whether to run the Agent web server/dashboard/API, or disable them.
|
||||
# Because we're connecting this node to Netdata Cloud and will view dashboards
|
||||
# there, we'll set this to `none` to disable the local dashboard. Set to
|
||||
# `static-threaded` if you want to keep it running. Read more:
|
||||
# https://learn.netdata.cloud/docs/configure/secure-nodes
|
||||
web_mode: none
|
||||
29
roles/monitoring/vars/main/vault.yml
Normal file
29
roles/monitoring/vars/main/vault.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
claim_token: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
62653264633831346161393763666666636535386239636231393831353130633138313666336435
|
||||
6530306263613836356163376537393165633963376563390a316164373033373162646266613164
|
||||
39646237323830626539386231313435393131363239376538383732646636303439616132353266
|
||||
6634386563383837630a626266623337353932316666366538323835663136633930623636333131
|
||||
66636537363731313232626666323264366464343261333633333233326165663434353136623334
|
||||
35323261613866643139303432646537376132656237323462396237346166306666653531616462
|
||||
61663864656130386562623136613166303462666237333230343132363864306165623631373034
|
||||
63323666383362326431323539363633346464626163666435363236316439366338336339646636
|
||||
62336633386438653834653361326462383234386466663335633064663638666461666365363461
|
||||
30353735376566323861663431396164646665323563393363663637653134346130343336363631
|
||||
336164663430653563353835336464346530
|
||||
claim_rooms: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
66396339663662373339323136386635306130656365343263666235653630636663336233383162
|
||||
6335643763383037386636376362656565383365626435370a623266636136356334396335306135
|
||||
31346162346662383033373031653766356436343037353534383939396163333739633964636463
|
||||
6663343665303562330a313961626165333762646136356131333466643364373038353735346462
|
||||
65366533353733333264383534653734663932643765393863623934316461383034666137653366
|
||||
3033636130363731343337643763336536663437343865386131
|
||||
api_key: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
64626631376635366130646332386139646661386538653737383632303732653735613766613664
|
||||
3133623739643763386537383537623837343762376265370a663837653135363732313231626664
|
||||
33333765663039313866303665623663363062646432343539383434633631303239306664636537
|
||||
3835643563663638360a636636393130656463353563343233373864356266363564663735373934
|
||||
65326233656166386638616564373266393434623261653037353435373133663261353233353832
|
||||
3234353835616133396565646439653363303133613932633065
|
||||
Reference in New Issue
Block a user