From 5f825274b8faa3b8ec4eca8654f513de62bf78cb Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 29 Nov 2021 02:42:48 +0100 Subject: [PATCH] debian bullseye is used - no longer fix acmetool --- .gitmodules | 3 --- host_vars/mail01.l3d.space/vars.yml | 1 + roles/acmetool_fix | 1 - site.yml | 2 -- 4 files changed, 1 insertion(+), 6 deletions(-) delete mode 160000 roles/acmetool_fix diff --git a/.gitmodules b/.gitmodules index f11c9bf..c7c52c8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,9 +58,6 @@ [submodule "roles/do1jlr.dovecot"] path = roles/do1jlr.dovecot url = https://github.com/DO1JLR/ansible_role_dovecot.git -[submodule "roles/acmetool_fix"] - path = roles/acmetool_fix - url = https://github.com/DO1JLR/ansible_role_acmetool_debian_fix.git [submodule "roles/unbound"] path = roles/do1jlr.unbound url = https://github.com/roles-ansible/ansible_role_unbound.git diff --git a/host_vars/mail01.l3d.space/vars.yml b/host_vars/mail01.l3d.space/vars.yml index be031d4..b061392 100644 --- a/host_vars/mail01.l3d.space/vars.yml +++ b/host_vars/mail01.l3d.space/vars.yml @@ -99,3 +99,4 @@ fail2ban_jail_configuration: value: 'true' section: 'dovecot' +nginx__infrastructure_domain__enabled: false diff --git a/roles/acmetool_fix b/roles/acmetool_fix deleted file mode 160000 index e57fac3..0000000 --- a/roles/acmetool_fix +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e57fac3faf50f8d3ca867b096b7733fe7ff074f0 diff --git a/site.yml b/site.yml index de016ad..5f25885 100644 --- a/site.yml +++ b/site.yml @@ -27,7 +27,6 @@ hosts: web roles: - {role: do1jlr.webhost, tags: [web, webhost], become: true} - - {role: acmetool_fix, tags: [web, acmetool]} - {role: do1jlr.acmetool, tags: [web, acmetool], become: true} - {role: do1jlr.nginx, tags: [web, nginx]} - {role: do1jlr.mysql, tags: [web, git, mysql], become: true} @@ -43,7 +42,6 @@ roles: - {role: do1jlr.mysql, tags: [mail, mysql, mariadb], become: true} - {role: do1jlr.webhost, tags: [mail, webhost], become: true} - - {role: acmetool_fix, tags: [mail, acmetool]} - {role: do1jlr.acmetool, tags: [mail, acmetool], become: true} - {role: do1jlr.nginx, tags: [mail, nginx]} - {role: do1jlr.mailserver_preperation, tags: [mail, mailserver_preperation, prep, mailserver]}