diff options
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/grafana.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/playbooks/grafana.yml b/playbooks/grafana.yml new file mode 100644 index 0000000..5c3de4e --- /dev/null +++ b/playbooks/grafana.yml @@ -0,0 +1,13 @@ + +# network ~~ playbooks/network.yml +# common network configuration + +--- + +- hosts: servers + roles: + - { role: prometheus } + +- hosts: vm1 + roles: + - { role: grafana } |