diff --git a/hugin_in_etc_hosts.yml b/hugin_in_etc_hosts.yml new file mode 100644 index 0000000..1b9f9a4 --- /dev/null +++ b/hugin_in_etc_hosts.yml @@ -0,0 +1,9 @@ +--- +- hosts: localhost + tasks: + - name: Add hugin to /etc/hosts + ansible.builtin.lineinfile: + line: '195.169.22.139 hugin' + path: /etc/hosts + state: present + delegate_to: 127.0.0.1