Releases: hamburger-software/ansible-role-vmware_ubuntu_cloud_image
Releases · hamburger-software/ansible-role-vmware_ubuntu_cloud_image
v2.0.0 (2018-10-02)
Features
-
Customization of the ssh public keys was moved from the dedicated
public-keys
property 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
cidr
variable was renamed tonetwork
.
v1.0.0 (2018-09-27)
Support for creating virtual machines from Ubuntu Cloud Images with adjusted hardware.