Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tec
AnsibleMonitoring
Commits
6d988377
Commit
6d988377
authored
Dec 23, 2019
by
tec
Browse files
Add WIP monitor host file
parent
fff2b47c
Changes
1
Hide whitespace changes
Inline
Side-by-side
monitor_host.yml
0 → 100644
View file @
6d988377
---
-
hosts
:
testservers
become
:
true
become_user
:
root
remote_user
:
root
roles
:
-
cloudalchemy.prometheus
-
cloudalchemy.node-exporter
-
cloudalchemy.grafana
vars
:
prometheus_targets
:
node
:
-
targets
:
-
localhost:9100
grafana_datasources
:
-
name
:
prometheus
type
:
prometheus
access
:
proxy
url
:
'
http://localhost:9090'
isDefault
:
true
basicAuth
:
false
grafana_security
:
admin_user
:
admin
admin_password
:
'
changeme'
# todo: make LDAP
grafana_auth
:
anonymous
:
org_name
:
'
UCC'
org_role
:
Admin
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment