1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

fix inventory

This commit is contained in:
Jason N. 2024-03-08 11:05:04 -05:00
parent 9ea92aa75a
commit 58c12d722b

View file

@ -227,11 +227,12 @@ jobs:
echo "VM ready for tests at IP ${VM_IP}"
echo "Creating Ansible inventory"
cat << EOF > ansible_inventory
hosts:
vm:
ansible_host: ${VM_IP}
ansible_user: ${VM_USER}
ansible_password: ${VM_PASS}
ungrouped:
hosts:
vm:
ansible_host: ${VM_IP}
ansible_user: ${VM_USER}
ansible_password: ${VM_PASS}
EOF
cat ansible_inventory