kodi media services basic setup
This commit is contained in:
14
ansible/roles/sshd/tasks/main.yaml
Normal file
14
ansible/roles/sshd/tasks/main.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
|
||||
- name: Template out sshd_config
|
||||
ansible.builtin.template:
|
||||
src: sshd_config.j2
|
||||
dest: /etc/ssh/sshd_config
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
notify:
|
||||
- Restart sshd
|
||||
|
||||
- name: Flush handlers for immediate shhd restart
|
||||
ansible.builtin.meta: flush_handlers
|
Reference in New Issue
Block a user