WIP: Initial VM provisioning #4

Closed
cyclane wants to merge 38 commits from initial-vm-provisioning into main
5 changed files with 136 additions and 14 deletions
Showing only changes of commit 9c2ce06cb0 - Show all commits

View File

@@ -11,6 +11,7 @@
- name: Wait for 10s
ansible.builtin.wait_for:
timeout: 10
delegate_to: localhost
- name: Ping
ansible.builtin.shell: |
ping -c 5 {{ inventory_hostname }}