WIP: Initial VM provisioning #4

Closed
cyclane wants to merge 38 commits from initial-vm-provisioning into main
1 changed files with 1 additions and 0 deletions
Showing only changes of commit b39d99b781 - Show all commits

View File

@ -14,6 +14,7 @@
delegate_to: localhost
- name: Ping
ansible.builtin.shell: |
apt update && apt install -y iputils-ping
ping -c 5 {{ inventory_hostname }}
delegate_to: localhost
- name: Test some stuff