aboutsummaryrefslogtreecommitdiffstats
path: root/deploy.yml
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.yml')
-rw-r--r--deploy.yml18
1 files changed, 12 insertions, 6 deletions
diff --git a/deploy.yml b/deploy.yml
index e9cc9f9..07a8fb9 100644
--- a/deploy.yml
+++ b/deploy.yml
@@ -5,11 +5,17 @@
become: true
roles:
- - basic
- - security
- - dns
- - web
- - mail
- - shadowsocks
+ - role: basic
+ tags: basic
+ - role: security
+ tags: security
+ - role: dns
+ tags: dns
+ - role: web
+ tags: web
+ - role: mail
+ tags: mail
+ - role: shadowsocks
+ tags: shadowsocks
# vim: set ft=yaml sw=2: #