Skip to content

Instantly share code, notes, and snippets.

@antonym
Created February 24, 2017 15:46
Show Gist options
  • Save antonym/ff9458a400ec9cd98053ea8a46e03c92 to your computer and use it in GitHub Desktop.
Save antonym/ff9458a400ec9cd98053ea8a46e03c92 to your computer and use it in GitHub Desktop.
TASK [haproxy_server : Prevent SELinux from preventing haproxy from binding to arbitrary ports] ***
task path: /etc/ansible/roles/haproxy_server/tasks/haproxy_service_config.yml:31
Friday 24 February 2017 05:38:09 +0000 (0:00:36.951) 0:01:00.974 *******
container_name: "aio1"
physical_hostname: "aio1"
Using module file /opt/ansible-runtime/lib/python2.7/site-packages/ansible/modules/core/system/seboolean.py
container_name: "aio1"
physical_hostname: "aio1"
<172.29.236.100> ESTABLISH SSH CONNECTION FOR USER: root
<172.29.236.100> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o ServerAliveInterval=64 -o ServerAliveCountMax=1024 -o Compression=no -o TCPKeepAlive=yes -o VerifyHostKeyDNS=no -o ForwardX11=no -o ForwardAge
nt=yes -T -o ControlPath=/root/.ansible/cp/ansible-ssh-%h-%p-%r 172.29.236.100 '/bin/sh -c '"'"'/usr/bin/python && sleep 0'"'"''
fatal: [aio1]: FAILED! => {
"changed": false,
"failed": true,
"invocation": {
"module_args": {
"name": "haproxy_connect_any",
"persistent": true,
"state": true
},
"module_name": "seboolean"
},
"msg": "Failed to get list of boolean names"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment