diff options
author | binary <me@rgoncalves.se> | 2020-08-26 11:48:14 +0200 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-08-26 11:48:14 +0200 |
commit | 7564e1718169a7ef46f4d3ba2a3545c6537a8d09 (patch) | |
tree | 73359db7cb46185b13194ae0e60a233cc87940a7 | |
parent | 52f72d2b604c25fc743496160746ceb273370d2d (diff) | |
download | infrastructure-7564e1718169a7ef46f4d3ba2a3545c6537a8d09.tar.gz |
new roles
-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: |