ansible-playbooks/fix-ssh-perms.yml

8 lines
157 B
YAML

---
- hosts: all
gather_facts: no
become: yes
tasks:
- name: fix ssh_known_hosts permissions
file: path=/etc/ssh/ssh_known_hosts mode=0644