From dc18db15a7466b72c99a242676d03a0601e0a3a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Mewi=C3=9Fen?= Date: Sat, 26 Apr 2025 11:31:23 +0200 Subject: [PATCH] coruscant is no more --- hosts | 7 ------- roles/base/tasks/system_setup/hosts.yml | 1 - roles/mailserver/tasks/configure_postfix.yml | 2 +- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/hosts b/hosts index 9837f34..69392e7 100644 --- a/hosts +++ b/hosts @@ -60,7 +60,6 @@ freeradius.universe.local backup.universe.local [database] -coruscant.universe.local mariadb01.universe.local mariadb02.universe.local mariadb03.universe.local @@ -71,7 +70,6 @@ endorvm.universe.local tuxedo-book-xp1511.universe.local [dhcpserver] -coruscant.universe.local dhcp-kea.universe.local [docker] @@ -91,7 +89,6 @@ samba-ad-dc2 drone.universe.local [fileserver] -coruscant.universe.local nfs-server.universe.local [glustertest] @@ -112,7 +109,6 @@ icinga_satellite mewimeet.de jitsi_fqdn=mewimeet.de [mailserver] -coruscant.universe.local mail.mewissen.site mailcow.universe.local mail.universe.local @@ -127,7 +123,6 @@ lifebook-u939.universe.local LIFEBOOK-U939 [nameserver] -coruscant.universe.local dnspri.universe.local dnssec1.universe.local dnssec2.universe.local @@ -143,10 +138,8 @@ endorvm.universe.local tuxedo-book-xp1511.universe.local [printspooler] -coruscant.universe.local [proxyserver] -coruscant.universe.local tinyproxy.universe.local [video_editing] diff --git a/roles/base/tasks/system_setup/hosts.yml b/roles/base/tasks/system_setup/hosts.yml index eaca382..3b814c7 100644 --- a/roles/base/tasks/system_setup/hosts.yml +++ b/roles/base/tasks/system_setup/hosts.yml @@ -6,7 +6,6 @@ owner: 'root' group: 'root' loop: - - { ip: '192.168.1.240', fqdn: 'coruscant.universe.local'} - { ip: '192.168.1.238', fqdn: 'gitea.mewissen.site'} when: - set_hosts is defined diff --git a/roles/mailserver/tasks/configure_postfix.yml b/roles/mailserver/tasks/configure_postfix.yml index 741f977..df85f0f 100644 --- a/roles/mailserver/tasks/configure_postfix.yml +++ b/roles/mailserver/tasks/configure_postfix.yml @@ -21,7 +21,7 @@ - {key: "maillog_file", value: "/var/log/postfix.log"} - {key: "message_size_limit", value: "0"} - {key: "milter_default_action", value: "accept"} - - {key: "mydestination", value: "'localhost, kashyyyk, coruscant, $myhostname'"} + - {key: "mydestination", value: "'localhost, kashyyyk, $myhostname'"} - {key: "myhostname", value: "{{ hostname | default(ansible_hostname) }}"} - {key: "mynetworks", value: "'{{ mynetworks }}'"} - {key: "mynetworks_style", value: "subnet"}