awx/tools/docker-compose/ansible/plumb_vault.yml
John Westcott IV 94183d602c Enhancing vault integration
Added persistent storage

Auto-create vault and awx via playbooks

Create a new pattern for custom containers where we can do initialization

Auto-install roles needed for plumbing via the Makefile
2023-06-30 10:05:15 -04:00

9 lines
148 B
YAML

---
- name: Plumb AWX for Vault
hosts: localhost
gather_facts: False
tasks:
- include_role:
name: vault
tasks_from: plumb