Tobias Trabelsi
553486f41f
All checks were successful
continuous-integration/drone/push Build is passing
24 lines
374 B
Markdown
24 lines
374 B
Markdown
update-debian
|
|
=========
|
|
|
|
This Role will update a Linux based system and check if a reboot is required.
|
|
It can also install a prefedined package list if wanted.
|
|
|
|
Example Playbook
|
|
----------------
|
|
|
|
```yml
|
|
- hosts: servers
|
|
roles:
|
|
- { role: update-system }
|
|
vars:
|
|
install: true
|
|
package_list:
|
|
- "apt"
|
|
```
|
|
|
|
License
|
|
-------
|
|
|
|
MIT
|