summaryrefslogtreecommitdiff
path: root/network/asa
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-063-0/+12
|
* Revert "update mask_passwords argument to be more descriptive in asa_config ↵Peter Sprygada2016-10-061-7/+7
| | | | | (#3109)" (#3110) This reverts commit 271e300745b7200fc57383916d87efd6640d093e.
* update mask_passwords argument to be more descriptive in asa_config (#3109)Peter Sprygada2016-10-061-7/+7
| | | | This changes the passwords argument to mask_passwords to make the argument more descriptive of its intended function
* fixes asa_config to allow config to include passwords, defaults or none (#3102)Peter Sprygada2016-10-051-6/+21
| | | | | The fix allows the asa_config module to request the config to contain all default statements or password information necessary for vpn tunnel endpoints
* fixes problem where wrong ACL could be selected (#3099)Peter Sprygada2016-10-051-1/+1
| | | | This fixes a bug where the wrong acl name could be matched in the running config if the desired acl name is a starting subset.
* Typos in doc's strings (#3071)John R Barker2016-09-301-3/+3
|
* asa_template is now deprecated (#2992)John R Barker2016-09-281-172/+0
| | | | | | | | | * asa_template is now deprecated * Delete asa_template Since asa_template was added during 2.2 development, rather than deprecate them
* Correct typos (#3055)John R Barker2016-09-281-3/+3
|
* updates to asa_config module for Ansible 2.2Peter Sprygada2016-09-131-54/+38
| | | | | | | | * clean up functions and remove unneeded code * config difference now includes keyword argument * module reports changed when save argument is yes with or without check_mode * updated fail_json return with exc kwargs * fixed up import statements
* fixes a number of nagging issues in asa_acl due to refactoringPeter Sprygada2016-09-131-13/+33
| | | | | | | | * fixes issues with import error * removes need for filter attribute in Cli instance * now filters config either from device or provided via config argument ref: #2890
* bug fix in asa_acl module for missing candidate configPeter Sprygada2016-09-121-2/+10
| | | | | | | | This bug was introduced accidentally when refactoring to 2.2. The instance of the candidate config was deleted. This adds the candidate config instance back fixes #2890
* Merge pull request #2848 from privateip/asa_configPeter Sprygada2016-09-041-69/+191
|\ | | | | update asa_config module
| * update asa_config modulePeter Sprygada2016-09-041-69/+191
| | | | | | | | | | | | | | | | | | | | * removes get_module() factory method for NetworkModule * add src argument to provide path to config file * add new choice to match used to ignore current running config * add update argument with choices merge or check * add backup argument to backup current running config to control host * add defaults argument to control collection of config with or withoutdefaults * add save argument to save current running config to startup config
* | Merge pull request #2849 from privateip/asa_templatePeter Sprygada2016-09-041-14/+11
|\ \ | | | | | | roll up of updates to asa_template
| * | roll up of updates to asa_templatePeter Sprygada2016-09-041-14/+11
| |/ | | | | | | | | | | | | This updates the asa_template module with updates for Ansible 2.2. * removes get_module() in favor of NetworkModule * fixes up import statements
* | Merge pull request #2850 from privateip/asa_commandPeter Sprygada2016-09-041-48/+100
|\ \ | | | | | | added new functionality to asa_command
| * | added new functionality to asa_commandPeter Sprygada2016-09-041-48/+100
| |/ | | | | | | | | | | | | * commands argument now accepts a dict arguments * only show commands are allowd when check mode is specified * config mode is no longer allowed in the command stack * add argument match with valid values any, all
* | roll up updates to asa_acl modulePeter Sprygada2016-09-041-25/+11
|/ | | | | | * remove get_module() in favor of NetworkModule * fix up import statements * roll up fixes for NetworkConfig object handling
* New module asa_command (#2306)Patrick Ogenstad2016-07-111-0/+172
|
* New module asa_config (#2307)Patrick Ogenstad2016-07-111-0/+221
|
* New module asa_template (#2308)Patrick Ogenstad2016-07-111-0/+175
|
* New module asa_acl (#2309)Patrick Ogenstad2016-07-112-0/+216