ansible-playbooks/fix-ssh-perms.yml

8 lines
157 B
YAML
Raw Normal View History

2016-08-06 14:54:14 -04:00
---
- hosts: all
gather_facts: no
become: yes
tasks:
- name: fix ssh_known_hosts permissions
file: path=/etc/ssh/ssh_known_hosts mode=0644