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.
Tobias Trabelsi 1ee07d84ce
continuous-integration/drone/push Build is passing Details
removed unnessesary step from pipeline
1 year ago
defaults added support for systemd management 2 years ago
files init 2 years ago
handlers init 2 years ago
meta need to update test images. 2 years ago
tasks fixed with loop and added vagrant test 2 years ago
tests fixed with loop and added vagrant test 2 years ago
vars moved vars to defaults 2 years ago
.drone.yml removed unnessesary step from pipeline 1 year ago
README.md moved vars to defaults 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