Go to file
Tobias Trabelsi 1ee07d84ce
continuous-integration/drone/push Build is passing Details
removed unnessesary step from pipeline
2022-02-15 22:07:41 +01:00
defaults added support for systemd management 2021-08-11 21:35:06 +02:00
files init 2021-01-30 19:50:13 +01:00
handlers init 2021-01-30 19:50:13 +01:00
meta need to update test images. 2021-01-30 20:21:27 +01:00
tasks fixed with loop and added vagrant test 2021-08-11 22:04:55 +02:00
tests fixed with loop and added vagrant test 2021-08-11 22:04:55 +02:00
vars moved vars to defaults 2021-06-26 15:26:33 +02:00
.drone.yml removed unnessesary step from pipeline 2022-02-15 22:07:41 +01:00
README.md moved vars to defaults 2021-06-26 15:26:33 +02:00

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