diff options
author | Aaron LI <aly@aaronly.me> | 2018-02-22 00:21:22 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-03-14 11:28:41 +0800 |
commit | 6e2c2eb10093938e02a0d44726f71f82c7ffc5b8 (patch) | |
tree | f4fd2c88e6bc661d7f01ab62737fb8603b0cef87 /host_vars/vultr | |
parent | 89160f6d4f94b872663edff3d736cf8e52d8928f (diff) | |
download | ansible-dfly-vps-6e2c2eb10093938e02a0d44726f71f82c7ffc5b8.tar.bz2 |
Add role shadowsocks
Diffstat (limited to 'host_vars/vultr')
-rw-r--r-- | host_vars/vultr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/host_vars/vultr b/host_vars/vultr index 324b8c1..630d3a2 100644 --- a/host_vars/vultr +++ b/host_vars/vultr @@ -3,4 +3,10 @@ ansible_ssh_host: vultr.liwt.net ansible_ssh_port: 8864 ansible_python_interpreter: /usr/local/bin/python2.7 +shadowsocks: + server_port: 8989 + password: "???" + method: "chacha20-ietf-poly1305" + nameserver: "8.8.8.8" + # vim: set ft=yaml sw=2: # |