Improve dnsconfig a bit
This commit is contained in:
parent
53d9cd1190
commit
6fadc45e24
5 changed files with 20 additions and 9 deletions
7
Makefile
7
Makefile
|
@ -23,7 +23,7 @@ PWD := $(shell pwd)
|
|||
./dns/services.json: ./inventory/group_vars/all/all_services.yml
|
||||
ansible-playbook \
|
||||
-e services_json_file=$(PWD)/dns/services.json \
|
||||
playbooks/create_services_for_dnscontrol.yml
|
||||
playbooks/create-services-for-dnscontrol.yml
|
||||
|
||||
./dns/dkim-ses.json: .FORCE
|
||||
tofu output --json aws_ses_dkim \
|
||||
|
@ -50,9 +50,12 @@ dns: output-dns
|
|||
dns-check: output-dns
|
||||
dnscontrol check-creds ovh
|
||||
|
||||
all:
|
||||
tofu-dns:
|
||||
$(MAKE) tofu
|
||||
$(MAKE) dns
|
||||
|
||||
all:
|
||||
$(MAKE) tofu-dns
|
||||
@printf "\n=====\n\n"
|
||||
ansible-playbook ./playbooks/stop-and-backup-unused.yml -t $(TAGS)
|
||||
ansible-playbook ./playbooks/serguzim.net.yml -t $(TAGS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue