WIP: Initial VM provisioning #4

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

View File

@@ -7,6 +7,8 @@
msg: "{{ inventory_hostname }}"
- name: Wut
ansible.builtin.shell: |
apt update
apt install -y iputils-ping
ping -c 5 {{ inventory_hostname }}
args:
executable: /bin/bash