Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ironfroggy/4fe794f087c92e4266b9973a4890ad9f to your computer and use it in GitHub Desktop.
Save ironfroggy/4fe794f087c92e4266b9973a4890ad9f to your computer and use it in GitHub Desktop.
TASK [pulp_webserver : Symlink nginx snippets] *********************************
ok: [default] => (item={'changed': False, 'rc': 0, 'stdout': '/usr/local/lib/pulp/lib64/python3.7/site-packages/pulp_ansible/app/webserver_snippets/nginx.conf\r\n', 'stdout_lines': ['/usr/local/lib/pulp/lib64/python3.7/site-packages/pulp_ansible/app/webserver_snippets/nginx.conf'], 'stderr': 'Shared connection to 192.168.121.144 closed.\r\n', 'stderr_lines': ['Shared connection to 192.168.121.144 closed.'], 'failed': False, 'failed_when_result': False, 'item': {'key': 'pulp-ansible', 'value': {}}, 'ansible_loop_var': 'item'})
ok: [default] => (item={'changed': False, 'rc': 0, 'stdout': '/usr/local/lib/pulp/lib64/python3.7/site-packages/galaxy_ng/app/webserver_snippets/nginx.conf\r\n', 'stdout_lines': ['/usr/local/lib/pulp/lib64/python3.7/site-packages/galaxy_ng/app/webserver_snippets/nginx.conf'], 'stderr': 'Shared connection to 192.168.121.144 closed.\r\n', 'stderr_lines': ['Shared connection to 192.168.121.144 closed.'], 'failed': False, 'failed_when_result': False, 'item': {'key': 'galaxy-ng', 'value': {}}, 'ansible_loop_var': 'item'})
ok: [default] => (item={'changed': False, 'rc': 0, 'stdout': '/usr/local/lib/pulp/lib64/python3.7/site-packages/pulp_container/app/webserver_snippets/nginx.conf\r\n', 'stdout_lines': ['/usr/local/lib/pulp/lib64/python3.7/site-packages/pulp_container/app/webserver_snippets/nginx.conf'], 'stderr': 'Shared connection to 192.168.121.144 closed.\r\n', 'stderr_lines': ['Shared connection to 192.168.121.144 closed.'], 'failed': False, 'failed_when_result': False, 'item': {'key': 'pulp-container', 'value': {'version': '2.0.0b2'}}, 'ansible_loop_var': 'item'})
TASK [pulp_webserver : Start and enable Nginx] *********************************
ok: [default]
TASK [pulp_webserver : Set httpd_can_network_connect flag on and keep it persistent across reboots] ***
ok: [default]
TASK [pulp_webserver : Install firewalld] **************************************
ok: [default]
TASK [pulp_webserver : Start and enable firewalld] *****************************
ok: [default]
TASK [pulp_webserver : Accept connections on port 80] **************************
ok: [default]
PLAY [all] *********************************************************************
TASK [Gathering Facts] *********************************************************
ok: [default]
TASK [chouseknecht.ansible_galaxy_config : Test that Pulp is available] ********
fatal: [default]: FAILED! => {"changed": false, "content": "", "elapsed": 30, "msg": "Status code was -1 and not [200]: Connection failure: timed out", "redirected": false, "status": -1, "url": "http://127.0.0.1:24817/pulp/api/v3/repositories/ansible/ansible/"}
PLAY RECAP *********************************************************************
default : ok=90 changed=0 unreachable=0 failed=1 skipped=45 rescued=0 ignored=0
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment