diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:32:01 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:32:01 +0200 |
| commit | c89c0b2d8af32d6f3f4f2b42efc6a9511fa4aefc (patch) | |
| tree | 43c4e64ec450e05787fa35906d2ec4327b4df09c /group_vars | |
| parent | b9b0620b988870525b9972b537b8e22a0c6499af (diff) | |
Add ssh role
Diffstat (limited to 'group_vars')
| -rw-r--r-- | group_vars/all.yml.example | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
