mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 11:10:03 -03:30
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
This commit is contained in:
committed by
John Westcott IV
parent
ac4ef141bf
commit
94183d602c
8
tools/docker-compose/ansible/plumb_vault.yml
Normal file
8
tools/docker-compose/ansible/plumb_vault.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Plumb AWX for Vault
|
||||
hosts: localhost
|
||||
gather_facts: False
|
||||
tasks:
|
||||
- include_role:
|
||||
name: vault
|
||||
tasks_from: plumb
|
||||
Reference in New Issue
Block a user