arillso.system.apt_configuration role – Configure APT settings on hosts
Note
This role is part of the arillso.system collection (version 0.0.36).
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 arillso.system.
To use it in a playbook, specify: arillso.system.apt_configuration.
Entry point configuration – Configure APT settings on hosts
Synopsis
Manage various APT configuration settings on a system, including automatic updates, package blacklists, and more.
Parameters
Parameter |
Comments |
|---|---|
This variable stores the detailed configuration for APT settings derived from each item’s ‘config’ property in the ‘apt_configuration_list’. It includes specific settings and values to be applied in the corresponding APT configuration file. |
|
This variable specifies the filename of the APT configuration file derived from each item’s ‘filename’ property in the ‘apt_configuration_list’. It determines under which filename the APT configuration will be stored on the target system. |
Entry point main – Configure APT settings on hosts
Synopsis
Manage various APT configuration settings on a system, including automatic updates, package blacklists, and more.
Parameters
Parameter |
Comments |
|---|---|
List of group-specific APT configurations. Default: |
|
Configuration content for the APT settings. |
|
Filename for the APT configuration file. |
|
List of host-specific APT configurations. Default: |
|
Configuration content for the APT settings. |
|
Filename for the APT configuration file. |
|
Main list of APT configurations, each with a filename and configuration content. Default: |
|
Configuration content for the APT settings. |
|
Filename for the APT configuration file. |