diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-12-15 18:21:45 +0000 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-12-15 21:39:50 +0000 |
commit | 5b1794525701c987bfb80fbb7c3f2c2c379864ed (patch) | |
tree | c845ea5c38fe10a134df0daabeae66c8300c1762 /playbooks | |
parent | 2927544ce379f607670768cc61252039c627058a (diff) | |
download | rules-5b1794525701c987bfb80fbb7c3f2c2c379864ed.tar.gz |
roles: Add Znc and apply to dc0 host
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/site.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/site.yml b/playbooks/site.yml index 147db6b..ac4417b 100644 --- a/playbooks/site.yml +++ b/playbooks/site.yml @@ -20,6 +20,8 @@ tags: role_relayd - role: acme tags: role_acme + - role: znc + tags: role_znc - hosts: stack0 roles: |