Bootstrap influx.create.db role
This commit is contained in:
commit
e6ce2b5c97
7 changed files with 150 additions and 0 deletions
23
defaults/main.yml
Normal file
23
defaults/main.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
|
||||
# Database name
|
||||
db_name: telegraf
|
||||
|
||||
# User and password
|
||||
user_name: telegraf
|
||||
user_pass: not24get
|
||||
|
||||
# Admin auth
|
||||
admin_user: admin
|
||||
admin_pass: not24get
|
||||
|
||||
# Is Admin (true/false)
|
||||
is_admin: no
|
||||
|
||||
# priviledges
|
||||
priv: ALL
|
||||
|
||||
# retention policy
|
||||
policy_name: monthly
|
||||
policy_duration: 100d
|
||||
policy_replication: 1
|
Reference in a new issue