update and upgrade playbook

This commit is contained in:
Ruben Blanco 2023-12-19 15:43:06 +01:00
parent 2afad62180
commit 4967b0d0b5
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
---
- hosts: "{{ ip_addr }}"
become: yes
become_method: sudo
gather_facts: yes
tasks:
- name: "[CONFIG UPDATE] Config update"
import_role:
name: config-update-and-upgrade-packages