Merge branch 'master' of ssh://gitea.mewissen.site:22422/rene/ansible-pull

This commit is contained in:
2022-11-21 14:03:46 +01:00
15 changed files with 59 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
- name: mailserver | configure dovecot | create config dir
file:
path: "/etc/dovecot/conf.d"
state: directory
recurse: True

View File

@@ -0,0 +1,3 @@
- name: mailserver | certificates | scp from docker01
shell:
cmd: "rsync -rlptD docker01:/opt/docker/npm/letsencrypt /etc/"

View File

@@ -3,6 +3,8 @@
tags: always
- block:
- include_tasks: copy_certificates.yml
- block:
- include_tasks: install_postfix.yml
- include_tasks: configure_postfix.yml