An open API service indexing awesome lists of open source software.

https://github.com/bsedin/ansible-shadowsocks


https://github.com/bsedin/ansible-shadowsocks

ansible ansible-role docker proxy shadowsocks socks5

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# shadowsocks-libev SOCKS5 proxy server role for ansible

Create `./library` directory in your ansible project:

```
mkdir ./library
```

And configure `ansible.cfg`:

```
[defaults]
roles_path = ./library
```

Add submodule:

```
git submodule add git@github.com:kressh/ansible-shadowsocks.git library/shadowsocks
```

Use role:

```yaml
---
- hosts: infra01.yourserver.io
remote_user: ansible
become: true
roles:
- shadowsocks
```