- 12 Apr, 2012 12 commits
-
-
This adds the options: seuser, serole, setype, and serange to the file module. If the python selinux module doesn't exist, this will set HAVE_SELINUX to False and punt in the related modules. This takes the options the user provides and applies those to the default selinux context as provided from matchpathcon(). If there is no default context, this uses the value from the current context. This implies that if you set the setype and later remove it, the file module will rever the setype to the default if available.
Stephen Fromm committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Simplify playbook tests so things are not timing dependent in the poll section, which is leading to tests not being consistent between runs, even though there wasn't an error. Now we'll just check the final change counts, which should be just as solid and lead to less churn in the events file.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Some minor code shortening. Added a test to TestRunner.
Michael DeHaan committed
-
- 11 Apr, 2012 6 commits
-
-
Fetch Module
Michael DeHaan committed -
Matthew Williams committed
-
Matthew Williams committed
-
Update test file -- we probably should not include the poll as the number of polls is changing between test runs (that's ok, it's not intended to be realtime accurate)
Michael DeHaan committed -
Conflicts: bin/ansible bin/ansible-playbook lib/ansible/utils.py
Michael DeHaan committed -
Allow variables coming in from the playbook and the API to be expressed as dictionaries throughout their full life cycle such that nested data can be made available in templates and playbooks.
Michael DeHaan committed
-
- 10 Apr, 2012 3 commits
-
-
interface. add very small subclass of OptionParser to sort the options so mdehaan is happy
Seth Vidal committed -
Added usage info to bin/ansible-playbook, now shows options on bare command line. NOTE: bin/ansible outputs usage to stdout, bin/ansible-playbook to stderr. Should they be consistent?
Brad Olson committed -
Brad Olson committed
-
- 09 Apr, 2012 1 commit
-
-
Brad Olson committed
-
- 07 Apr, 2012 1 commit
-
-
Michael DeHaan committed
-
- 06 Apr, 2012 1 commit
-
-
that commands now trigger change events.
Michael DeHaan committed
-
- 07 Apr, 2012 1 commit
-
-
Add LocalConnection class to connection.py
Michael DeHaan committed
-
- 06 Apr, 2012 4 commits
-
-
This creates a LocalConnection class for the case when operating on the localhost. If the host, argument to Connection.connect(), matches 127.0.0.1, localhost, or the name of the host as returned by os.uname()[1], Connection.connect() will opt to use LocalConnection instead of ParamikoConnection. LocalConnection implements connect(), exec_command(), put_file(), and close().
Stephen Fromm committed -
already exists
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
- 05 Apr, 2012 6 commits
-
-
3 fixes/changes
Michael DeHaan committed -
for other scripts to use.
Seth Vidal committed -
Seth Vidal committed
-
as per fedora usage guidelines https://fedoraproject.org/wiki/Packaging:DistTag
Seth Vidal committed -
Introduce task local variables.
Michael DeHaan committed -
virt module + idempotents (state=[shutdown|running])
Michael DeHaan committed
-
- 04 Apr, 2012 5 commits
-
-
Seth Vidal committed
-
Seth Vidal committed
-
Update spec to include %{dist} in Release
Michael DeHaan committed -
Seth Vidal committed
-
John Eckersberg committed
-