diff options
Diffstat (limited to 'site.all.yml')
-rw-r--r-- | site.all.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/site.all.yml b/site.all.yml index 01b825b..d17bca4 100644 --- a/site.all.yml +++ b/site.all.yml @@ -9,6 +9,9 @@ roles: - role: sshd tags: role_sshd + +- hosts: servers:!dc0 + roles: - role: prometheus tags: role_prometheus - role: loki |