set user for ansible testing in inventory
This commit is contained in:
parent
d2d2c1d36f
commit
a5e7176daf
2 changed files with 2 additions and 2 deletions
|
|
@ -4,4 +4,4 @@
|
||||||
|
|
||||||
root: `packer/ansible`
|
root: `packer/ansible`
|
||||||
|
|
||||||
`ansible-playbook -u root -i inventories/qemu playbook.yml [-t TAG]`
|
`ansible-playbook -i inventories/qemu playbook.yml [-t TAG]`
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
[default]
|
[default]
|
||||||
qemumachine ansible_host=10.2.2.10
|
qemumachine ansible_host=10.2.2.10 ansible_user=root
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue