Add scripts to deploy certs and DNS zones

This commit is contained in:
Timo Makinen 2021-09-02 05:42:44 +00:00
parent 99afa71dc5
commit 01a73945e5
2 changed files with 8 additions and 0 deletions

4
scripts/deploy-certs Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
cd "$(dirname "$0")/.."
ansible-playbook site.yml -t certificates

4
scripts/deploy-dns Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
cd "$(dirname "$0")/.."
ansible-playbook site.yml -t dns