1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00

debian bullseye is used - no longer fix acmetool

This commit is contained in:
L3D 2021-11-29 02:42:48 +01:00
parent 7f10dc6745
commit 5f825274b8
Signed by: l3d
GPG key ID: CD08445BFF4313D1
4 changed files with 1 additions and 6 deletions

3
.gitmodules vendored
View file

@ -58,9 +58,6 @@
[submodule "roles/do1jlr.dovecot"] [submodule "roles/do1jlr.dovecot"]
path = roles/do1jlr.dovecot path = roles/do1jlr.dovecot
url = https://github.com/DO1JLR/ansible_role_dovecot.git 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"] [submodule "roles/unbound"]
path = roles/do1jlr.unbound path = roles/do1jlr.unbound
url = https://github.com/roles-ansible/ansible_role_unbound.git url = https://github.com/roles-ansible/ansible_role_unbound.git

View file

@ -99,3 +99,4 @@ fail2ban_jail_configuration:
value: 'true' value: 'true'
section: 'dovecot' section: 'dovecot'
nginx__infrastructure_domain__enabled: false

@ -1 +0,0 @@
Subproject commit e57fac3faf50f8d3ca867b096b7733fe7ff074f0

View file

@ -27,7 +27,6 @@
hosts: web hosts: web
roles: roles:
- {role: do1jlr.webhost, tags: [web, webhost], become: true} - {role: do1jlr.webhost, tags: [web, webhost], become: true}
- {role: acmetool_fix, tags: [web, acmetool]}
- {role: do1jlr.acmetool, tags: [web, acmetool], become: true} - {role: do1jlr.acmetool, tags: [web, acmetool], become: true}
- {role: do1jlr.nginx, tags: [web, nginx]} - {role: do1jlr.nginx, tags: [web, nginx]}
- {role: do1jlr.mysql, tags: [web, git, mysql], become: true} - {role: do1jlr.mysql, tags: [web, git, mysql], become: true}
@ -43,7 +42,6 @@
roles: roles:
- {role: do1jlr.mysql, tags: [mail, mysql, mariadb], become: true} - {role: do1jlr.mysql, tags: [mail, mysql, mariadb], become: true}
- {role: do1jlr.webhost, tags: [mail, webhost], 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.acmetool, tags: [mail, acmetool], become: true}
- {role: do1jlr.nginx, tags: [mail, nginx]} - {role: do1jlr.nginx, tags: [mail, nginx]}
- {role: do1jlr.mailserver_preperation, tags: [mail, mailserver_preperation, prep, mailserver]} - {role: do1jlr.mailserver_preperation, tags: [mail, mailserver_preperation, prep, mailserver]}