diff --git a/roles/mgmt/UpdateAllhosts.yml b/roles/mgmt/UpdateAllhosts.yml index c6221be..452495e 100644 --- a/roles/mgmt/UpdateAllhosts.yml +++ b/roles/mgmt/UpdateAllhosts.yml @@ -9,4 +9,13 @@ tasks: - name: Upgrade-packages.yml - update packages - include: ../../lib/upgrade-packages.yml \ No newline at end of file + include: ../../lib/upgrade-packages.yml + + - name: Configure resolv.conf + copy: + content: | + nameserver 192.168.0.224 + search local + dest: /etc/resolv.conf + mode: '0644' + backup: yes \ No newline at end of file