| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
* fixed RETURN docs for remaining modules
* updated proxymysql_mysql_users 'sample' to yaml dict
* fixed whitespace errors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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 E703 cleanup.
* PEP 8 E701 cleanup.
* PEP 8 E711 cleanup.
* PEP 8 W191 and E101 cleanup.
|
| |
|
| |
|
|
|
|
|
|
|
| |
can be per run or per host, also aggregate or not
set_stats action plugin as reference implementation
added doc stub
display stats in calblack
made custom stats showing configurable
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Adds the 'link' file_type for finding symbolic or hard links
- Use `os.lstat` instead of `os.stat` to prevent the following
of links when statting the file.
|
| |
|
|
|
|
|
|
|
|
|
| |
In the description of the find module return value, the sample dict
has its key=value strings converted to key=value: None in the
web documentation. This commit updates the sample output to a 'real'
dict.
Minor additional edit in the description: "return list *of* files".
|
|
|
|
|
|
|
|
|
|
| |
* Correct spelling mistakes
* Correct more spelling issues
* merge conflict
* Revert typo in parms
|
|
|
|
| |
find module contains argument appears to accept regex; correcting description accordingly
|
|
|
|
| |
fixes #3029
|
|
|
|
| |
other tasks in check mode
|
|
|
|
| |
cases in which stat fails (dangling symlink) - now properly reports name of skipped paths
|
| |
|
| |
|
|
|
|
| |
paths
|
| |
|
|
only stats a file once so it should be quite faster on large file sets
|