summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/network/asa/asa_command.py
Commit message (Collapse)AuthorAgeFilesLines
* Add 'Wait for' example to asa_command module (#45190)Sandra McCann2018-09-171-19/+10
| | | | | | | * Added example to register result of a ping test, including a wait_for command. * added names to tasks * updated examples to remove deprecated commands etc * removed group_var
* Clean up module documentation (#36909)Dag Wieers2018-03-151-5/+0
| | | | | | | | | | | * Clean up module documentation This PR includes: - Removal of `default: None` (and variations) - Removal of `required: false` - Fixing booleans and `type: bool` where required * Fix remaining (new) validation issues
* Bulk autopep8 (modules)John Barker2017-12-071-1/+0
| | | | | | | | | | As agreed in 2017-12-07 Core meeting bulk fix pep8 issues Generated using: autopep8 1.3.3 (pycodestyle: 2.3.1) autopep8 -r --max-line-length 160 --in-place --ignore E305,E402,E722,E741 lib/ansible/modules Manually fix issues that autopep8 has introduced
* Refactor common network shared and platform utils code into package (#33452)Ganesh Nalawade2017-12-031-3/+3
| | | | | | | | | | | | | | | * Refactor common network shared and platform specific code into package (part-1) As per proposal #76 refactor common network shared and platform specific code into sub-package. https://github.com/ansible/proposals/issues/76 * ansible.module_utils.network.common - command shared functions * ansible.module_utils.network.{{ platform }} - where platform is platform specific shared functions * Fix review comments * Fix review comments
* Miscellaneous pylint fixes.Matt Clay2017-09-131-1/+0
| | | | | | | | | | | | The following rules are no longer disabled: - bad-format-string - duplicate-key - lost-exception - trailing-newlines - unexpected-keyword-arg - useless-suppression - using-constant-test
* Update metadata to 1.1Toshio Kuratomi2017-08-151-1/+1
|
* Remove wildcard, add boilerplate and get rid of get_exceptionToshio Kuratomi2017-07-311-15/+5
| | | | | * smaller collections of database modules * Some of the smaller collections of network modules
* Fix undefined variables, basestring usage, and some associated python3 issuesToshio Kuratomi2017-07-251-0/+3
|
* update asa to use network_cli connection plugin (#26899)Peter Sprygada2017-07-171-68/+47
| | | | | | | | | | | | | * WIP update asa to use network_cli connection plugin * add asa.py to cliconf plugins * update asa.py terminal plugin to support regexp and events * update constants to map asa modules to asa action handler * update asa action handler to implement persistent connections * update asa shared module to use persistent connections * update asa_command module to use new connection * fixed pep8 issues
* Make it easier to find network modules (#23576)John R Barker2017-04-131-1/+1
| | | | | | | | | | * Make it easier to find network modules Feedback has been it's difficult (via Google or directly) to find modules as some people search for the company name vs product name, therefore specify both. * "IOS XR" (not "IOS-XR")
* [WIP] Network return docs (#23441)John R Barker2017-04-121-1/+1
| | | Network return docs
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
| | | | | | | | | | | | | | | | 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
* Validate EXAMPLES as YAMLMatt Martz2017-02-151-1/+2
|
* Avoid having module documentation links to itself (#21329)Dag Wieers2017-02-131-1/+1
| | | | | | | | | * Avoid having module documentation links to itself A lot of modules use M(own_module) in their documentation causing a link in the documentation to itself. * Make note more clear now
* Relocating extras into lib/ansible/modules/ after mergeJames Cammarata2016-12-081-0/+228