Add usage
This commit is contained in:
parent
fc3ac2a309
commit
45448f76d4
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -19,6 +19,16 @@ Add to your requirements.yml file a role entry like:
|
||||||
|
|
||||||
# Usage
|
# 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).
|
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
|
# Credits
|
||||||
|
|
Loading…
Reference in a new issue