WIP: Initial VM provisioning #4
|
@ -14,6 +14,7 @@
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
- name: Ping
|
- name: Ping
|
||||||
ansible.builtin.shell: |
|
ansible.builtin.shell: |
|
||||||
|
apt update && apt install -y iputils-ping
|
||||||
ping -c 5 {{ inventory_hostname }}
|
ping -c 5 {{ inventory_hostname }}
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
- name: Test some stuff
|
- name: Test some stuff
|
||||||
|
|
Loading…
Reference in New Issue