community.general/lib/ansible
Joshua Lund dc984d94ac Updates to Ansible command options
* Moved the --list-hosts option that is common to both `ansible` and
  `ansible-playbook` into utils/__init__.py (corrects a FIXME)
* Wrote new help text for the --list-hosts option that makes sense
  for both of the commands that it applies to
* Changed the usage argument in `ansible-playbook` so that it is
  setup in the base_parser method the same way that it is in
  the `ansible` executable
* Updated the help text for several options to correct typos,
  clarify meaning, improve readability, or fix grammatical errors.
  In the case of `ansible-pull`, I changed the help text so that
  it adheres to the same standards as the other executables.
2013-06-26 19:57:31 -06:00
..
callback_plugins Renamed on_no_hosts_matched/on_no_hosts_remaining to correct names in noop callback, added methods to callback plugin examples. 2013-06-09 12:19:07 -04:00
inventory Use with guard for file reads. 2013-06-10 17:16:31 +02:00
playbook Merge pull request #3114 from laggyluke/roles_combine_vars 2013-06-19 19:27:27 -07:00
runner add_host should not be a changed action 2013-06-25 10:58:55 -07:00
utils Updates to Ansible command options 2013-06-26 19:57:31 -06:00
__init__.py Version bump and assorted things to start new development version. 2013-06-10 15:34:52 -04:00
callbacks.py Merge branch 'callbackinit' of git://github.com/sergevanginderachter/ansible into devel 2013-06-18 20:52:43 -04:00
color.py Added a ANSIBLE_FORCE_COLOR env var, which forces the color output no matter what ncurses says. 2012-10-06 20:36:07 +02:00
constants.py cleanup example config file + Squashed commit of the following: 2013-06-18 13:24:30 -04:00
errors.py cleanup example config file + Squashed commit of the following: 2013-06-18 13:24:30 -04:00
module_common.py Merge branch 'sha256' of git://github.com/jlund/ansible into devel 2013-06-18 14:46:57 -04:00