diff options
author | binary <me@rgoncalves.se> | 2021-03-05 11:33:48 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-03-05 11:33:48 +0100 |
commit | fde556928d8ba7970566d1e445706083a599c9a3 (patch) | |
tree | bdaa0ddf83b0b30594ba461774271ed19a57564b /playbooks/grafana.yml | |
parent | 375ee90ffd6586b4f72196d23aa0f9101dd18149 (diff) | |
download | infrastructure-fde556928d8ba7970566d1e445706083a599c9a3.tar.gz |
Refactor playbook usage
Diffstat (limited to 'playbooks/grafana.yml')
-rw-r--r-- | playbooks/grafana.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/playbooks/grafana.yml b/playbooks/grafana.yml deleted file mode 100644 index 5c3de4e..0000000 --- a/playbooks/grafana.yml +++ /dev/null @@ -1,13 +0,0 @@ - -# network ~~ playbooks/network.yml -# common network configuration - ---- - -- hosts: servers - roles: - - { role: prometheus } - -- hosts: vm1 - roles: - - { role: grafana } |