mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2024-03-19 12:01
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
---
|
||||
|
||||
- name: Deploy sshd configuration
|
||||
template: src=sshd_config.j2 dest=/etc/ssh/sshd_config
|
||||
template:
|
||||
src: sshd_config.j2
|
||||
dest: /etc/ssh/sshd_config
|
||||
validate: sshd -t -f %s
|
||||
notify: restart sshd
|
||||
tags: ssh
|
||||
|
||||
|
Reference in New Issue
Block a user