- 03 May, 2012 1 commit
-
-
Seth Vidal committed
-
- 02 May, 2012 5 commits
-
-
applied to every host and available all over they are read in so that ones defined first can be used to define the later ones.
Seth Vidal committed -
Define 'inventory_hostname' variable for hosts.
Michael DeHaan committed -
Group order in user module should not matter.
Michael DeHaan committed -
Groups are not necessarily returned in the defined order, especially when the user already existed before ansible started managing the system.
Jeroen Hoekx committed -
Jeroen Hoekx committed
-
- 01 May, 2012 13 commits
-
-
Add 'system' option for user and group modules
Michael DeHaan committed -
Fix license in devel
Michael DeHaan committed -
File module fix for symlink from relative source path
Michael DeHaan committed -
service enable=on/off
Michael DeHaan committed -
Instead of one per host per polling cycle.
Jeroen Hoekx committed -
Jeroen Hoekx committed
-
Jeroen Hoekx committed
-
It wasn't killing the job at all before. Indentation was 3 spaces.
Jeroen Hoekx committed -
Michael DeHaan committed
-
Seth Vidal committed
-
Creates system accounts/groups; corresponds to the '-r' option for {user,group}add. The option is only honored when users/groups are added, not when modified.
Daniel Néri committed -
Tim Bielawa committed
-
Daniel Néri committed
-
- 28 Apr, 2012 2 commits
-
-
Introduce group_names in template variables.
Michael DeHaan committed -
This is a list of all the groups a host is in.
Jeroen Hoekx committed
-
- 27 Apr, 2012 14 commits
-
-
from modules remotely when they fail to parse, and this is VERY useful data.
Michael DeHaan committed -
Michael DeHaan committed
-
treated -D as a way to show stderr, and make sure modules don't include things on stderr. Update docs and test module script to come into line.
Michael DeHaan committed -
This reverts commit 40f60353.
Michael DeHaan committed -
Revert "Revert "Actually wait for password prompt in remote sudo execution. Totally breaks stderr debugging" This reverts commit e1611403. Conflicts: lib/ansible/connection.py
Michael DeHaan committed -
This reverts commit 44486223.
Michael DeHaan committed -
Revert "Actually wait for password prompt in remote sudo execution. Totally breaks stderr debugging and various modules. This reverts commit 6341a954.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Some tweaks to first_available_file mostly in terms of error handling and not trying src= to be present as it is not used here.
Michael DeHaan committed -
make it useful from /usr/bin/ansible and the API. Also some minor style fixes.
Michael DeHaan committed
-
- 28 Apr, 2012 1 commit
-
-
first_if_available and yum fixes
Michael DeHaan committed
-
- 27 Apr, 2012 4 commits
-
-
Seth Vidal committed
-
Seth Vidal committed
-
add first_available_file look up to _execute_template and _execute_copy to runner. add this data to playbook handler so it can be included into module_vars
Seth Vidal committed -
When running the service module via sudo, `$PATH` didn't contain `/sbin`, so the service binary couldn't be found. This just runs `/sbin/service` directly. Output is spewed to stderr on error. Added `list=status` to include the output of `service <cmd> status`.
John Kleint committed
-