diff options
Diffstat (limited to 'vars/common.yml')
| -rw-r--r-- | vars/common.yml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/vars/common.yml b/vars/common.yml index db9a0ff..fe330d1 100644 --- a/vars/common.yml +++ b/vars/common.yml @@ -1,3 +1,4 @@ +dns_default_ttl: 3600 src_dir: /usr/share/src services: @@ -49,16 +50,16 @@ subdomains: service: ln - name: mail full_domain: mail.joeac.net - mox_handler: none - service: none + mox_handler: null + service: null - name: autoconfig.mail full_domain: autoconfig.mail.joeac.net - mox_handler: none - service: none + mox_handler: null + service: null - name: mta-sts.mail full_domain: mta-sts.mail.joeac.net - mox_handler: none - service: none + mox_handler: null + service: null - name: pwd full_domain: pwd.joeac.net mox_handler: forward |
