kayobe/ansible/ssh-known-host.yml

10 lines
144 B
YAML

---
- name: Ensure known hosts are configured
hosts: all
gather_facts: no
tags:
- ssh-known-host
roles:
- role: ssh-known-host