Ansible/ssh.yml

10 lines
127 B
YAML
Raw Permalink Normal View History

2020-09-10 19:19:29 +02:00
---
2020-09-10 19:32:37 +02:00
- name: Update sshd configuration
2020-09-10 19:19:29 +02:00
hosts: all
become: yes
become_user: root
become_method: sudo
roles:
- ssh