Guest User

Untitled

a guest
May 22nd, 2024
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. localhost ansible\_connection=local ansible\_python\_interpreter="/usr/bin/env python3"
  2.  
  3. \[all:vars\]
  4.  
  5. dockerhub\_base=ansible
  6.  
  7. awx\_task\_hostname=awx
  8. awx\_web\_hostname=awxweb
  9. postgres\_data\_dir="/opt/awx/pgdocker"
  10. host\_port=80
  11. host\_port\_ssl=443
  12. docker\_compose\_dir="/opt/awx/awxcompose"
  13. pg\_username=awx
  14. pg\_password=awxpassword
  15. pg\_database=awx
  16. pg\_port=5432
  17.  
  18. admin\_user=admin
  19. admin\_password=password
  20. create\_preload\_data=True
  21. awx\_official=false
  22.  
Add Comment
Please, Sign In to add comment