Files
base-infra/roles/server-setup/handlers/main.yml
Felix Nehrke f19a1f61c9 Use port 1022 for all cluster nodes as SSH-port and fix some config-errors
I'm oversaw completely, that I have to change the SSH-port for all nodes
in the cluster otherwise I cannot provide a meaningful load-balancer for
the git-ssh port in it.

Additionally this allowed me to fix some config errors which I simply
oversaw.
2025-11-28 00:28:22 +01:00

9 lines
199 B
YAML

- name: Restart sshd
systemd_service:
name: ssh.socket
state: restarted
daemon_reload: true
- name: Start ip-masquerade
script: "{{ ip_masquerade_path }}/{{ ip_masquerade_script }}"