This task will install shadowsocks-libev on the remote server.
Update variable under file group_vars/all/shadowsocks-libev.yml
. The least needed to change is server_port
and password
.
server_port: 8388
password: mypassword
Currently only websocket (HTTP) is supported.
ansible-playbook site.yml -i hosts --tags "shadowsocks-libev"
Client-side sample config will be put under output/shadowsocks-libev/config.json
just FYI.
Client-side installation is not included in this role. Here are just some tips.
Download shadowsocks-windows and v2ray-plugin.
Put extracted binary files Shadowsocks.exe
and v2ray-plugin_windows_amd64.exe
together.
It is recommended to install shadowsocks and v2ray plugin through play store.