From 6bc2e3f47c674852614a50404e9fb50ff7dedfac Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Fri, 1 Aug 2025 02:40:12 -0400 Subject: Enables ssh from the outside world --- playbooks/roles/common/tasks/main.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/playbooks/roles/common/tasks/main.yml b/playbooks/roles/common/tasks/main.yml index f32893a..4648a62 100644 --- a/playbooks/roles/common/tasks/main.yml +++ b/playbooks/roles/common/tasks/main.yml @@ -23,6 +23,9 @@ - vim - git - rsync + - liblz4-dev + - libzstd-dev + - libxxhash-dev state: latest update_cache: true notify: @@ -66,11 +69,7 @@ state: present - name: Allow ssh from rfc1918 networks - loop: "{{ rfc1918_networks }}" community.general.ufw: rule: allow - name: "OpenSSH" - from: "{{ item }}" + port: 22 state: "enabled" - notify: - - Reload ufw -- cgit v1.2.3-70-g09d2