bertvv/ansible-role-bind

record txt

Closed this issue · 2 comments

hi, how to insert record spf, dmarc etc?
Thanks.

Michele, checkout out the molecule scenario with examples molecule/default/host_vars/ns1.yml:

    text:
      - name: _kerberos
        text: KERBEROS.ACME-INC.COM
      - name: '@'
        text:
          - 'some text'
          - 'more text'

I am closing this issue for now. Please don't hesitate to ask if this is unclear.