kowabunga.cloud.ubuntu role – Install and configure Ubuntu OS settings.

Note

This role is part of the kowabunga.cloud collection (version 0.0.1).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it use: ansible-galaxy collection install kowabunga.cloud.

To use it in a playbook, specify: kowabunga.cloud.ubuntu.

Entry point main – Install and configure Ubuntu OS settings.

Synopsis

  • Install and configure Ubuntu OS settings.

Parameters

Parameter

Comments

kowabunga_ubuntu_enforced_dist_upgrade

boolean

Defines whether base OS packages must be upgraded at play or kept to present version.

Enforced upgrades improves security and bug-fixing but might cause unexpected regressions or service restarts.

Choices:

  • false ← (default)

  • true

kowabunga_ubuntu_packages_list_extra

list / elements=string

Defines a list of extra system packages to be installed on the platform.

Default: []