ansible/bin
Stephen Fromm cc3651592b Extend ansible-pull to support other source repositories
This extends ansible-pull so that it can support using other
source_control modules for checking out a playbook repository
(issue #3372).  This will check to see if the module exists before
it attempts to do the checkout and will exit if the module is not found.
It requires that the module used to check out the repository support the
parameters 'name' and 'version'.  The option -C, --checkout is now
optional and defaults to the module's default behavior for selecting a
branch, tag, or commit value.  For git, this continues to be HEAD.

Other changes include:
* Remove git from help and use generic term(s) where needed.
* Use SortedOptParser from ansible.utils
* More abstraction of common options used between ansible and
  ansible-playbook.
2013-08-20 13:43:26 -05:00
..
ansible Misc style fixes. 2013-08-10 17:59:05 -04:00
ansible-doc Fix empty requirements specifications in modules documentation 2013-05-16 17:15:21 +02:00
ansible-playbook Misc style fixes. 2013-08-10 17:59:05 -04:00
ansible-pull Extend ansible-pull to support other source repositories 2013-08-20 13:43:26 -05:00