February 2018
Intermediate to advanced
200 pages
5h 51m
English
As an example, we will work with the Fedora Project's cloud image. To do so, we will download the qcow2 image from the Fedora Project's download page, at https://alt.fedoraproject.org/cloud/:
- name: adding Fedora 27 as an image os_image: name: fedora-cloud-27 container_format: bare disk_format: qcow2 id: "{{ ansible_date_time.epoch | to_uuid }}" filename: /opt/Fedora-Cloud-Base-27-1.6.x86_64.qcow2 state: present
Read now
Unlock full access