From 7564e1718169a7ef46f4d3ba2a3545c6537a8d09 Mon Sep 17 00:00:00 2001 From: binary Date: Wed, 26 Aug 2020 11:48:14 +0200 Subject: new roles --- play-all.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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: -- cgit v1.2.3