mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
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
11 lines
232 B
YAML
11 lines
232 B
YAML
---
|
|
- name: Run any pre-hooks for other container
|
|
hosts: localhost
|
|
gather_facts: false
|
|
tasks:
|
|
- name: Initialize vault
|
|
include_role:
|
|
name: vault
|
|
tasks_from: initialize
|
|
when: enable_vault | bool
|