skylab
/
skylab-ansible
Archived
2
0
Fork 0

Add sanity connection check for bootstrap hosts

This commit is contained in:
Ethan Paul 2023-04-18 21:56:02 -04:00
parent 538bb26f83
commit 5f602c797f
Signed by: enpaul
GPG Key ID: 9B6D99E4CFA31867
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@
ansible_ssh_pass: "{{ bootstrap_password }}"
ansible_port: "{{ bootstrap_port }}"
- name: Test connection
delegate_to: bootstrap
delegate_facts: true
ansible.builtin.ping: {}
- name: Bootstrap remote
hosts: bootstrap
vars: