mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
add become pass
This commit is contained in:
parent
9017a28631
commit
51972852da
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -255,6 +255,7 @@ ansible_inventory:
|
||||||
echo " ansible_port: ${VM_PORT}" >> ansible_inventory
|
echo " ansible_port: ${VM_PORT}" >> ansible_inventory
|
||||||
echo " ansible_user: ${VM_USER}" >> ansible_inventory
|
echo " ansible_user: ${VM_USER}" >> ansible_inventory
|
||||||
echo " ansible_password: ${VM_PASS}" >> ansible_inventory
|
echo " ansible_password: ${VM_PASS}" >> ansible_inventory
|
||||||
|
echo " ansible_become_pass: ${VM_PASS}" >> ansible_inventory
|
||||||
echo " ansible_ssh_common_args: '-o StrictHostKeyChecking=no'" >> ansible_inventory
|
echo " ansible_ssh_common_args: '-o StrictHostKeyChecking=no'" >> ansible_inventory
|
||||||
|
|
||||||
test-vm: ansible_inventory
|
test-vm: ansible_inventory
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue