add data server
This commit is contained in:
parent
2895d00e60
commit
812ba00884
20 changed files with 51 additions and 21 deletions
3
Makefile
3
Makefile
|
@ -31,4 +31,7 @@ kms:
|
|||
borg:
|
||||
ansible-playbook playbooks/borg.yml -i inventory/hosts.yml --ask-vault-pass
|
||||
|
||||
dataserver:
|
||||
ansible-playbook playbooks/dataserver.yml -i inventory/hosts.yml
|
||||
|
||||
.PHONY: run
|
||||
|
|
Reference in a new issue