summaryrefslogtreecommitdiff
path: root/inventory
Commit message (Collapse)AuthorAgeFilesLines
* Add missing GPLv3 License headerMike Putnam2015-07-032-0/+30
| | | | Fixes #1643
* Proper author info for all remaining modulesGreg DeKoenigsberg2015-06-152-2/+4
|
* Fix documentation formattingToshio Kuratomi2015-05-051-1/+1
|
* fixed add_host docs indentationBrian Coca2015-02-261-1/+1
|
* added note to add_hosts about loop bypassBrian Coca2015-02-121-2/+5
|
* package filesMichael DeHaan2014-09-261-0/+0
|
* file extensions!Michael DeHaan2014-09-262-0/+0
|
* Restructuring.Michael DeHaan2014-09-262-0/+61
|
* Move modules into subdirectory.Michael DeHaan2014-09-262-61/+0
|
* Make add_host clear the inventory pattern cache, add some more aliases. ↵Michael DeHaan2013-10-111-2/+2
| | | | Fixes #4442.
* Trim legacy variable usage.Michael DeHaan2013-07-191-5/+5
|
* Remove legacy variable usage.Michael DeHaan2013-07-191-2/+2
|
* Remove a trailing quoteJesse Keating2013-06-261-1/+1
|
* make name the parameter, with hostname as aliasJesse Keating2013-06-181-2/+3
| | | | | | name is used throughout Ansible, it's the "standard". This change applies that standard to the add_host routine and updates the docs to reflect that. Related to https://github.com/ansible/ansible/pull/3254
* Docs: consistently format playbook EXAMPLESJan-Piet Mens2013-06-171-2/+4
|
* DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)Jan-Piet Mens2013-06-152-12/+18
| | | | | | | Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string Added deprecation warning to moduledev.rst and remove deprecated example from it Fixed up a few typos and uppercased some acronyms. add consistency to how EXAMPLES are formatted
* Allow modules to be categorized, and also sort them when generating the ↵Michael DeHaan2013-04-282-0/+52
documentation.