Releases: hamburger-software/ansible-role-vmware_ubuntu_cloud_image
Releases · hamburger-software/ansible-role-vmware_ubuntu_cloud_image
v4.0.0 (2019-11-06)
Changes
- The role was relocated to the new Galaxy namespace hamburger_software.
v3.0.0 (2019-05-17)
Features
- Disks may be added.
In order to add a disk, supply adiskparameter with two disk specifications.
The first element pertains to the configuration of the existing disk.
The second and subsequent ones configure additional disks.
See vmware_guest_disk. - Ubuntu 19.04 is a tested platform.
Changes
- In order to enable creation of disks, a new module (which was added in Ansible 2.8.0) had to be used.
This module requires additional parameters when used to configure an existing disk.
If your playbooks increase disk size, they will have to be updated.
See the example playbook.
v2.1.0 (2019-04-02)
Features
-
Disk size may be increased.
-
Support for custom network mappings
This allows to override the default network mappings of
ansible_deploy_ovf with user-defined or empty mappings.
v2.0.1 (2018-12-17)
Features
- Parameter verification is only executed once.
Changes
- Ansible 2.7.1 is required, a workaround for Ansible 2.7.0 was removed.
v2.0.0 (2018-10-02)
Features
-
Customization of the ssh public keys was moved from the dedicated
public-keysproperty to a Cloud Config Data section file specified inuser-data.
This enables the following features:- Multiple ssh public keys can be added.
- A password can be set for the user "ubuntu" without forcing it to be changed on first login (which would break the ansible connection).
-
A workaround for ansible/ansible#45223 was added.
Changes
- The
cidrvariable was renamed tonetwork.
v1.0.0 (2018-09-27)
Support for creating virtual machines from Ubuntu Cloud Images with adjusted hardware.