Ganesh Nalawade
70bf9b9919
Add backup filename and dir path option for config network modules ( #50801 )
...
* Add configurable backup path option for network config modules
Fixes #50283
Fixes #32724
* Add back_options in network config module argspec
* Handle backup path options in network action plugin
* Fix review comments
* Add integration tests
* Update changelog
2019-01-24 09:36:16 +05:30
Jan-Philipp Litza
636e1d5fcb
Fix sanitizing config lines ( #50553 )
...
Previously, the index got out of sync with the actual config list. Invoked with lines:
- bad
- first
- bad
- second
the sanitization would first delete index 0 and then index 2, which would result in the output
- first
- bad
By reversing the list, we avoid that problem (though a filter() would be nicer)
2019-01-09 10:56:30 -05:00
Dag Wieers
05c6ff79f9
Convert to reduced list of known types ( #50010 )
2018-12-19 07:25:30 +10:00
Pilou
7f98a8db12
BOTMETA.yml and module metadata: fix case authors ( #46051 )
...
* botmeta: fix GitHub ID case
* module authors: fix GitHub ID case
* replace CloudEngine-Ansible by submitter GitHub ID
2018-11-19 11:47:14 +00:00
Nathaniel Case
285b927889
network command modules cleanup ( #45242 )
...
* Standardize _command modules
* Centralize command transformation process
* Fix check mode error test
2018-09-13 08:55:35 -04:00
Sam Doran
effa235eb6
Fix typeo in param name ( #41287 )
2018-06-07 19:28:04 -04:00
Sam Doran
8b4e36e711
Insert set commands if a delete command is entered ( #40666 )
2018-05-24 11:20:14 -04:00
Sam Doran
d5dbd8c76d
EdgeOS module improvements ( #39530 )
...
* Update docs and use to_text on strings
* Add warning to use network_cli
2018-05-22 12:22:18 -04:00
Sam Doran
a4c82d5842
Update EdgeOS modules to be community supported ( #38112 )
2018-03-29 15:59:46 -05:00
Dag Wieers
cdd21e2170
Clean up module documentation ( #36909 )
...
* 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
2018-03-15 22:15:24 +01:00
Sam Doran
3134ba6bee
Do not try to add an entry if none exist ( #37152 )
...
When commit revisions are disabled, there will be no revision items returned.
Add note about setting ANSIBLE_PERSISTENT_COMMAND_TIMEOUT to a higer value to avoid timeouts.
2018-03-08 14:36:32 -05:00
Sam Doran
97573d8b0c
Add unit tests for edgeos_command ( #35861 )
2018-02-14 09:27:03 -05:00
Sam Doran
6037e73c16
Add EdgeOS config module ( #35867 )
...
* Add edgeos_config module
* Add edgeos_config module
* Remove debugging statements
* Add future import and correct module name in docs
2018-02-07 21:12:15 -05:00
Sam Doran
a9da1c2927
Add EdgeOS facts module ( #35871 )
...
* Add edgeos_facts module and unit tests
* Add future import
2018-02-07 21:11:57 -05:00
Chad Norgan
9bbf97632c
[WIP] Add new network module for EdgeOS ( #33109 )
...
* Add edgeos network module using network_cli
* Add documentation and some sanity test fixes
* Update copyright and documentation
2018-02-07 10:36:26 -05:00