Packages for linux server: apt and clean useless default packages.
Variable Name | Description |
---|---|
locale | Display language to be configured (ISO code) |
Playbook should contain at least the following content:
- hosts: all
gather_facts: true
collections:
- jaybeede.linux_server
tasks:
- import_role:
name: packages
JayBee [email protected]