You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Customization of the ssh public keys was moved from the dedicated `public-keys` property to a [Cloud Config Data](https://cloudinit.readthedocs.io/en/latest/topics/format.html#cloud-config-data) section file specified in `user-data`.
8
+
This enables the following features:
9
+
- Multiple ssh public keys can be added.
10
+
- A password can be set for the user "ubuntu" without forcing it to be changed on first login (which would break the ansible connection).
11
+
12
+
- A workaround for https://github.com/ansible/ansible/issues/45223 was added.
13
+
14
+
### Changes
15
+
16
+
- The `cidr` variable was renamed to `network`.
17
+
18
+
## v1.0.0 (2018-09-27)
19
+
20
+
Support for creating virtual machines from Ubuntu Cloud Images with adjusted hardware.
0 commit comments