diff options
author | Aaron LI <aly@aaronly.me> | 2018-03-03 10:58:59 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-03-14 11:35:07 +0800 |
commit | 02af593780427be8a8109517bab3450859425e49 (patch) | |
tree | d542184e5c362e62aad61c7c90f5ee2142782d56 /deploy.yml | |
parent | 252cab20ab941ea3c2ee7e954ef0e0d943f63b75 (diff) | |
download | ansible-dfly-vps-02af593780427be8a8109517bab3450859425e49.tar.bz2 |
Add security role: PF firewall, sshlockout
Diffstat (limited to 'deploy.yml')
-rw-r--r-- | deploy.yml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ roles: - basic - - shadowsocks + - security - dns + - shadowsocks # vim: set ft=yaml sw=2: # |