Michael DeHaan
|
79fdc1b6f4
|
Notifable handlers only run when something is changed. Awesome.
|
2012-02-25 14:42:41 -05:00 |
|
Michael DeHaan
|
ba9468266f
|
Can it get an easier? Yes it can! Further simply playbook format.
|
2012-02-05 13:05:09 -05:00 |
|
Michael DeHaan
|
6d0fd2bfde
|
Compress the playbook format for readability
|
2012-02-05 12:52:07 -05:00 |
|
Michael DeHaan
|
6cceaa5f6a
|
Implment copy with an actual minion-side module such that we can get md5sum's and
onchange events like Puppet's file providers do.
|
2012-02-24 05:15:28 -05:00 |
|
Michael DeHaan
|
5d6b0280d5
|
Added stub for template execution, WIP.
|
2012-02-24 03:45:36 -05:00 |
|
Michael DeHaan
|
102385e4ad
|
Added a setup module which can be used to place key-value JSON data
on the system for use in a later template module. These values
could also be used for module-specific config.
|
2012-02-24 03:25:09 -05:00 |
|
Michael DeHaan
|
43f7dee247
|
Added rough sketch of what I want for playbook support. Debug heavy at the moment
as I figure out how logging/output might look. A couple of major TODO features
also listed in the file.
|
2012-02-24 01:02:24 -05:00 |
|
Michael DeHaan
|
7730341d24
|
We don't have modules that list when things change just yet. I plan to handle
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 :)
|
2012-02-23 23:54:16 -05:00 |
|
Michael DeHaan
|
381b3c971a
|
Example for list of hosts syntax
TODO: add a command to auto-add a host, list hosts, etc
|
2012-02-23 14:20:28 -05:00 |
|