mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -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
14 lines
258 B
YAML
14 lines
258 B
YAML
---
|
|
- name: Run tasks post startup
|
|
hosts: localhost
|
|
gather_facts: False
|
|
tasks:
|
|
- name: Unseal the vault
|
|
include_role:
|
|
name: vault
|
|
tasks_from: unseal
|
|
|
|
- name: Display root token
|
|
debug:
|
|
var: Initial_Root_Token
|