ansible: Update path for downloaded ISO images
authorKienan Stewart <kstewart@efficios.com>
Thu, 27 Jul 2023 18:06:23 +0000 (14:06 -0400)
committerKienan Stewart <kstewart@efficios.com>
Mon, 31 Jul 2023 18:35:13 +0000 (14:35 -0400)
commit2b32cc9cc4ac85dbb94e4df02d7c208b08d17224
treef56184e5406dd4586d23ded897d2fa76e2bdd5cd
parentc3c15dc7390084325a96212547a8dbf167a74f65
ansible: Update path for downloaded ISO images

/var/lib/libvirt/images isn't world-readable by default. The ISOs are
meant to be readily accessible as they should be used read-only.

In the cases where VMs are run as unprivileged users (eg. with lxd),
/var/lib/libvirt/images/*.iso isn't readable. Rather than loosening
the mode on the images folder, the ISOs will be in a directory
that is world-readable by default.

Change-Id: I056c290e5b88f0baaa52eaf749d4f29b53dbb8af
automation/ansible/roles/libvirt/vars/main.yml
automation/ansible/roles/zfs/tasks/main.yml
This page took 0.023592 seconds and 4 git commands to generate.