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 /host_vars | |
parent | 252cab20ab941ea3c2ee7e954ef0e0d943f63b75 (diff) | |
download | ansible-dfly-vps-02af593780427be8a8109517bab3450859425e49.tar.bz2 |
Add security role: PF firewall, sshlockout
Diffstat (limited to 'host_vars')
-rw-r--r-- | host_vars/vultr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/host_vars/vultr b/host_vars/vultr index 0407938..7890d85 100644 --- a/host_vars/vultr +++ b/host_vars/vultr @@ -71,4 +71,9 @@ shadowsocks: password: "???" method: "chacha20-ietf-poly1305" +vpn: + interface: tun0 + network4: 10.6.20.0 + port: 8080 + # vim: set ft=yaml sw=2: # |