Add playbook and accompanying role for doing maintenance

This commit is contained in:
June 2023-09-25 02:57:30 +02:00 committed by julian
commit b295690ad5
3 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,7 @@
- name: Make Sure System Package Are Up-To-Date
hosts: all
roles:
- apt_update_and_upgrade
- name: Run deploy Playbook
ansible.builtin.import_playbook: deploy.yaml