new role for maintaining webserver
This commit is contained in:
8
ansible/roles/webserver/tasks/main.yaml
Normal file
8
ansible/roles/webserver/tasks/main.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
- name: Update all packages to ensure compliance with latest updates
|
||||
tags:
|
||||
- housekeeping
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
autoclean: true
|
||||
autoremove: true
|
||||
upgrade: safe
|
||||
Reference in New Issue
Block a user