skylab
/
skylab-ansible
Archived
2
0
Fork 0

Disable hostkey checking on connection test task

This commit is contained in:
Ethan Paul 2023-04-21 20:59:57 -04:00
parent 02b6460cff
commit 12991700b9
Signed by: enpaul
GPG Key ID: 9B6D99E4CFA31867
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@
- name: Test connection
delegate_to: bootstrap
delegate_facts: true
vars:
ansible_host_key_checking: false
ansible.builtin.ping: {}
- name: Bootstrap remote