Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

ya-luotao/ansible-role-shadowsocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shadowsocks

Ansible role that build the shadowsocks-libev from source.

Role Variables

Variables you can rewrite:

ss_password: '!password'
ss_server_port: 443
ss_local_port: 1080
ss_timeout: 300
ss_method: 'aes-cfb-256'

Example Playbook

Install waste-time.shadowsocks role first:

$ ansible-galaxy install waste-time.shadowsocks

Rewrite ss_password, ss_method and ss_server_port:

- hosts: servers
  roles:
     - { role: 'waste-time.shadowsocks', ss_password: 'password', ss_method: 'aes-256-cfb', ss_server_port: 8838 }

have fun.

License

BSD

Author Information

wall2flower ([email protected])