Commit Graph

292 Commits (4755bde28d05a8dcafe979e95bf2da937d180c16)

Author SHA1 Message Date
Michael DeHaan b8eeb0f906 Add note about localhost/auth
14 years ago
Michael DeHaan 3d2a7ebd68 Added cobbler external inventory script, which is a demo of how external inventory
14 years ago
Michael DeHaan f200a467e7 Update example to use correct state name
14 years ago
Michael DeHaan f39944b89b Update example to use correct service state; minor pep8 indent/spacing fixes
14 years ago
Michael DeHaan f681425453 Rename hosts file back since included by MANIFEST.in
14 years ago
Michael DeHaan 2e1b59a9d2 restructure the examples directory
14 years ago
Michael DeHaan 09a7119e74 Annotate more files, fix missing imports messing with playbooks. Hey Tim, please test your stuff :)
14 years ago
Michael DeHaan 238fffd6ef Annotated playbook example
14 years ago
Michael DeHaan adf1492da2 Add external vars example
14 years ago
Michael DeHaan e582bd5ec5 Add fire and forget example
14 years ago
Michael DeHaan 86e19cd8c8 This adds async poll support to playbooks. See examples. Some more testing due + docs
14 years ago
Tim Bielawa dce6074a81 Fixes for better RPM packaging
14 years ago
Michael DeHaan 8e20ed3714 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)
14 years ago
Michael DeHaan 4ee4ddcd7c Parameterized include statements can see top level variables and also be passed specific variables!
14 years ago
Michael DeHaan 8d57ceecf1 Factoids and push variables via setup are now available to be templated in command args
14 years ago
Michael DeHaan 8d06c074b1 * Added uptime.py as an example of somewhat minimal API usage & reporting
14 years ago
Michael DeHaan 1ed212513c Add user to playbook example so it's clear that this is available
14 years ago
Michael DeHaan ab408b0000 Ability to import task lists and handler lists from a top level playbook file. It is possible
14 years ago
Michael DeHaan e4304a0ac5 Make sure tempdirs are cleaned up after execution steps, fix notifiers, make sure
14 years ago
Michael DeHaan 5040c01640 rename 'pattern' to 'hosts' in playbook format.
14 years ago
Michael DeHaan 4ce1f1dd5e README/doc/example updates to go with group support and CLI option changes.
14 years ago
Michael DeHaan 155c3ca89e update playbook docs with updated syntax / minor edits
14 years ago
Michael DeHaan 1caafb7bd9 Stop evaluating a host in a playbook when it encounters the first failure.
14 years ago
Michael DeHaan ba4e36a9a9 Rename 'ensure' to 'state' because I think it's a bit cleaner and doesn't imply
14 years ago
Michael DeHaan 5781e6e02f Merge pull request #32 from tbielawa/DocsFixin
14 years ago
Tim Bielawa 6612772711 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
14 years ago
Michael DeHaan f7cff27f3d Drastically simply playbook syntax
14 years ago
Michael DeHaan 78a254fc52 In playbooks, each pattern stanza can reference it's own user to run as, so you can
14 years ago
Michael DeHaan 61d064d011 Fixed up KV munging in runner, misc fixes to copy, setup, and template modules
14 years ago
Michael DeHaan e5f62f20b1 make copy & template module take key/value parameters so we're consistent. Only the command
14 years ago
Michael DeHaan d308254eae A basic service module with 'ensure' idempotence semantics. Playbook updated to use service
14 years ago
Michael DeHaan 3c3111c1f3 Add optional hosts parameter to examples to show how we can
14 years ago
Michael DeHaan a5039eec62 Update reporting on playbook runs.
14 years ago
Michael DeHaan 79fdc1b6f4 Notifable handlers only run when something is changed. Awesome.
14 years ago
Michael DeHaan ba9468266f Can it get an easier? Yes it can! Further simply playbook format.
14 years ago
Michael DeHaan 6d0fd2bfde Compress the playbook format for readability
14 years ago
Michael DeHaan 6cceaa5f6a Implment copy with an actual minion-side module such that we can get md5sum's and
14 years ago
Michael DeHaan 5d6b0280d5 Added stub for template execution, WIP.
14 years ago
Michael DeHaan 102385e4ad Added a setup module which can be used to place key-value JSON data
14 years ago
Michael DeHaan 43f7dee247 Added rough sketch of what I want for playbook support. Debug heavy at the moment
14 years ago
Michael DeHaan 7730341d24 We don't have modules that list when things change just yet. I plan to handle
14 years ago
Michael DeHaan 381b3c971a Example for list of hosts syntax
14 years ago