ome / ansible-role-haproxy

Ansible Role - HAProxy
https://galaxy.ansible.com/ome/haproxy/
MIT License
9 stars 17 forks source link

Configureable timeouts, enable logging to files #2

Closed manics closed 7 years ago

manics commented 7 years ago

Tag: Something to indicate it's a devel version since more changes will be needed to the logging format to make it useful.

joshmoore commented 7 years ago
The command "tail ${idempotence} | grep -q 'changed=0.*failed=0' && (echo 'Idempotence test: pass' && exit 0) || (echo 'Idempotence test: fail' && exit 1)
manics commented 7 years ago

--depends-on https://github.com/openmicroscopy/ansible-role-haproxy/pull/3

I think this should be fixed by #3, I'm not sure if the tests on our fork ever passed.

joshmoore commented 7 years ago

Re-opening to launch travis.

joshmoore commented 7 years ago

Still red.

manics commented 7 years ago

I've disabled the rsyslog configuration by default since rsyslog isn't present on all systems. Previously this PR created an empty rsyslog template, which triggered a restart or rsyslog.

joshmoore commented 7 years ago

There's still some cleanup to do here related to syslog. The hope is that this can become a non-breaking 2.1.0 and so tagging as 2.1.0-m1.