1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
Toshio Kuratomi 3d3e1c82a2 Have openssl autonegotiate tls protocol on python < 2.7.9
This allows usage of tls-1.1 and tls-1.2 if the underlying openssl
library supports it.  Unfortunately it also allows sslv2 and sslv3 if
the server is only configured to support those.  In this day and age,
that's probably something that the server administrator should fix
anyhow.
2015-07-15 13:17:00 -07:00
..
cli added maintainers (from author field) to ansible-doc 2015-07-14 17:33:27 -04:00
compat Making the switch to v2 2015-05-03 21:47:26 -05:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Making the switch to v2 2015-05-03 21:47:26 -05:00
executor Don't set changed for include tasks 2015-07-15 15:11:46 -04:00
galaxy removed trailing newline 2015-07-10 22:12:46 -04:00
inventory Fix group/host var loading relative to playbook basedir 2015-07-14 09:26:24 -04:00
module_utils Have openssl autonegotiate tls protocol on python < 2.7.9 2015-07-15 13:17:00 -07:00
modules updated ref to add docfixes 2015-07-14 17:03:57 -04:00
new_inventory Making the switch to v2 2015-05-03 21:47:26 -05:00
parsing Fixing module arg parsing splitting when action is a variable 2015-07-15 12:03:02 -04:00
playbook Allow omit to be used on Playbook-level fields 2015-07-15 13:53:59 -04:00
plugins now that invocation is only async again, no need to sanitize 2015-07-15 10:40:37 -04:00
template implement jinja2 header overrides 2015-07-03 22:27:49 +02:00
utils fragments can now be a list 2015-07-14 10:07:59 -04:00
vars Properly return Jinja2 Undefined class for bad hostvars lookups 2015-07-15 14:36:42 -04:00
__init__.py Re-adding submodules after moving things around 2015-05-03 22:30:51 -05:00
constants.py now that invocation is only async again, no need to sanitize 2015-07-15 10:40:37 -04:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00