Tobias Trabelsi
bc7343a1f3
Some checks reported errors
continuous-integration/drone/push Build was killed
|
||
---|---|---|
defaults | ||
files | ||
handlers | ||
meta | ||
tasks | ||
tests | ||
vars | ||
.drone.yml | ||
README.md |
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
- hosts: servers
roles:
- { role: update-system }
vars:
install: true
package_list:
- "apt"
License
MIT