Compare commits
3 commits
f94fb0f720
...
24488b16dc
Author | SHA1 | Date | |
---|---|---|---|
24488b16dc | |||
07fc6b6684 | |||
ce590f0342 |
4 changed files with 5 additions and 2 deletions
|
@ -26,7 +26,10 @@ actions['reset_grafana_admin_password'] = {
|
|||
|
||||
directories = {
|
||||
'/etc/grafana': {},
|
||||
'/etc/grafana/provisioning': {},
|
||||
'/etc/grafana/provisioning': {
|
||||
'owner': 'grafana',
|
||||
'group': 'grafana',
|
||||
},
|
||||
'/etc/grafana/provisioning/datasources': {
|
||||
'purge': True,
|
||||
},
|
||||
|
|
BIN
data/apt/keys/icinga.gpg
Normal file
BIN
data/apt/keys/icinga.gpg
Normal file
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
'hostname': '10.0.99.126',
|
||||
'hostname': '10.0.0.1',
|
||||
'groups': [
|
||||
'autologin',
|
||||
'debian-12',
|
||||
|
|
Loading…
Reference in a new issue