Will Szumski

Results 7 comments of Will Szumski

Sounds like a good enhancement me. I guess we should just fail in the case where there are VMs running and a change is requested to the network.

May need to move some of this code in `ansible-role-libvirt-host`. How can we workaround the problem that the EFI firmware path may change if we install a different package. One...

Thanks for reporting the issue. You should be able to control where the service is bound by setting `api_address` and `internal_address`. These can be set to the same value if...

One thought I had was that we could use ansible facts to automatically determine this address if there is just one active interface attached to the host. We can simply...

I think this is safe as we aren't using ansible_facts which can be overridden by a malicious host. If this is true for the dictionary, it would also be true...

Potential workaround for such issues: `environments/myenv/inventory/group_vars/compute/defaults.yml`: ``` some_value: "{{ some_value_override | default('default-value') }}" ``` `myenv/.../builder/overrides.yml`: ``` some_value_override: my-override ``` But yeah, a little bit hairy...

Seems like a strange warning to me. Why would it assume that directory should exist? Being under `.ansible`, I would have thought it would have owned the creation.