mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
20 lines
477 B
Plaintext
20 lines
477 B
Plaintext
localhost ansible_connection=local ansible_python_interpreter="/usr/bin/env python3"
|
|
|
|
[all:vars]
|
|
|
|
# AWX-Managed Database Settings
|
|
# If left blank, these will be generated upon install.
|
|
# Values are written out to tools/docker-compose/_sources/secrets/
|
|
# pg_password=""
|
|
# broadcast_websocket_secret=""
|
|
# secret_key=""
|
|
|
|
# External Database Settings
|
|
# pg_host=""
|
|
# pg_password=""
|
|
# pg_username=""
|
|
# pg_hostname=""
|
|
|
|
# awx_image="quay.io/awx/awx_devel"
|
|
# migrate_local_docker=false
|