diff options
author | heqnx <root@heqnx.com> | 2025-05-26 15:15:04 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-26 15:15:04 +0300 |
commit | 8dbd2c0d50390f559934fbec9d2766cf7b5dece0 (patch) | |
tree | 18c5bbad27d7ca54c544916a2e3ee770de1eaace /roles/tor/tasks/tor_install.yaml | |
parent | fb8a5cdf9e289457aba7967d1bafcadc1d60f9bd (diff) | |
download | ansible-playbooks-8dbd2c0d50390f559934fbec9d2766cf7b5dece0.tar.gz ansible-playbooks-8dbd2c0d50390f559934fbec9d2766cf7b5dece0.zip |
added setup for ssh hidden service
Diffstat (limited to 'roles/tor/tasks/tor_install.yaml')
-rw-r--r-- | roles/tor/tasks/tor_install.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/tor/tasks/tor_install.yaml b/roles/tor/tasks/tor_install.yaml index 8b3d725..96cf98e 100644 --- a/roles/tor/tasks/tor_install.yaml +++ b/roles/tor/tasks/tor_install.yaml @@ -6,6 +6,7 @@ - torsocks - proxychains - curl + - netcat-openbsd state: present update_cache: true |