2015-04-11 16:15:49 +02:00
|
|
|
cloud-init
|
|
|
|
----------
|
|
|
|
|
|
|
|
This plugin installs and configures
|
|
|
|
`cloud-init <https://packages.debian.org/wheezy-backports/cloud-init>`__
|
|
|
|
on the system. Depending on the release it installs it from either
|
|
|
|
backports or the main repository.
|
|
|
|
|
|
|
|
cloud-init is only compatible with Debian wheezy and upwards.
|
|
|
|
|
|
|
|
Settings
|
|
|
|
~~~~~~~~
|
|
|
|
|
|
|
|
- ``username``: The username of the account to create.
|
2015-04-28 01:21:07 -03:00
|
|
|
``required``
|
2016-04-16 08:45:59 -04:00
|
|
|
- ``groups``: A list of strings specifying which additional groups the account
|
|
|
|
should be added to.
|
|
|
|
``optional``
|
2015-04-11 16:15:49 +02:00
|
|
|
- ``disable_modules``: A list of strings specifying which cloud-init
|
|
|
|
modules should be disabled.
|
2015-04-28 01:21:07 -03:00
|
|
|
``optional``
|
2015-04-11 16:15:49 +02:00
|
|
|
- ``metadata_sources``: A string that sets the
|
|
|
|
`datasources <http://cloudinit.readthedocs.org/en/latest/topics/datasources.html>`__
|
2017-02-13 23:18:06 +01:00
|
|
|
that cloud-init should try fetching metadata from (corresponds to
|
|
|
|
debconf-set-selections values). The source is
|
2015-04-11 16:15:49 +02:00
|
|
|
automatically set when using the ec2 provider.
|
2015-04-28 01:21:07 -03:00
|
|
|
``optional``
|