From 2969fd493e07a0f38d880f2363f1469d43b7e0f6 Mon Sep 17 00:00:00 2001 From: rene Date: Sat, 23 Jul 2022 12:13:39 +0000 Subject: [PATCH] revert e9bbff86d98f257aa590f27a670ecca321df66ae revert changed the ip for gitlab and added the ip for docker01 changed the ip for gitlab and added the ip for docker01 --- roles/base/tasks/system_setup/hosts.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/base/tasks/system_setup/hosts.yml b/roles/base/tasks/system_setup/hosts.yml index 2d58e39..0b808f6 100644 --- a/roles/base/tasks/system_setup/hosts.yml +++ b/roles/base/tasks/system_setup/hosts.yml @@ -6,8 +6,7 @@ owner: 'root' group: 'root' loop: - - { ip: '192.168.1.238', fqdn: 'gitlab.social.my-wan.de docker01.universe.local docker01'} - - { ip: '192.168.1.240', fqdn: 'coruscant.universe.local coruscant'} + - { ip: '192.168.1.240', fqdn: 'gitlab.social.my-wan.de coruscant.universe.local'} when: - set_hosts is defined - set_hosts == true \ No newline at end of file