playbook config-resolv role

This commit is contained in:
Ruben Blanco 2024-02-14 17:02:22 +01:00
parent 9bb40e7798
commit b02cd085e8
1 changed files with 12 additions and 0 deletions

12
linux-config-resolv.yaml Normal file
View File

@ -0,0 +1,12 @@
---
- hosts: '{{ ip_addr }}'
become: yes
become_method: sudo
gather_facts: yes
tasks:
- name: "[CONFIG RESOLV FILE] Configure resolv file"
import_role:
name: config-resolv