mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
fix inventory
This commit is contained in:
parent
9ea92aa75a
commit
58c12d722b
1 changed files with 6 additions and 5 deletions
11
.github/workflows/build-and-test.yml
vendored
11
.github/workflows/build-and-test.yml
vendored
|
|
@ -227,11 +227,12 @@ jobs:
|
||||||
echo "VM ready for tests at IP ${VM_IP}"
|
echo "VM ready for tests at IP ${VM_IP}"
|
||||||
echo "Creating Ansible inventory"
|
echo "Creating Ansible inventory"
|
||||||
cat << EOF > ansible_inventory
|
cat << EOF > ansible_inventory
|
||||||
hosts:
|
ungrouped:
|
||||||
vm:
|
hosts:
|
||||||
ansible_host: ${VM_IP}
|
vm:
|
||||||
ansible_user: ${VM_USER}
|
ansible_host: ${VM_IP}
|
||||||
ansible_password: ${VM_PASS}
|
ansible_user: ${VM_USER}
|
||||||
|
ansible_password: ${VM_PASS}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat ansible_inventory
|
cat ansible_inventory
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue