Ansible/ssh.yml

10 lines
127 B
YAML

---
- name: Update sshd configuration
hosts: all
become: yes
become_user: root
become_method: sudo
roles:
- ssh