- 14 Aug, 2015 5 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
Tweak deprecation warning, and apply it to --limit also
James Cammarata committed -
Abhijit Menon-Sen committed
-
Also prints a deprecated warning if a bare variable is detected, so that we can remove this in a future version. Fixes #11912
James Cammarata committed
-
- 13 Aug, 2015 27 commits
-
-
James Cammarata committed
-
The correct (and now only) way to say p1 OR p2 is "p1:p2".
Abhijit Menon-Sen committed -
This function takes a string like 'foo:bar[1:2]:baz[x:y]-quux' and returns a list of patterns ['foo', 'bar[1:2]', 'baz[x:y]-quux'], i.e. splits the string on colons that are not part of a range specification.
Abhijit Menon-Sen committed -
James Cammarata committed
-
get_hosts → used externally, not changed _get_hosts → _evaluate_patterns (takes a list, evaluates ! and &) __get_hosts → _match_one_pattern (takes one pattern only, ignores !&)
Abhijit Menon-Sen committed -
The correct (and now only) way to say p1 OR p2 is "p1:p2".
Abhijit Menon-Sen committed -
This function takes a string like 'foo:bar[1:2]:baz[x:y]-quux' and returns a list of patterns ['foo', 'bar[1:2]', 'baz[x:y]-quux'], i.e. splits the string on colons that are not part of a range specification.
Abhijit Menon-Sen committed -
This was used earlier to implement serial, but that's now done using restrict_to_hosts() (whose docstring is also suitably adjusted here) and there are no more callers.
Abhijit Menon-Sen committed -
Fix typo on AWS guide page
Brian Coca committed -
Fixes #11955
James Cammarata committed -
I assume this should read “Ansible modules” rather than “Ansible ensiles”
Patrick Easters committed -
Brian Coca committed
-
Brian Coca committed
-
Update README.md for legacy v1
Brian Coca committed -
Correct formatting of bullet points
John Barker committed -
Add shelvefile lookup plugin
Brian Coca committed -
Meta inventory and fixes
Brian Coca committed -
Brian Coca committed
-
Brian Coca committed
-
James Cammarata committed
-
Brian Coca committed
-
AIX unprivileged facts collection
Brian Coca committed -
add win_basename and win_dirname filters
Brian Coca committed -
James Cammarata committed
-
Brian Coca committed
-
fixes #11943
Brian Coca committed -
fixes #11945
Brian Coca committed
-
- 12 Aug, 2015 8 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
cloudstack: refactor get_result()
Brian Coca committed -
Brian Coca committed
-
Fixes #11895
James Cammarata committed -
* A commen dict of keys has been defined, which we look in results returned from the API. * self.returns dict can be use in subclass to extend this dict. * Optionally the key name can be replaced with a new key name, often used to make the return keys identical to the arguments passed. * Use new style class
Rene Moser committed -
Fixes #11893
James Cammarata committed -
Brian Coca committed
-