1 # Deploy ( Development )
5 ansible-playbook network.yml
10 - Distribute repository to 2 or more remote git servers
11 - find an obscure but stable git repo
12 - https://savannah.gnu.org/
13 - https://www.tuxfamily.org/
15 - https://rocketgit.com/
17 - gitlab.com ? propably not
19 - Simplify deployment using ansible-pull
20 - Propably git hooks ?
24 - Register User: http://repo.or.cz/reguser.cgi
25 - Ask admin to add user: https://repo.or.cz/editproj.cgi
26 - The push URL(s) for the project:
27 - ssh://repo.or.cz/roadwar.git
28 - https://repo.or.cz/roadwar.git
30 SSH configuration *~/.ssh/config*
36 IdentityFile <ssh key>
41 - The read-only URL(s) for the project:
42 - git://repo.or.cz/roadwar.git
43 - http://repo.or.cz/roadwar.git
45 -----------------------------------------------------------------------------
48 Under development - currently broken
51 ansible-galaxy install -r requirements.yml
53 ansible-playbook -i inventory/vagrant.yml refactoring/vpn.yml
54 ansible-playbook -i inventory/vagrant.yml refactoring/v2ray.yml