- 17 Aug, 2015 1 commit
-
-
Brian Coca committed
-
- 16 Aug, 2015 15 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
now passes the test of skipping list when dict attribute is undefined, added deprecation warning as this seems like bad behaviour
Brian Coca committed -
Brian Coca committed
-
made sure they all look in files/vars/template dirs also when executed in play and not only from task
Brian Coca committed -
Brian Coca committed
-
Brian Coca committed
-
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 7 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
-