Don't hardcode private dir to vm-create
This commit is contained in:
parent
fc25e0a108
commit
78c9a2eaf1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
vars:
|
||||
vmhost_uri: "qemu+ssh://root@{{ vmhost }}/system"
|
||||
root_pubkey: "{{ lookup('file', '/srv/ansible-private/ssh/id_rsa.pub') }}"
|
||||
root_pubkey: "{{ lookup('file', ansible_private + '/ssh/id_rsa.pub') }}"
|
||||
|
||||
char: "{{ 'bcdefghijklmnopqrstuvwxyz'|list }}"
|
||||
console_log: "/var/log/libvirt/qemu/{{ inventory_hostname }}.console.log"
|
||||
|
|
Loading…
Add table
Reference in a new issue