aboutsummaryrefslogtreecommitdiff
path: root/roles/tor/tasks/main.yaml
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-05-26 15:15:04 +0300
committerheqnx <root@heqnx.com>2025-05-26 15:15:04 +0300
commit8dbd2c0d50390f559934fbec9d2766cf7b5dece0 (patch)
tree18c5bbad27d7ca54c544916a2e3ee770de1eaace /roles/tor/tasks/main.yaml
parentfb8a5cdf9e289457aba7967d1bafcadc1d60f9bd (diff)
downloadansible-playbooks-8dbd2c0d50390f559934fbec9d2766cf7b5dece0.tar.gz
ansible-playbooks-8dbd2c0d50390f559934fbec9d2766cf7b5dece0.zip
added setup for ssh hidden service
Diffstat (limited to 'roles/tor/tasks/main.yaml')
-rw-r--r--roles/tor/tasks/main.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/tor/tasks/main.yaml b/roles/tor/tasks/main.yaml
index 3168032..d5a05f1 100644
--- a/roles/tor/tasks/main.yaml
+++ b/roles/tor/tasks/main.yaml
@@ -1 +1,3 @@
- import_tasks: tasks/tor_install.yaml
+- import_tasks: tasks/ssh_hidden_service.yaml
+ when: enable_ssh_hidden_service | default(false)