tinc installation addedd
[roadwar.git] / README.md
blob2023f1d2fbdcc792ab222364a41b1b3a4b8279fb
1 # Deploy ( Development )
3 ```
4 vagrant up
5 ansible-playbook network.yml
6 ```
8 # REPOS
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/
14         - http://repo.or.cz/
15         - https://rocketgit.com/
16         - gitlab.s-3.tech
17         - gitlab.com ? propably not
19 - Simplify deployment using ansible-pull
20 - Propably git hooks ?
22 # Developer
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*
32 ```
33 Host repo.or.cz
34   User <username>
35   Hostname repo.or.cz 
36   IdentityFile <ssh key>
37 ```
39 # User 
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
50 ```
51 ansible-galaxy install -r requirements.yml
52 vagrant up
53 ansible-playbook -i inventory/vagrant.yml refactoring/vpn.yml
54 ansible-playbook -i inventory/vagrant.yml refactoring/v2ray.yml
55 ```