diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..fa409f3 --- /dev/null +++ b/install.sh @@ -0,0 +1,3 @@ +pip3 install ansible +ansible-galaxy install -fr requirements.yml +ansible-playbook setup.yml \ No newline at end of file diff --git a/requirements.yml b/requirements.yml new file mode 100644 index 0000000..e69de29 diff --git a/setup.yml b/setup.yml index 5fa669f..4c27d6f 100644 --- a/setup.yml +++ b/setup.yml @@ -1,4 +1,5 @@ --- - hosts: localhost + connection: local roles: - tor_gateway \ No newline at end of file