Improved installation workflow

This commit is contained in:
Philip (a-0) 2022-07-28 19:20:22 +02:00
parent 27ad3dba99
commit e2406f611f
3 changed files with 4 additions and 0 deletions

3
install.sh Normal file
View file

@ -0,0 +1,3 @@
pip3 install ansible
ansible-galaxy install -fr requirements.yml
ansible-playbook setup.yml

0
requirements.yml Normal file
View file

View file

@ -1,4 +1,5 @@
---
- hosts: localhost
connection: local
roles:
- tor_gateway