2023-07-03 22:24:38 +00:00
|
|
|
# Ansible Role: Linux (package helper)
|
2023-07-03 22:20:02 +00:00
|
|
|
|
2023-07-03 23:33:14 +00:00
|
|
|
This is an Ansible role that installs a configurable set of useful packages for the Linux system administrator.
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
None.
|
|
|
|
|
|
|
|
## Role Variables
|
|
|
|
|
2023-08-11 19:24:48 +00:00
|
|
|
Extra packages can be installed by using the custom list:
|
2023-07-03 23:33:14 +00:00
|
|
|
|
|
|
|
```yaml
|
2023-08-11 19:24:48 +00:00
|
|
|
sysadmin_packages_custom: []
|
2023-07-03 23:33:14 +00:00
|
|
|
```
|