ansible/lib/ansible
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
..
cli fix non-zero exit code on missing role file (#19002) 2017-02-14 17:57:06 +01:00
compat Fix typo when choosing KqueueSelector 2017-02-06 08:46:58 -08:00
config
errors
executor code clean of old code from network modules updates (#21469) 2017-02-15 12:46:30 -05:00
galaxy PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
inventory Use a custom id generator over uuid4 2017-02-10 14:38:38 -06:00
module_utils Postgres ssl mode prefer (#21498) 2017-02-16 11:29:43 -08:00
modules Postgres ssl mode prefer (#21498) 2017-02-16 11:29:43 -08:00
parsing more cleanup from net_command module that is abandoned for 2.3 (#21497) 2017-02-15 20:38:57 -05:00
playbook delegate_to is a string 2017-02-10 20:07:49 -05:00
plugins refactors junos modules to support persistent socket connections (#21365) 2017-02-16 10:53:03 -05:00
template Also clean template data even if marked unsafe 2017-02-10 10:08:55 -06:00
utils Postgres ssl mode prefer (#21498) 2017-02-16 11:29:43 -08:00
vars Fix bug introduced in 0df3767 regarding undefined entries in HostVars 2017-02-15 16:22:31 -06:00
__init__.py
constants.py more cleanup from net_command module that is abandoned for 2.3 (#21497) 2017-02-15 20:38:57 -05:00
release.py