You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/push Build is passing
Details
|
1 year ago | |
---|---|---|
defaults | 2 years ago | |
files | 2 years ago | |
handlers | 2 years ago | |
meta | 2 years ago | |
tasks | 2 years ago | |
tests | 2 years ago | |
vars | 2 years ago | |
.drone.yml | 1 year ago | |
README.md | 2 years ago |
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