- 24 Jul, 2012 1 commit
-
-
Michael DeHaan committed
-
- 22 Jul, 2012 1 commit
-
-
Tweaking daisychain internals to allow get_url to modify the path destination when downloading to a directory. Minor module refactoring.
Michael DeHaan committed
-
- 21 Jul, 2012 1 commit
-
-
get module (with new module-magic-code!) Usage: ansible -m get -a "url=http://xxxxxxx dest=fileordirctory" all cleanups as per @mpdehaan's suggestions add daisychain added example playbook (get_url.yml) with URLencode example
Jan-Piet Mens committed
-
- 14 Jul, 2012 1 commit
-
-
Michael DeHaan committed
-
- 13 Jul, 2012 1 commit
-
-
Mark Theunissen committed
-
- 12 Jul, 2012 3 commits
-
-
Michael DeHaan committed
-
playbook structure checking.
Michael DeHaan committed -
Also be smart and don't run a play at all if no tasks in the play match any of the tags specified. This includes not running the setup actions!
Michael DeHaan committed
-
- 11 Jul, 2012 1 commit
-
-
Michael DeHaan committed
-
- 26 May, 2012 1 commit
-
-
Michael DeHaan committed
-
- 08 May, 2012 1 commit
-
-
Michael DeHaan committed
-
- 05 May, 2012 1 commit
-
-
TODO: logrotate script and append to log instead.
Michael DeHaan committed
-
- 02 May, 2012 4 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Stephen Fromm committed
-
Playbook will install ansible, create directory where git checkout goes, and set up a cron job to run ansible-pull.
Stephen Fromm committed
-
- 27 Apr, 2012 3 commits
-
-
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 -
Michael DeHaan committed
-
Michael DeHaan committed
-
- 22 Apr, 2012 2 commits
-
-
Demonstrate what happens when there is no default context in the policy.
Stephen Fromm committed -
Stephen Fromm committed
-
- 17 Apr, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 14 Apr, 2012 1 commit
-
-
Michael DeHaan committed
-
- 03 Apr, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 30 Mar, 2012 1 commit
-
-
Sudo support operational in both playbooks and main program. Implementation could use some cleanup.
Michael DeHaan committed
-
- 28 Mar, 2012 3 commits
-
-
Stephen Fromm committed
-
Remove the group membership example. There's not much to twiddle with the group module. Give examples for what is possible.
Stephen Fromm committed -
Stephen Fromm committed
-
- 27 Mar, 2012 2 commits
-
-
Stephen Fromm committed
-
This changes the gid option to group. One may provide a primary group as either a gid or a name. The module will then check to verify that the group already exists. If the group does not already exist, the module will fail.
Stephen Fromm committed
-
- 24 Mar, 2012 1 commit
-
-
Michael DeHaan committed
-
- 22 Mar, 2012 5 commits
-
-
Michael DeHaan 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
-
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 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-