20 lines
467 B
Plaintext
20 lines
467 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="ansible/awx"
|
|
# migrate_local_docker=false
|