| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
From 3d09c94faeaa52075055f23744d8b52581c59bb2 Mon Sep 17 00:00:00 2001
Evan Kaufman <evan@digitalflophouse.com>
|
| |
|
|
|
|
|
| |
Add parameters 'after' and 'before' to limit the replacement/remove of
lines to a certain section of the file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
The usage of type='path' includes the expanduser call itself. This
patch removes its duplicate usage. Related to #12263
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
|
| |
Not all file-related modules consistently use "path" as the attribute to specify a single filename, some use "dest", others use "name". Most do have aliases for either "name" or "destfile".
This change makes "path" the default attribute for (single) file-related modules, but also adds "dest" and "name" as aliases, so that people can use a consistent way of attributing paths, but also to ensure backward compatibility with existing playbooks.
NOTE: The reason for changing this, is that it makes Ansible needlessly harder to use if you have to remember that e.g. the xattr module requires the name attribute, the lineinfile module requires a dest attribute, and the stat module requires a path attribute.
|
|
|
| |
Fixes ansible/ansible-modules-core#5840, moved from ansible/ansible-modules-core#5847
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes #245
|
|
|
|
| |
Fixes #4634
|
| |
|
|
|
|
|
|
|
|
| |
* unsafe writes!
* moved unsafe_write docs and args to file common
* added unsafe_writes option handling
|
|
|
|
| |
was removed from common file docs
|
| |
|
| |
|
|
|
|
| |
Fixes #1351
|
| |
|
| |
|
|
|