ansible/lib/ansible
Marc Abramowitz e0015395de Expose more facts about user on host system
Adds:
  - `user_uid`
  - `user_gid`
  - `user_gecos`
  - `user_dir`
  - `user_shell`
2014-09-24 14:05:31 -07:00
..
cache Fix typo in redis cache change from 10afaee1 2014-09-10 09:06:40 -05:00
callback_plugins Remove runner_on_error callback that is never used. 2014-07-01 17:02:10 -04:00
inventory Tracebacks are now catchable with ignore_errors and have streamlined output. Also removes 'baby-JSON' for bash modules. 2014-09-11 12:27:21 -04:00
module_utils Expose more facts about user on host system 2014-09-24 14:05:31 -07:00
playbook Use split_args instead of shlex to split include params 2014-09-23 16:12:01 -05:00
runner Also make sure the dest param is expanded locally before recalculating 2014-09-23 15:36:24 -05:00
utils Merge pull request #8959 from willthames/galaxy_ssh_clone 2014-09-23 14:58:29 -05:00
__init__.py Version bump for 1.8 2014-08-06 13:17:28 -05:00
callbacks.py Move delegate_to out of runner module_vars to prevent bleeding across runs 2014-09-17 14:24:31 -05:00
color.py fixed typos found by RETF rules in PY files 2014-05-03 18:40:05 +02:00
constants.py Add documentation about bin_ansible_callbacks setting. Standardization and cleanup. 2014-09-10 09:38:24 -04:00
errors.py
module_common.py Dedupe PTR record related code in rax_dns_record 2014-08-06 16:47:33 -05:00