Improved installation workflow
This commit is contained in:
parent
27ad3dba99
commit
e2406f611f
3 changed files with 4 additions and 0 deletions
3
install.sh
Normal file
3
install.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
pip3 install ansible
|
||||
ansible-galaxy install -fr requirements.yml
|
||||
ansible-playbook setup.yml
|
0
requirements.yml
Normal file
0
requirements.yml
Normal file
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
- hosts: localhost
|
||||
connection: local
|
||||
roles:
|
||||
- tor_gateway
|
Loading…
Add table
Add a link
Reference in a new issue