ansible-roles/evobackup-client/tasks/verify_ssh.yml

12 lines
316 B
YAML
Raw Normal View History

2019-08-30 20:43:52 +02:00
---
- name: Verify evolix backup servers
known_hosts:
path: /root/.ssh/known_hosts
name: "[{{ item.name }}]:{{ item.port }}"
key: "[{{ item.name }}]:{{ item.port }} {{ item.fingerprint }}"
with_list: "{{ evobackup-client__hosts }}"
2019-08-30 20:43:52 +02:00
tags:
- evobackup-client
- evobackup-client-backup-hosts