community.general/lib/ansible
Brian Coca ebd08d2a01 jsonify inventory (#32990)
* jsonify inventory
* smarter import, dont pass kwargs where not needed
* added datetime
* Eventual plan for json utilities to migrate to common/json_utils when we split
  basic.py no need to move jsonify to another file now as we'll do that later.
* json_dict_bytes_to_unicode and json_dict_unicode_to_bytes will also
  change names and move to common/text.py at that time (not to json).
  Their purpose is to recursively change the elements of a container
  (dict, list, set, tuple) into text or bytes, not to json encode or
  decode (they could be a generic precursor to that but are not limited
  to that.)
* Reimplement the private _SetEncoder which changes sets and datetimes
  into objects that are json serializable into a private function
  instead.  Functions are more flexible, less overhead, and simpler than
  an object.
* Remove code that handled simplejson-1.5.x and earlier.  Raise an error
  if that's the case instead.
  * We require python-2.6 or better which has the json module builtin to
    the stdlib.  So this is only an issue if the stdlib json has been
    overridden by a third party module and the simplejson on the system
    is 1.5.x or less.  (1.5 was released on 2007-01-18)
2017-11-21 13:41:27 -08:00
..
cli jsonify inventory (#32990) 2017-11-21 13:41:27 -08:00
compat Create a short license for PSF and MIT. (#32212) 2017-11-06 10:25:30 -08:00
config Config continued (#31024) 2017-11-16 13:49:57 -05:00
errors Remove uses of assert in production code (#32079) 2017-11-13 11:51:18 -05:00
executor Fix invalid string escape sequences. 2017-11-21 10:03:34 -08:00
galaxy Fix IndexError raised on galaxy-install 2017-11-14 09:54:52 -05:00
inventory Fix invalid string escape sequences. 2017-11-21 10:03:34 -08:00
module_utils jsonify inventory (#32990) 2017-11-21 13:41:27 -08:00
modules AWS S3: fix method call for fakes3 S3 backend (#33085) 2017-11-21 15:51:16 -05:00
parsing Remove uses of assert in production code (#32079) 2017-11-13 11:51:18 -05:00
playbook Fix invalid string escape sequences. 2017-11-21 10:03:34 -08:00
plugins make vars only group declarations an error 2017-11-21 14:40:02 -05:00
template Remove uses of assert in production code (#32079) 2017-11-13 11:51:18 -05:00
utils Fix invalid string escape sequences. 2017-11-21 10:03:34 -08:00
vars fix item var in delegation (#32986) 2017-11-20 09:29:55 -05:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py Fixes eos sending 'None' to device (#33015) 2017-11-17 11:33:54 -05:00
release.py Bump the versions now that devel is 2.5 2017-09-06 13:13:57 -07:00