aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-08-26 11:48:14 +0200
committerbinary <me@rgoncalves.se>2020-08-26 11:48:14 +0200
commit7564e1718169a7ef46f4d3ba2a3545c6537a8d09 (patch)
tree73359db7cb46185b13194ae0e60a233cc87940a7
parent52f72d2b604c25fc743496160746ceb273370d2d (diff)
downloadinfrastructure-7564e1718169a7ef46f4d3ba2a3545c6537a8d09.tar.gz
new roles
-rw-r--r--play-all.yml14
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:
remember that computers suck.