From c89c0b2d8af32d6f3f4f2b42efc6a9511fa4aefc Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 11 Aug 2025 00:32:01 +0200 Subject: Add ssh role --- group_vars/all.yml.example | 1 + 1 file changed, 1 insertion(+) (limited to 'group_vars') diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example index 359bf2ed..bcfc79cc 100644 --- a/group_vars/all.yml.example +++ b/group_vars/all.yml.example @@ -5,3 +5,4 @@ user_public_keys: - "ssh-rsa AAAA...4I3" network_wifi_ssid: "TEST_WIFI_SSID" network_wifi_pass: "TEST_WIFI_PASS" +ssh_port: 39901 -- cgit v1.2.3