Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- localhost ansible\_connection=local ansible\_python\_interpreter="/usr/bin/env python3"
- \[all:vars\]
- dockerhub\_base=ansible
- awx\_task\_hostname=awx
- awx\_web\_hostname=awxweb
- postgres\_data\_dir="/opt/awx/pgdocker"
- host\_port=80
- host\_port\_ssl=443
- docker\_compose\_dir="/opt/awx/awxcompose"
- pg\_username=awx
- pg\_password=awxpassword
- pg\_database=awx
- pg\_port=5432
- admin\_user=admin
- admin\_password=password
- create\_preload\_data=True
- awx\_official=false
Add Comment
Please, Sign In to add comment