diff options
author | binary <me@rgoncalves.se> | 2020-11-21 22:57:13 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-21 22:57:13 +0100 |
commit | 50492a1b34b6b766c1369425a27678968bb4d28e (patch) | |
tree | f5db6ca67d6e193259d786c5e3b820fab11ec235 /playbooks | |
parent | a2705cf6057208708cefcfcb2ee0d285b9d3ec47 (diff) | |
download | infrastructure-50492a1b34b6b766c1369425a27678968bb4d28e.tar.gz |
First try with grafana automation.
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 } |