Commit 3408304d authored by Alain Takoudjou's avatar Alain Takoudjou

delete default nameserver in resolv.conf

parent f0da81b1
...@@ -58,6 +58,9 @@ ...@@ -58,6 +58,9 @@
- name: adding entry from workspace - name: adding entry from workspace
lineinfile: dest=/etc/resolv.conf line="nameserver 10.200.218.1" lineinfile: dest=/etc/resolv.conf line="nameserver 10.200.218.1"
- name: Delete default nameserver
lineinfile: dest=/etc/resolv.conf line="nameserver 10.0.2.3" state=absent
- name: ping current host - name: ping current host
script: ping host {{ lookup('file', '/etc/opt/ipv4') }} {{ lookup('file', '/etc/opt/hostname') }} script: ping host {{ lookup('file', '/etc/opt/ipv4') }} {{ lookup('file', '/etc/opt/hostname') }}
when: hostname_file.stat.exists == True when: hostname_file.stat.exists == True
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment