Skip to content
Snippets Groups Projects
Commit 6fcb5827 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Add ssh.socket disable to runner

parent 45276b3f
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,12 @@ ...@@ -22,6 +22,12 @@
dest: /etc/ssh/sshd_config dest: /etc/ssh/sshd_config
mode: 0600 mode: 0600
# disable the ssh.socket, otherwise it will collide with ssh.service
- name: Ensure ssh socket is disabled
service:
name: ssh.socket
enabled: no
- name: Ensure sshd is restarted and enabled to start at boot. - name: Ensure sshd is restarted and enabled to start at boot.
service: service:
name: sshd name: sshd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment