aboutsummaryrefslogtreecommitdiffstats
path: root/roles/dns
Commit message (Collapse)AuthorAgeFilesLines
* zones/liwt.net: Do not hardcode subdomainsAaron LI2019-09-211-6/+16
| | | | | Also reject the 'mail' subdomain from creating the CNAME record, because the 'mail' is used to create the MX record.
* zones/233233.xyz: Do not hardcode subdomainsAaron LI2019-09-211-1/+11
|
* dns/nsd: Add IPv6 AXFR address for ns2.afraid.orgAaron LI2019-09-211-2/+4
|
* zones/aaronly.me: Remove "dorm-x42", "office", "cluster"Aaron LI2019-09-211-3/+0
|
* dns: Add tags "unbound" and "nsd"Aaron LI2019-09-211-3/+20
|
* dns: Fetch initial anchor for unboundAaron LI2019-09-211-0/+6
|
* dns: Use "service" module instead of rcrestart/rcreloadAaron LI2019-09-211-4/+12
|
* Update pkgng usage and fix package namesAaron LI2019-09-191-4/+3
| | | | | | Fix package names: * vim-lite => vim-console * uwsgi-py36 => uwsgi
* dns: Add CNAME d.233233.xyzAaron LI2018-12-011-1/+1
|
* Port to Ansible 2.7Aaron LI2018-12-011-3/+6
|
* dns/zones: use dav to replace {card,cal}dav; clean aaronly.meAaron LI2018-04-092-6/+2
|
* dns/zones: tweak space after ";"Aaron LI2018-04-092-6/+6
|
* dns/zones: improve dmarc recordAaron LI2018-03-222-2/+16
|
* dns/zones: add code.aaronly.meAaron LI2018-03-141-1/+1
|
* dns/zones: add mail.aaronly.me CNAMEAaron LI2018-03-141-0/+1
|
* dns/zones: update aaronly.me for dns switch; other minor updatesAaron LI2018-03-144-14/+14
|
* dns/nsd: notify reload-nsdAaron LI2018-03-141-0/+1
|
* dns: update tag zonesAaron LI2018-03-141-1/+1
|
* add tags: zones, sitesAaron LI2018-03-141-0/+2
|
* dns/zones: use DNS SOA variablesAaron LI2018-03-144-24/+20
|
* dns/zones: add DKIM recordAaron LI2018-03-142-2/+6
|
* dns: refactor nsd zones generation to support DKIM recordAaron LI2018-03-142-19/+37
|
* dns/zones: add zone aaronly.me; update zone liwt.net with mail recordsAaron LI2018-03-142-4/+56
|
* dns/nsd: use fileglob lookup to help zones templating; also check zone filesAaron LI2018-03-141-4/+20
|
* dns: validate unbound and nsd config file before updateAaron LI2018-03-141-6/+8
|
* dns/nsd: clean config file a bit, increase verbosity to 1Aaron LI2018-03-141-11/+4
|
* dns/unbound: disable chroot for easier syslog settingsAaron LI2018-03-141-3/+8
|
* dns: update zones templates and add liwt.net zoneAaron LI2018-03-144-36/+80
|
* var: update domains and nsd.conf.j2Aaron LI2018-03-141-1/+1
|
* minor updatesAaron LI2018-03-141-2/+2
|
* dns: generate nsd.conf with domains and nameservers variablesAaron LI2018-03-142-11/+10
|
* dns: clean up unbound.conf a bitAaron LI2018-03-141-10/+1
|
* dns/nsd: remove unused "key" sectionAaron LI2018-03-141-14/+0
|
* dns/unbound: update config and enable remote-controlAaron LI2018-03-142-12/+35
|
* dns: reload unbound/nsd instead of restartAaron LI2018-03-142-4/+10
|
* role/dns: configure NSD as the stealth master with 2 domainsAaron LI2018-03-145-0/+245
| | | | | | | | | | | * Add "network" and "nsd" variables * Install and configure NSD as the authoritative stealth master server * Allow notify and transfer to slave masters: - freedns.afraid.org - 1984hosting.com * Add preliminary zone files for domains: - 233233.xyz - 1314233.xyz
* Add role dns to setup unbound serviceAaron LI2018-02-213-0/+213