ctucx.git: ansible-configs

My personal ansible roles and playbooks [deprecated in favor of nixos]

commit ca93f93935e3cb37b747a2b5823173adc1578fea
parent ee10f5fc41e2191941a5f4e03ed38e8c088cc926
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sat, 27 Feb 2021 14:36:50 +0100

i'm stupid
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/roles/common/templates/hosts.conf.j2 b/roles/common/templates/hosts.conf.j2
@@ -2,10 +2,5 @@
 # !!! This file is managed by Ansible !!!
 #
 
-{% if system.hostname == "lollo" %}
-195.39.246.32		localhost localhost.localdomain {{ system.hostname }} {{ system.hostname }}.{{ system.domain }}
-2a0f:4ac0:acab::1		localhost localhost.localdomain {{ system.hostname }} {{ system.hostname }}.{{ system.domain }}
-{% else %}
 127.0.0.1	localhost localhost.localdomain {{ system.hostname }} {{ system.hostname }}.{{ system.domain }}
 ::1			localhost localhost.localdomain {{ system.hostname }} {{ system.hostname }}.{{ system.domain }}
-{% endif %}-
\ No newline at end of file