infra/ansible/playbooks/vault-server.yml

6 lines
64 B
YAML
Raw Normal View History

---
- hosts: vault_server
roles:
- role: vault_server
...