Add healthchecksio provider and refactor ip-for-host collection
This commit is contained in:
parent
ed51a86935
commit
6fdfd338a1
14 changed files with 147 additions and 49 deletions
7
Makefile
7
Makefile
|
@ -22,12 +22,17 @@ PWD := $(shell pwd)
|
|||
| yq -y '{opentofu: with_entries(.value |= .value)}' \
|
||||
> ./inventory/group_vars/all/opentofu.yaml
|
||||
|
||||
outputs: ./dns/hosts.json ./dns/services.json ./inventory/group_vars/all/opentofu.yaml
|
||||
output: ./dns/hosts.json ./dns/services.json ./inventory/group_vars/all/opentofu.yaml
|
||||
|
||||
|
||||
./types-dnscontrol.d.ts:
|
||||
dnscontrol write-types
|
||||
|
||||
tofu:
|
||||
tofu apply
|
||||
echo "\n=====\n"
|
||||
$(MAKE) output
|
||||
|
||||
dns: ./types-dnscontrol.d.ts ./dns/hosts.json ./dns/services.json
|
||||
dnscontrol push
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue