add dataserver's known host to homeserver
This commit is contained in:
parent
30a87cef3c
commit
70c3ae31de
6 changed files with 47 additions and 5 deletions
2
Makefile
2
Makefile
|
@ -32,6 +32,6 @@ borg:
|
|||
ansible-playbook playbooks/borg.yml -i inventory/hosts.yml --ask-vault-pass
|
||||
|
||||
dataserver:
|
||||
ansible-playbook playbooks/dataserver.yml -i inventory/hosts.yml
|
||||
ansible-playbook playbooks/dataserver.yml -i inventory/hosts.yml --ask-vault-pass
|
||||
|
||||
.PHONY: run
|
||||
|
|
Reference in a new issue