Skip to content

Automatic provisioning shadowsocks server with digitalocean using ansible

Notifications You must be signed in to change notification settings

yushuhuang/ss_do_provision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shadowsocks DigitalOcean Automatic Provisioning

Prerequsites

1. Have local ssh key generated

ssh-keygen

2. Acquire DigitalOcean API TOKEN

Login to digitalocean click API on top, generate API. Save TOKEN to environment.

export DO_API_TOKEN="YOUR_API_TOKEN_HERE"

or append above command in your ~/.bashrc

3. Install Ansible

Have python2 and pip installed on your computer.

pip install ansible dopy

note: it has to be python2

Run provision.yml

ansible-playbook provision.yml

About

Automatic provisioning shadowsocks server with digitalocean using ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published