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/main.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/main.yaml')
-rw-r--r-- | roles/tor/tasks/main.yaml | 2 |
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) |