- 10 Mar, 2015 1 commit
-
-
pyroscope committed
-
- 09 Mar, 2015 6 commits
-
-
added list-tags option and also show tags in list-tasks option
Brian Coca committed -
Make the example somewhat more feature complete
Brian Coca committed -
New users might think that "state=started" implies that the service is also started at boot-time, which isn't. By adding it, this change makes a clear distinction between the service state, and whether it is enabled (at boot). And makes the example more feature-complete as this is what most people would be doing anyway.
Dag Wieers committed -
Document Environment in tasks as well
Brian Coca committed -
Brian Coca committed
-
Set delegate on connection plugin before calling connect()
Chris Church committed
-
- 08 Mar, 2015 1 commit
-
-
Adding oVirt recognition for oVirt guests. oVirt uses KVM.
Brian Coca committed
-
- 07 Mar, 2015 5 commits
-
-
riedel committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
- 06 Mar, 2015 4 commits
-
-
Add documentation for the new OpenStack Inventory
Brian Coca committed -
Documentation - fix path in Test-module hacking/ example
Brian Coca committed -
bmoar committed
-
Don't log item data for skipped tasks under no_log
Toshio Kuratomi committed
-
- 05 Mar, 2015 9 commits
-
-
Allow InventoryScript JSON with childgroups only
Brian Coca committed -
facts.py throws exception when run on RHEV hypervisor #10383
Brian Coca committed -
parse /etc/fstab on OpenBSD to get mount facts
Brian Coca committed -
Stephen Gordon committed
-
Update playbooks_vault.rst for a second i thought we were encrypting the passwords for the encryption of the encryption of passwords of the encryption
Brian Coca committed -
Typo fix (passwords -> files).
Vincent van Scherpenseel committed -
Tasks with `no_log` set should not log data. Remove log of item data for skipped tasks in loops Fix for #10387
Will Thames committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
- 04 Mar, 2015 7 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
Still not working quite right: * dynamic includes are not adding the included tasks yet * running roles with tags not quite working right
James Cammarata committed -
Use to_bytes instead of .encode(). Fixes the fact that errors is a positional argument, not a kw arg in .encode()
Toshio Kuratomi committed -
Brian Coca committed
-
fixes #10295
Brian Coca committed
-
- 03 Mar, 2015 5 commits
-
-
Make AnsibleError a plain ol' exception
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
updated changelog with 1.8.2-4 content, added .gitattributes
Toshio Kuratomi committed -
Incorrect keyword argument 'error'
Brian Coca committed -
Toshio Kuratomi committed
-
- 02 Mar, 2015 2 commits
-
-
Rework the shell quoting of remote checksumming
Toshio Kuratomi committed -
Instead of getting rid of pipes.quote, use pipes.quote and get rid of the manually entered toplevel quotes. This should properly escape backslashes, quotes, and other characters. Also fix the new checksumming python "one-liner" for csh. ansible_shell_type needs to be set to csh. Fixes #10363 Fixes #10353
Toshio Kuratomi committed
-