From 45448f76d45ef870c9f9c45ad2297f051f869b87 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 18 Sep 2023 21:22:26 +0300 Subject: [PATCH] Add usage --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c2ba03e..88df19e 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,16 @@ Add to your requirements.yml file a role entry like: # Usage +Create a playbook like: + +```yaml +--- +- name: Configure OpenDKIM in mail servers + hosts: mail_servers[0] + roles: + - role: opendkim_postfix +``` + Set at least a list of domain names with the variable mail_domains. If you have an OVH account for your DNS domains you can add the variables related (check defaults/main.yml). # Credits