summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/clustering
Commit message (Collapse)AuthorAgeFilesLines
* fixed RETURN docs for modules (#24011)Andrea Tartaglia2017-04-262-2/+5
| | | | | | | | * fixed RETURN docs for remaining modules * updated proxymysql_mysql_users 'sample' to yaml dict * fixed whitespace errors
* E501 fixes (#22879)Matt Martz2017-03-221-1/+2
|
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-147-21/+28
| | | | | | | | | | | | | | | | Changes to the metadata format were approved here: https://github.com/ansible/proposals/issues/54 * Update documentation to the new metadata format * Changes to metadata-tool to account for new metadata * Add GPL license header * Add upgrade subcommand to upgrade metadata version * Change default metadata to the new format * Fix exclusion of non-modules from the metadata report * Fix ansible-doc for new module metadata * Exclude metadata version from ansible-doc output * Fix website docs generation for the new metadata * Update metadata schema in valiate-modules test * Update the metadata in all modules to the new version
* use safe load insteadBrian Coca2017-02-211-2/+2
| | | | fixes #21724
* Update validate-modules (#20932)Matt Martz2017-02-021-2/+7
| | | | | | | | | | | | | | * Update validate-modules * Validates ANSIBLE_METADATA * Ensures imports happen after documentation vars * Some pep8 cleanup * Clean up some left over unneeded code * Update modules for new module guidelines and validate-modules checks * Update imports for ec2_vpc_route_table and ec2_vpc_nat_gateway
* PEP 8 E111 & E114 cleanup. (#20838)Matt Clay2017-01-301-13/+13
|
* Example of usage in znode documentation #20816Andreas Mosti2017-01-301-0/+8
|
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-294-19/+19
| | | | | | | | * PEP 8 E121 cleanup. * PEP 8 E126 cleanup. * PEP 8 E122 cleanup.
* PEP 8 cleanup. (#20789)Matt Clay2017-01-281-1/+1
| | | | | | | * PEP 8 E703 cleanup. * PEP 8 E701 cleanup. * PEP 8 E711 cleanup. * PEP 8 W191 and E101 cleanup.
* PEP 8 whitespace cleanup. (#20783)Matt Clay2017-01-271-1/+1
| | | | | | * PEP 8 E271 whitespace cleanup. * PEP 8 W293 whitespace cleanup. * Fix whitespace issue from recent PR.
* Add pacemaker cluster module for being managable with ansible (#19594)mathieu bultel2017-01-031-0/+225
| | | | | | | | | | * Add pacemaker cluster module for being managable with ansible * fix yaml syntax in documentation * Remove useless dependency * Import AnsibleModule instead of import *
* minor spelling changesCarlos E. Garcia2016-12-132-3/+3
|
* Removed dict.iteritems() in modules. (#18859)Andrea Tartaglia2016-12-122-4/+4
| | | This is for py3 compatibility, addressed in #18506
* Unquote strings that do not need quotes and retab - clustering/consul.py ↵Fabio Alessandro Locati2016-12-091-53/+52
| | | | (#18834)
* add metadata to doc support (#18802)Matt Davis2016-12-081-1/+2
| | | | fix broken module docs change doc AST id extraction to use == instead of in
* Add missing znode module description.Matt Clay2016-12-081-1/+2
|
* Relocating extras into lib/ansible/modules/ after mergeJames Cammarata2016-12-087-0/+2202