From 995ff0d77def7bffcd419ed8a6a87cf757bb7782 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 27 Aug 2018 23:28:52 +0200 Subject: o Moving /etc/hosts configuration to lxc-machine. --- ansible/roles/mw-backend/tasks/main.yml | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'ansible/roles/mw-backend/tasks') diff --git a/ansible/roles/mw-backend/tasks/main.yml b/ansible/roles/mw-backend/tasks/main.yml index 39fd44c..bbe7473 100644 --- a/ansible/roles/mw-backend/tasks/main.yml +++ b/ansible/roles/mw-backend/tasks/main.yml @@ -1,21 +1,4 @@ --- -- name: misc setup - tags: - - mw-backend - - misc - block: - - name: /etc/hosts - copy: - dest: /etc/hosts - content: | - 127.0.0.1 localhost - 127.0.1.1 mw.trygvis.io mw - - # The following lines are desirable for IPv6 capable hosts - ::1 localhost ip6-localhost ip6-loopback - ff02::1 ip6-allnodes - ff02::2 ip6-allrouters - - name: apt setup tags: - mw-backend -- cgit v1.2.3