Ansible Role cockpit
This role can either install or remove all cockpit packages from the system (for security reasons).
Optional Role Variables
Variable  | 
Description  | 
Default Value  | 
|---|---|---|
  | 
List of strings. Additional cockpit packages to install, to extend the functionality of the web console  | 
unset  | 
  | 
Bool. Enables or disables the   | 
  | 
  | 
String. State of the cockpit packages. Possible Options:   | 
  | 
Example:
# optional
cockpit__additional_packages:
  - 'cockpit-machines' # for KVM administration
cockpit__socket_enabled: true
cockpit__state: 'present'