Add scripts to deploy certs and DNS zones
This commit is contained in:
parent
99afa71dc5
commit
01a73945e5
2 changed files with 8 additions and 0 deletions
4
scripts/deploy-certs
Executable file
4
scripts/deploy-certs
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
ansible-playbook site.yml -t certificates
|
4
scripts/deploy-dns
Executable file
4
scripts/deploy-dns
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
ansible-playbook site.yml -t dns
|
Loading…
Add table
Reference in a new issue