ansible-role-linux/README.md

16 lines
296 B
Markdown

# Ansible Role: Linux (package helper)
This is an Ansible role that installs a configurable set of useful packages for the Linux system administrator.
## Requirements
None.
## Role Variables
There is one variable, which is the list of packages to install.
```yaml
sysadmin_packages: []
```