From 50399ab1871dc4932a814208d1bbe37fb88eee14 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sat, 6 Apr 2024 19:38:15 +0100 Subject: Add certmail role Certificate are required for both dovecot and postfix roles. This role is to simplify reuse of the same logic. --- roles/certmail/meta/main.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 roles/certmail/meta/main.yml (limited to 'roles/certmail') diff --git a/roles/certmail/meta/main.yml b/roles/certmail/meta/main.yml new file mode 100644 index 0000000..88cfe23 --- /dev/null +++ b/roles/certmail/meta/main.yml @@ -0,0 +1,5 @@ +dependencies: + - role: certificate + vars: + domains: + - mail.ilvokhin.com -- cgit v1.2.3-70-g09d2