Add playbook and accompanying role for doing maintenance
This commit is contained in:
parent
de97436706
commit
b295690ad5
3 changed files with 33 additions and 0 deletions
7
playbooks/maintenance.yaml
Normal file
7
playbooks/maintenance.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue