- 24 Mar, 2012 5 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Split conditional imports in playbook into subfunction, fix small bug in event reporting on playbook actions.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
- 23 Mar, 2012 4 commits
-
-
buglet - make sure sshpass is included in runner for setup in playbooks
Michael DeHaan committed -
Seth Vidal committed
-
minor typo of AnsibleException/AnsibleError
Michael DeHaan committed -
Seth Vidal committed
-
- 22 Mar, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 23 Mar, 2012 1 commit
-
-
User module
Michael DeHaan committed
-
- 22 Mar, 2012 10 commits
-
-
Stephen Fromm committed
-
This relies on useradd, usermod, and userdel utilities on the system. The argument name is required; if state is not provided, present is assumed. Other options supported for creating or modifying an existing account: uid, gid, comment, home, shell, and password. If managing the password, it must already be encrypted. When creating an account, you can also provide the argument createhome to control whether the home directory is created. Arguments supported for deleting an account are: force (remove account even if user is logged in) and remove (remove home directory).
Stephen Fromm committed -
Allow groups to be passed to runner API to make parse_hosts optional, misc fixes as a result of refactoring in Runner. Cleanup in Playbooks module is next.
Michael DeHaan committed -
Michael DeHaan committed
-
misc cleanup in the runner module, splitting some things out into utils, breaking up functions into smaller functions.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Allow variable expressions to be stored as variables themselves, do some things to allow setup strings to more easily contain spaces without being mangled, which is neccessary because of the above.
Michael DeHaan committed
-
- 21 Mar, 2012 5 commits
-
-
playbooks -- Ratchet up logging prior to gating things with verbosity controls and upgrading output format
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 20 Mar, 2012 6 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Remove test from bottom of example that doesn't really make sense in the context of the example's use case.
Michael DeHaan committed -
refactoring of playbooks now warranted, which we'll do before we move on. This variable assignment system makes nearly all possible magic possible, for we can use these variables however we like, even as module names!
Michael DeHaan committed
-
- 19 Mar, 2012 2 commits
-
-
(Using varReplace function originally from yum, thanks Seth)
Michael DeHaan committed -
Michael DeHaan committed
-
- 18 Mar, 2012 5 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Playbook test upgrades, made some notes about callbacks we need to add. Still need to compare events recieved vs expected so we can be notified if this test breaks, and also to add some more detailed playbooks that use includes & async, etc.
Michael DeHaan committed -
Michael DeHaan committed
-
Import cleanup, plus have /bin/ansible remind you if no hosts were matched by a pattern (for instance, assume there was a typo in the pattern)
Michael DeHaan committed
-