- 16 Aug, 2015 8 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Update intro_installation.rst
Brian Coca committed -
Change 'SSH' to upper case.
Charles Chan committed -
Improve documentation.
Charles Chan committed
-
- 15 Aug, 2015 9 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
* now it uses -n to get immediate error if no password is supplied and one is needed, this should fix the issue with sudo hanging waiting for input. * made -k configurable, this can break changing become_users in play if left out, but opens up the possiblity of OTP support.
Brian Coca committed -
Fixes #11968 Fixes #11969
James Cammarata committed -
Brian Coca committed
-
falls back to current service module and requries service mgr facts and new service modules
Brian Coca committed -
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
- 14 Aug, 2015 8 commits
-
-
Fix rm call in hacking/env-setup. Since it is sourced from a user shell,
Brian Coca committed -
rm can have an alias to 'rm -i', which will make sourcing hang when '-q' is enabled.
Jody Frankowski committed -
fixes #11965
Brian Coca committed -
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 15 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
-