Rocky Linux network install fails so use local image
This commit is contained in:
parent
6348f267de
commit
1f4dd45972
3 changed files with 13 additions and 3 deletions
|
@ -10,3 +10,13 @@
|
|||
roles:
|
||||
- base
|
||||
- kvm-host
|
||||
|
||||
tasks:
|
||||
- name: fetch rocky linux install image
|
||||
get_url:
|
||||
dest: /var/lib/libvirt/images/Rocky-8.5-x86_64-minimal.iso
|
||||
url: https://nic.funet.fi/pub/mirrors/rockylinux.org/8.5/Minimal/x86_64/iso/Rocky-8.5-x86_64-minimal.iso
|
||||
checksum: sha256:4eb2ae6b06876205f2209e4504110fe4115b37540c21ecfbbc0ebc11084cb779
|
||||
mode: 0644
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue