role base config install packages

This commit is contained in:
Ruben Blanco 2024-02-12 10:09:34 +01:00
parent a35704a0ab
commit fb8fbff10f
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 INSTALL PACKAGES] Install packages"
import_role:
name: config-install-packages