use more variables instead of hard-coding (fixes #3)
This commit is contained in:
parent
d48064a7e3
commit
04686de59c
15 changed files with 101 additions and 70 deletions
|
@ -1,7 +1,10 @@
|
|||
---
|
||||
# defaults file for server
|
||||
|
||||
borgbackup_ssh_id: "/home/{{ ansible_user_id }}/.ssh/id_ed25519"
|
||||
|
||||
telegraf_interval: "300s"
|
||||
telegraf_docker_file: "telegraf-docker.conf"
|
||||
telegraf_snmp_fra80_file: "telegraf-SNMP_fra80.conf"
|
||||
telegraf_snmp_file: "telegraf-SNMP.conf"
|
||||
|
||||
dockercompose_use_pip: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue