ansible/lib/ansible/utils
Ted Timmons 5d9df86b42 Postgres ssl mode prefer (#21498)
* refactor postgres,
* adds a basic unit test module
* first step towards a common utils module
* set postgresql_db doc argument defaults to what the code actually uses

* unit tests that actually test a missing/found psycopg2, no dependency needed

* add doc fragments, use common args, ansible2ify the imports

* update dict

* add AnsibleModule import

* mv AnsibleModule import to correct file

* restore some database utils we need

* rm some more duplicated pg doc fragments

* change ssl_mode from disable to prefer, add update docs

* use LibraryError pattern for import verification

per comments on #21435. basically LibraryError and touching up its usage in pg_db and the tests.
2017-02-16 11:29:43 -08:00
..
module_docs_fragments Postgres ssl mode prefer (#21498) 2017-02-16 11:29:43 -08:00
__init__.py
cmd_functions.py PEP 8 cleanup. (#20789) 2017-01-28 00:12:11 -08:00
color.py PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
display.py fix cowsay for py3 2017-01-30 15:16:15 -05:00
encrypt.py
hashing.py
helpers.py PEP 8 W291 whitespace cleanup. 2017-01-27 17:08:02 -08:00
listify.py
module_docs.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
path.py
shlex.py
ssh_functions.py
unicode.py
vars.py Fixing PEP8 errors in utils/vars.py 2017-02-13 16:13:40 -06:00