aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add web role: nginx and acme-client (SSL/TLS cert)Aaron LI2018-03-1411-0/+559
|
* Add security role: PF firewall, sshlockoutAaron LI2018-03-146-1/+457
|
* basic: enable syslog of console.logAaron LI2018-03-141-1/+13
|
* Create /private/ dir and move ssh/ inAaron LI2018-03-142-2/+2
|
* dns/zones: add zone aaronly.me; update zone liwt.net with mail recordsAaron LI2018-03-143-4/+80
|
* 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
|
* ansible.cfg: add commented option "nocows" to disable cowsayAaron LI2018-03-141-0/+4
|
* basic: fix vim setting block markerAaron LI2018-03-141-0/+1
|
* dns: update zones templates and add liwt.net zoneAaron LI2018-03-144-36/+80
|
* var: update domains and nsd.conf.j2Aaron LI2018-03-142-3/+16
|
* minor updatesAaron LI2018-03-142-2/+3
|
* shadowsocks: rename var server_port to portAaron LI2018-03-143-3/+3
|
* basic: install rsync and htopAaron LI2018-03-141-0/+3
|
* basic: add basic settings for vimAaron LI2018-03-141-0/+7
|
* basic: tune some settings in rc.conf and loader.confAaron LI2018-03-141-0/+22
|
* basic: disable pkg repo auto updateAaron LI2018-03-141-1/+7
|
* Add filter_plugins/dns.py with "next_serial" to DNS SOA recordAaron LI2018-03-141-0/+74
| | | | Credit: https://github.com/kgaughan/zones
* bootstrap: install sudoAaron LI2018-03-141-0/+5
|
* dns: generate nsd.conf with domains and nameservers variablesAaron LI2018-03-143-17/+26
|
* dns: clean up unbound.conf a bitAaron LI2018-03-141-10/+1
|
* shadowsocks: remove nameserver settingAaron LI2018-03-142-3/+0
|
* dns/nsd: remove unused "key" sectionAaron LI2018-03-142-19/+1
|
* 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 packages renamed to basicAaron LI2018-03-142-3/+3
|
* bootstrap: improve group/user creation; add block marker for sshd_configAaron LI2018-03-141-6/+14
|
* role/dns: configure NSD as the stealth master with 2 domainsAaron LI2018-03-146-0/+265
| | | | | | | | | | | * 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 shadowsocksAaron LI2018-03-145-0/+55
|
* ansible.cfg: increase timeout (e.g., SSH key pass prompt)Aaron LI2018-02-221-0/+2
|
* Add role dns to setup unbound serviceAaron LI2018-02-213-0/+213
|
* Add deploy playbook with packages roleAaron LI2018-02-212-0/+23
|
* bootstrap: clean up varsAaron LI2018-02-211-3/+0
|
* Init ansible playbook for DFly VPS bootstrapAaron LI2018-02-1412-0/+200