diff --git a/linux-config-hosts.yaml b/linux-config-hosts.yaml new file mode 100644 index 0000000..74d8bf4 --- /dev/null +++ b/linux-config-hosts.yaml @@ -0,0 +1,12 @@ +--- + +- hosts: '{{ ip_addr }}' + become: yes + become_method: sudo + gather_facts: yes + + tasks: + + - name: "[CONFIG HOSTS FILE] Configure hosts file" + import_role: + name: config-hosts