playbook config-resolv role
This commit is contained in:
parent
9bb40e7798
commit
b02cd085e8
|
@ -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
|
Loading…
Reference in New Issue