Commit Graph

13 Commits

Author SHA1 Message Date
5b0eb9d8a0 Misc tf changes; lock update. 2023-12-23 00:00:44 -06:00
d41e565feb Update old dns, create pms record. 2023-12-23 00:00:11 -06:00
30e9e12781 Remember what public key you want. 2023-12-22 23:59:49 -06:00
caa3e349ef High-sea disk to 40gb. 2023-09-24 11:45:04 -05:00
aaab6ce4ef Update .lock file. 2023-09-24 11:37:12 -05:00
0fcdb0ac3c Don't run test file by default. 2023-09-24 11:23:40 -05:00
869a1272a6 Use a new template for PM, create provider, high-sea.
- New template had to be based on a CIFS file system to be
referencable across hosts

- high-sea is new VM for *arr hosting.
2023-09-24 11:22:21 -05:00
e253cf9898 Add cluster nodes to ansible inventory, add DNS records. 2023-08-13 09:12:27 -05:00
f2bc058e20 Rename to make even easier to track. 2023-08-09 09:10:33 -05:00
ace9806e76 Split out record files to be domain specific, remove jitsi domain.
This doesn't solve my API limit problem but makes editing and viewing
current state in terraform much easier.
2023-08-09 09:08:43 -05:00
f83ec22eb8 Move to using DO:Spaces as state backend.
- Update provider.tf to include details about the backend
- Include AWS PROFILE export in env creds
- Update readme.
2023-08-06 20:41:36 -05:00
9046da30d9 Manage DO domains in Terraform!!
This is a nice step forward, for me. But there are some challenges
here I need to fix.

The first, and biggest one, is that DO rate limits API requests per
minute to ~250. If I'm doing even a small amount of changes and
iterating a lot I will run into issues with that just due to recrods;
each record pull appears to be its OWN CALL. God.

With that in mind, an easy next step seems like splitting the domain
management into their own submodules to prevent unnecessary calls.

For now, i'm just happy to have this managed in code :).
2023-07-30 09:37:11 -05:00
d80830f8d3 Initial terraform commit.
Create 2 different subfolders:
- jowj dot net owns / will own DNS for jowj.net and its subdomains
- Bikeshed owns my provisioning VMs against my proxmox cluster

env_creds.sh is just a simple way to export secrets from `pass` to my
local environment.
2023-07-28 09:59:41 -05:00