Could someone please assist deploy AWX on docker compose?
From Configuration, I’m unable to access inventory file location.
https://github.com/ansible/awx/blob/devel/tools/inventory - page not found error
In the inventory file, set your pg_password, broadcast_websocket_secret, secret_key, and any other settings you need for your deployment.
ERROR:
when I run make docker-compose, got in to below error. please assist
failed: [localhost] (item={u’failed’: False, u’stat’: {u’exists’: False}, u’ansible_loop_var’: u’item’, u’item’: u’broadcast_websocket_secret’, u’invocation’: {u’module_args’: {u’follow’: False, u’get_checksum’: True, u’path’: u’…/_sources/secrets/broadcast_websocket_secret.yml’, u’checksum_algorithm’: u’sha1’, u’get_md5’: False, u’get_mime’: True, u’get_attributes’: True}}, u’changed’: False}) => {“ansible_loop_var”: “item”, “changed”: false, “checksum”: “027f4116b3996f24a3853c3f2dff04d3ddaafc1c”, “item”: {“ansible_loop_var”: “item”, “changed”: false, “failed”: false, “invocation”: {“module_args”: {“checksum_algorithm”: “sha1”, “follow”: false, “get_attributes”: true, “get_checksum”: true, “get_md5”: false, “get_mime”: true, “path”: “…/_sources/secrets/broadcast_websocket_secret.yml”}}, “item”: “broadcast_websocket_secret”, “stat”: {“exists”: false}}, “msg”: “Aborting, target uses selinux but python bindings (libselinux-python) aren’t installed!”}