Add tor service

This commit is contained in:
Alex 2020-04-16 20:39:11 +02:00
parent 876203ecfd
commit efad097134
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
4 changed files with 11 additions and 0 deletions

3
.gitmodules vendored
View File

@ -22,3 +22,6 @@
[submodule "roles/wireguard"]
path = roles/wireguard
url = https://git.redxen.eu/RedXen/ansible-wireguard
[submodule "roles/tor"]
path = roles/tor
url = https://git.redxen.eu/RedXen/ansible-tor

View File

@ -35,3 +35,6 @@ n1
[wireguard]
n0
n3
[tor]
n2

1
roles/tor Submodule

@ -0,0 +1 @@
Subproject commit b385165ce210507db72baadb10f65892adc60cfd

4
tor.yml Normal file
View File

@ -0,0 +1,4 @@
---
- hosts: tor
roles:
- tor