summaryrefslogtreecommitdiffstats
path: root/bin/helpers
Commit message (Collapse)AuthorAgeFilesLines
* use ssh key for my new laptopJesse Luehrs2021-07-011-1/+1
|
* update algo for hornetJesse Luehrs2021-02-251-10/+11
|
* algo also expects virtualenv at .env nowJesse Luehrs2020-04-241-2/+2
|
* add a couple more required ansible variablesJesse Luehrs2020-04-241-1/+1
|
* current version of ansible has trouble parsing newlines in -eJesse Luehrs2020-04-241-8/+1
|
* algo requires python3 nowJesse Luehrs2020-04-241-1/+1
|
* update algo config diffJesse Luehrs2020-04-241-24/+28
|
* use hostnames for droplet namesJesse Luehrs2020-04-243-3/+3
| | | | this is how you convince digitalocean to set up proper reverse dns
* bump up the size of tozt for nowJesse Luehrs2019-08-221-1/+1
|
* more algo updatesJesse Luehrs2019-08-081-0/+2
|
* more algo updatesJesse Luehrs2019-08-072-8/+25
|
* update algo config patchJesse Luehrs2019-08-071-13/+13
|
* launch mail server with the real domain nameJesse Luehrs2019-03-041-5/+5
|
* mailu needs more ramJesse Luehrs2019-02-224-6/+7
|
* fix algo launch script for algo updatesJesse Luehrs2019-01-012-21/+25
| | | | python dependencies are mostly installed by ansible now
* update algo config patchJesse Luehrs2018-12-311-11/+11
|
* factor out some common bits into a helper libraryJesse Luehrs2018-12-065-161/+94
|
* add a base configuration for testing the d2a scriptJesse Luehrs2018-12-051-0/+58
|
* fix up the mail launch script a bitJesse Luehrs2018-12-051-5/+4
|
* start trying to migrate mail into the main puppet configJesse Luehrs2018-12-051-16/+21
|
* commentsJesse Luehrs2018-11-171-0/+1
|
* manage mdadm.conf and mkinitcpio.conf with puppetJesse Luehrs2018-11-151-4/+3
|
* fix rebootingJesse Luehrs2018-11-151-1/+3
|
* better disk configurationJesse Luehrs2018-11-151-1/+3
|
* detect disks on partofmeJesse Luehrs2018-11-151-3/+6
|
* puppet won't manage passwords without ruby-shadowJesse Luehrs2018-11-141-1/+1
|
* ensure the kernel is up to date before starting to installJesse Luehrs2018-11-141-0/+10
|
* fill out the rest of the hosts fileJesse Luehrs2018-11-141-1/+1
|
* fix up the launch script a bitJesse Luehrs2018-11-131-12/+15
|
* executableJesse Luehrs2018-11-131-0/+0
|
* add config for my local fileserverJesse Luehrs2018-11-131-0/+25
|
* try moving to manifests and nodesJesse Luehrs2018-11-131-1/+1
|
* actually, let's make this shared againJesse Luehrs2018-11-131-2/+2
|
* distribute the rest of the wireguard configuration filesJesse Luehrs2018-11-111-1/+1
|
* don't store the cakey for algoJesse Luehrs2018-11-041-1/+1
| | | | | at this point rebuilding is easy enough that i can just rebuild any time i need to change the user list
* stop using a floating ip for algoJesse Luehrs2018-11-041-11/+2
|
* allow use of subdomains with dkimJesse Luehrs2018-10-251-3/+3
|
* automatically update dkim entry when launching mailJesse Luehrs2018-10-241-0/+24
|
* autogenerate mailu secret keyJesse Luehrs2018-10-231-1/+0
| | | | and stop using local secrets at all
* missed oneJesse Luehrs2018-10-231-1/+1
|
* use a lower ttl for nowJesse Luehrs2018-10-231-2/+2
| | | | | and switch to a different test domain name to avoid waiting for the existing ttl
* just stop using floating ip for nowJesse Luehrs2018-10-231-14/+25
| | | | digital ocean makes this unnecessarily hard for some reason
* rate limitsJesse Luehrs2018-10-221-1/+1
|
* put mail data on a persistent volumeJesse Luehrs2018-10-201-0/+1
|
* silence aptJesse Luehrs2018-10-191-3/+7
|
* start writing provisioning script for mailJesse Luehrs2018-10-191-1/+30
|
* sync secrets to the right placeJesse Luehrs2018-10-191-1/+1
|
* rename modules dirJesse Luehrs2018-10-191-1/+1
|
* also need to update the path during bootstrappingJesse Luehrs2018-10-191-1/+1
|
* Revert "move the tozt module around to allow for more host types"Jesse Luehrs2018-10-191-1/+1
| | | | | | | | This reverts commit 89c0cc84be250ba8fe5722baa35293c70c98f2a0. thinking about it more, the mail server configuration is going to be different enough (in particular, running debian rather than arch) that i don't think sharing puppet modules is going to be worthwhile