Samgarr / ansible-dkim-multidomain

Ansible role for opendkim with postfix on ubuntu setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-dkim-multidomain

Customized ansible-dkim role for multiple domains on server and usage with host_vars. Tested on Debian Wheezy.

Example

host_vars/domain.com

---
dkim_dom:
  - maildomain1.com
  - maildomain2.com
  - maildomain3.com

mailservers.yaml

---
- hosts: mailservers
  roles:
    - { role: ansible-dkim-multidomain, dkim_selector: mail, dkim_domains: "{{ dkim_dom }}" }

About

Ansible role for opendkim with postfix on ubuntu setup

License:BSD 3-Clause "New" or "Revised" License