Compare commits
No commits in common. "24488b16dcc017b706d2bf2151802344217f9c34" and "f94fb0f7202183ed1ec26be9139c1b8499b88473" have entirely different histories.
24488b16dc
...
f94fb0f720
4 changed files with 2 additions and 5 deletions
|
@ -26,10 +26,7 @@ actions['reset_grafana_admin_password'] = {
|
|||
|
||||
directories = {
|
||||
'/etc/grafana': {},
|
||||
'/etc/grafana/provisioning': {
|
||||
'owner': 'grafana',
|
||||
'group': 'grafana',
|
||||
},
|
||||
'/etc/grafana/provisioning': {},
|
||||
'/etc/grafana/provisioning/datasources': {
|
||||
'purge': True,
|
||||
},
|
||||
|
|
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
'hostname': '10.0.0.1',
|
||||
'hostname': '10.0.99.126',
|
||||
'groups': [
|
||||
'autologin',
|
||||
'debian-12',
|
||||
|
|
Loading…
Reference in a new issue