summaryrefslogtreecommitdiffstats
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Update README.mdMichael DeHaan2013-04-031-1/+1
|
* Update README.mdMichael DeHaan2013-04-031-1/+1
|
* Update README.mdMichael DeHaan2013-04-031-1/+1
|
* Update README.mdMichael DeHaan2013-02-041-2/+2
|
* Update README.mdMichael DeHaan2013-02-041-0/+4
|
* Update website linkMichael DeHaan2012-09-251-1/+1
|
* Move patch notes to CONTRIBUTING.mdMichael DeHaan2012-09-181-25/+2
|
* update changelogMichael DeHaan2012-08-071-5/+5
|
* more whitespaceMichael DeHaan2012-08-071-4/+4
|
* Update README.mdMichael DeHaan2012-08-011-1/+1
|
* update versions mentioned in README.mdMichael DeHaan2012-07-051-3/+5
|
* Release bump to start development on 0.6Michael DeHaan2012-07-051-0/+2
|
* Update develMichael DeHaan2012-06-211-1/+1
|
* Update develMichael DeHaan2012-06-211-1/+0
|
* Update develMichael DeHaan2012-06-211-3/+3
|
* changelog and readmeMichael DeHaan2012-04-261-0/+9
|
* Update README to indicate new branch nameMichael DeHaan2012-04-241-3/+3
|
* Make note that the integration branch is the development branch (will rename ↵Michael DeHaan2012-04-191-0/+1
| | | | later)
* Patch process info.Michael DeHaan2012-03-311-0/+18
|
* HTML doesn't work like that on that page :)Michael DeHaan2012-03-211-18/+0
|
* Add subscribe link to markdown indexMichael DeHaan2012-03-211-0/+18
|
* Update README.md0.01Michael DeHaan2012-03-081-223/+5
|
* Update README.mdMichael DeHaan2012-03-061-3/+6
|
* Update README.mdMichael DeHaan2012-03-061-7/+10
|
* Factoids and push variables via setup are now available to be templated in ↵Michael DeHaan2012-03-061-0/+4
| | | | | | | command args 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.
* Fix code formatting in README.mdMichael DeHaan2012-03-031-2/+2
|
* README updatesMichael DeHaan2012-03-031-12/+34
|
* add info about the 'all' group to README.mdMichael DeHaan2012-03-031-6/+8
|
* Extensive refactoring of bin/ansible, moving most output functions into ↵Michael DeHaan2012-03-031-6/+11
| | | | | | lib/ansible/utils to encourage readability and make things more maintainable.
* update README.md on playbook field namesMichael DeHaan2012-03-021-2/+1
|
* -p has been replaced by a required option. Various docs changes.Michael DeHaan2012-03-021-13/+13
|
* README/doc/example updates to go with group support and CLI option changes.Michael DeHaan2012-03-021-63/+57
| | | | Minimizing manpage until CLI options stabilize.
* Update README.mdMichael DeHaan2012-02-291-3/+7
|
* Manpage and doc updatesMichael DeHaan2012-02-281-5/+5
|
* Relicensing to GPLv3, all previous committers ok'd on mailing list.Michael DeHaan2012-02-291-1/+1
|
* Somehow lost the API docs. Put them back!Michael DeHaan2012-02-281-0/+31
|
* README.md revisions.Michael DeHaan2012-02-281-3/+25
|
* fix markdown linksMichael DeHaan2012-02-281-3/+3
|
* Add links to manpage into README.mdMichael DeHaan2012-02-281-2/+4
|
* Add note about facter/ohai integration in the template engineMichael DeHaan2012-02-281-2/+3
|
* More markdown. Might be done for now. Maybe. Grr, hate you markdown.Michael DeHaan2012-02-281-14/+15
|
* More markdown formattingMichael DeHaan2012-02-281-3/+2
|
* Fix markdown bulletsMichael DeHaan2012-02-281-12/+12
|
* Make templating example make more senseMichael DeHaan2012-02-281-2/+2
|
* Further README tweaksMichael DeHaan2012-02-271-22/+25
|
* Some readme cleanupMichael DeHaan2012-02-271-82/+35
|
* Rename 'ensure' to 'state' because I think it's a bit cleaner and doesn't implyMichael DeHaan2012-02-271-3/+3
| | | | | all modules take a common parameter name. But more or less we still work idempotently in modules.
* Update README.mdMichael DeHaan2012-02-251-8/+23
|
* Added remote templating engine using jinja2, see examples/playbook.yml for ↵Michael DeHaan2012-02-241-1/+5
| | | | | | usage. Cleanup is due in runner.py
* Merge pull request #9 from skvidal/masterMichael DeHaan2012-02-251-1/+3
|\ | | | | use logger to track all events run via ansible on the remote host.