mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
Adding grafana
This commit is contained in:
parent
dcc7d1bbe0
commit
6819331100
4 changed files with 30 additions and 18 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -1,3 +1,2 @@
|
|||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
**/vault.yml diff=ansible-vault merge=binary
|
||||
**/vault.yml diff=ansible-vault merge=binary
|
||||
|
|
|
@ -23,3 +23,7 @@ etebase__create_backup: true
|
|||
# acmetool config
|
||||
acme_reload_services:
|
||||
- 'nginx'
|
||||
|
||||
# grafana.grafana-grafana
|
||||
grafana_address: '127.0.0.1'
|
||||
grafana_instance: 'grafana.l3d.ch'
|
||||
|
|
|
@ -1,18 +1,26 @@
|
|||
$ANSIBLE_VAULT;1.1;AES256
|
||||
36303862626638383966623733653733316630343437666130656664353064393633343831393261
|
||||
3735303864663231623362373761653736346538313736320a356361643562656431323963306264
|
||||
32386363323635363466323638363437383463646166626632613332313861383162323463333637
|
||||
3933303462386163360a353365333632343861393666663239623664663038666433666363623934
|
||||
63363263656434666136343833316138343730626432303430613031346561373436613836626165
|
||||
34373331373266663835633466653437626533383566393833636361313937363965616461336130
|
||||
62363239316437313935333037643632616665373439636237336264646133313030383633333763
|
||||
38643333316531303638333435623563633266373463656138366334336134363861643365656532
|
||||
31336134353464396533303261623038363037626530623764363664343566333437383231313366
|
||||
62616533646330663464663530626437633764383963353736643330616430626463386532626361
|
||||
63323437336664326535616638396538333338303838653930623038623631643562613431336563
|
||||
34333662613061396130353865386434626665626665633139363266663038613137356138383364
|
||||
61343736393361616332323764356162313936306432323232343764666163386533313862646537
|
||||
34366432666464633735333436623832643630316432323138303338646563313361636366396563
|
||||
34366230313131656438336561636634376661346533393539613030626532613734333739613131
|
||||
34666139323639376536383630633534333734323561366239306634303735656361643138356337
|
||||
3137
|
||||
38633637643839303839303663643461313236656466336463376361623338306161323735646431
|
||||
3664666664656463323737313734343532386136333764620a363638666263383262616137633130
|
||||
36616665616632346439633832346662323833616163333835666536383433383462616364376133
|
||||
3937373938383963640a626336323432626463363065346663396537343961386131326534623661
|
||||
36656535383135313562613338343136386466316231626162313833656232363633336236636164
|
||||
62653937316331313331626436366130386164353264636435373365653432393463326661623334
|
||||
39656465663130343838663839626432396361343065396237616536386430633061303463393831
|
||||
62366139333530656431616663383063656662616236396535383931386534366232666134653438
|
||||
34333135666161643565333736656433396134663765616534303865353635363366323739646131
|
||||
61363937343733323036636236336336646538636239663739373234393030616664346561396230
|
||||
36633364343233376637376439623631303030636564353866386638636432613232346438366465
|
||||
63376664666462396162623832393532666265326466383735316638613064336331323861616236
|
||||
34393238313739396163646335396564353438626630393830633961316136633863633732393635
|
||||
33373138353936323934663130636266343836316139356462616431313733333239623062343132
|
||||
35616533633865376238356265646437353436383062666237613266616634643764643764313631
|
||||
63343331623932383336363765303431353737653735653131623466363334346665316632313438
|
||||
64316532646630366563393839363938376465316661313761346461343465626536393263666337
|
||||
32643561623535303034663964376439343039653862333063363132333835303234636631636433
|
||||
37343731376533323630313137343930326538366566306661333366356633373461613939366338
|
||||
65383433373633623263333733336634366437633965656132366238313236316561303530333564
|
||||
35383430663935303435623165333866386535353035396533336638356634353439633133373562
|
||||
35316232393561646262383165613330636464623036353733363438656139623064303937313532
|
||||
62376431666635376239363261346537633831643165396331666463666235666436646233396564
|
||||
37343635343639383662316330313839656631303237383535643730646164306630303465626434
|
||||
31343935346331636435313935666637393261633063396539386530613731396637
|
||||
|
|
1
site.yml
1
site.yml
|
@ -47,6 +47,7 @@
|
|||
hosts: services
|
||||
roles:
|
||||
- {role: do1jlr.etebase, tags: [etebase, etesync, calendar, kalender, contacts, kontakte]}
|
||||
- {role: grafana.grafana.grafana, tags: [grafana. monitoring]}
|
||||
|
||||
- name: Deploy mail config
|
||||
hosts: mail
|
||||
|
|
Loading…
Reference in a new issue