redhat-partner-solutions / crucible

Apache License 2.0
34 stars 59 forks source link

Default the qemu_user to ansible user #242

Closed thekad closed 1 year ago

thekad commented 1 year ago

We have found in our particular use case we don't want to login as the root user on the target VM Host but we also don't want the VMs to be created as some non-root user. This way we can set ansible_user to our non-root user and set qemu_user as root. The default (current) behavior stays the same.