diff options
Diffstat (limited to 'play-all.yml')
-rw-r--r-- | play-all.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/play-all.yml b/play-all.yml index 1728a0b..071a006 100644 --- a/play-all.yml +++ b/play-all.yml @@ -27,6 +27,13 @@ roles: - setup_hostname +- name: Standalone role [-] setup_httpd + hosts: all + tags: + - setup_httpd + roles: + - setup_httpd + - name: Standalone role [-] setup_mkdocs hosts: all tags: @@ -62,6 +69,13 @@ roles: - setup_wireguard +- name: Standalone role [-] setup_znc + hosts: all + tags: + - setup_znc + roles: + - setup_znc + - name: Standalone role [-] update hosts: all tags: |