- 07 Aug, 2012 1 commit
-
-
Michael DeHaan committed
-
- 27 Apr, 2012 1 commit
-
-
Michael DeHaan committed
-
- 17 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
-
- 22 Mar, 2012 1 commit
-
-
Michael DeHaan committed
-
- 16 Mar, 2012 1 commit
-
-
Michael DeHaan committed
-
- 13 Mar, 2012 5 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
but this is more or less a mirror of what /bin/ansible does. It also has a 'fire and forget' mode if the poll interval is left off or set to 0.
Michael DeHaan committed
-
- 07 Mar, 2012 1 commit
-
-
src= parameters for template and copy operations can be relative to the playbook (for /usr/bin/ansible-playbook) or current directory (for /usr/bin/ansible)
Michael DeHaan committed
-
- 06 Mar, 2012 2 commits
-
-
Code needs cleanup, but works
Michael DeHaan committed -
as well as template files. PLUS, variables are now expressed in playbooks without having to know about the setup task, which means playbooks are simpler to read now.
Michael DeHaan committed
-
- 03 Mar, 2012 3 commits
-
-
Michael DeHaan committed
-
to use multiple import statements to implement 'class' like behavior, and also to share a common list of handlers between multiple patterns.
Michael DeHaan committed -
service module is installed by setup.py
Michael DeHaan committed
-
- 02 Mar, 2012 1 commit
-
-
Michael DeHaan committed
-
- 28 Feb, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 27 Feb, 2012 6 commits
-
-
all modules take a common parameter name. But more or less we still work idempotently in modules.
Michael DeHaan committed -
Update man pages. Fix formatting in playbook example. Also, YAML documents by definition start with '---', so I have added this to the example and the manpage
Tim Bielawa committed -
Michael DeHaan committed
-
run things as multiple sets of users (if you want) in the same playbook.
Michael DeHaan committed -
Michael DeHaan committed
-
module works differently now starter manpage for modules allow template file location to be passed into template & setup modules
Michael DeHaan committed
-
- 26 Feb, 2012 2 commits
-
-
module vs command module for restarting. May be some bugs and requires the service to implement 'status' -- and probably some better error handling (i.e. return JSON with "failed" element if failed). Improvements welcome.
Michael DeHaan committed -
override the host file in a playbook to load different groups of hosts.
Michael DeHaan committed
-
- 25 Feb, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 05 Feb, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 24 Feb, 2012 5 commits
-
-
onchange events like Puppet's file providers do.
Michael DeHaan committed -
Michael DeHaan committed
-
on the system for use in a later template module. These values could also be used for module-specific config.
Michael DeHaan committed -
as I figure out how logging/output might look. A couple of major TODO features also listed in the file.
Michael DeHaan committed -
this by having a changed=True/False in the JSON for these modules. Added a note so folks won't think we can only execute shell :)
Michael DeHaan committed
-