diff options
author | binary <me@rgoncalves.se> | 2021-01-22 11:46:13 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-01-22 11:46:13 +0100 |
commit | 4bedaf8f9b58985fb898784dbec896d031f4de10 (patch) | |
tree | 7882edf15f60c28c291c8817146d682afbef76af | |
parent | f5cc666a61e30b04f67ecea4e8bcf7ffa99542af (diff) | |
download | infrastructure-4bedaf8f9b58985fb898784dbec896d031f4de10.tar.gz |
Install prometheus to all node
-rw-r--r-- | playbooks/network.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/network.yml b/playbooks/network.yml index 3f51894..6633480 100644 --- a/playbooks/network.yml +++ b/playbooks/network.yml @@ -18,6 +18,7 @@ roles: - { role: dns } - { role: sshd } + - { role: prometheus } - hosts: dc0 roles: |