12 lines
285 B
YAML
12 lines
285 B
YAML
---
|
|
# Vault deployment — Coming soon
|
|
# This is a stub playbook. Full implementation planned.
|
|
|
|
- name: Deploy Vault Server
|
|
hosts: all
|
|
become: true
|
|
tasks:
|
|
- name: Placeholder
|
|
debug:
|
|
msg: "Vault playbook not yet implemented. Check phantom/README.md for status."
|