Minor updates after latest production usage.

This commit is contained in:
Brian Lee 2023-08-10 16:04:40 -07:00
parent c0fa8bcddc
commit 941c3f3645
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ See the [default variables](defaults/main.yml).
- hosts: mail - hosts: mail
become: yes become: yes
roles: roles:
- bleetube.mail - bleetube.disposable-mail
``` ```
## Example Deployment ## Example Deployment

View File

@ -25,7 +25,7 @@
See `man 5 postconf` for details. See `man 5 postconf` for details.
6. Create another TXT record for DKIM using the contents of /etc/dkimkeys/mail.txt 6. (optional) Create another TXT record for DKIM using the contents of /etc/dkimkeys/mail.txt
* See [scripts/print-rdata.py](../scripts/print-rdata.py) for an example of how to parse mail.txt * See [scripts/print-rdata.py](../scripts/print-rdata.py) for an example of how to parse mail.txt
* See [octodns](https://github.com/octodns/octodns-easydns) and [dnscontrol](https://dnscontrol.org/) * See [octodns](https://github.com/octodns/octodns-easydns) and [dnscontrol](https://dnscontrol.org/)

View File

@ -4,7 +4,7 @@
name: name:
- opendkim - opendkim
- opendkim-tools - opendkim-tools
state: latest state: present
- name: Configure OpenDKIM - name: Configure OpenDKIM
ansible.builtin.template: ansible.builtin.template: