Commit Graph

21 Commits (e0eb86a5000c1913c8e2925cf2b25a809aab02ef)

Author SHA1 Message Date
Peter Sprygada cc2651422a Revert "update mask_passwords argument to be more descriptive in asa_config (#3109)" (#3110)
This reverts commit 271e300745.
9 years ago
Peter Sprygada 271e300745 update mask_passwords argument to be more descriptive in asa_config (#3109)
This changes the passwords argument to mask_passwords to make the
argument more descriptive of its intended function
9 years ago
Peter Sprygada 49dde162f6 fixes asa_config to allow config to include passwords, defaults or none (#3102)
The fix allows the asa_config module to request the config to contain
all default statements or password information necessary for vpn
tunnel endpoints
9 years ago
Peter Sprygada 1adaaa4b0a fixes problem where wrong ACL could be selected (#3099)
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.
9 years ago
John R Barker d3e588cd78 Typos in doc's strings (#3071) 9 years ago
John R Barker f51cb3cd54 asa_template is now deprecated (#2992)
* asa_template is now deprecated

* Delete asa_template

Since asa_template was added during 2.2 development, rather than
deprecate them
9 years ago
John R Barker 48d6bbd894 Correct typos (#3055) 9 years ago
Peter Sprygada 6d56ce5120 updates to asa_config module for Ansible 2.2
* 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
9 years ago
Peter Sprygada 961d461f7b fixes a number of nagging issues in asa_acl due to refactoring
* 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
9 years ago
Peter Sprygada 0e5837a2e9 bug fix in asa_acl module for missing candidate config
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
9 years ago
Peter Sprygada d3dd754a40 Merge pull request #2848 from privateip/asa_config
update asa_config module
9 years ago
Peter Sprygada 84953d9d42 Merge pull request #2849 from privateip/asa_template
roll up of updates to asa_template
9 years ago
Peter Sprygada 1f138b6567 Merge pull request #2850 from privateip/asa_command
added new functionality to asa_command
9 years ago
Peter Sprygada 10e8cdc93a roll up updates to asa_acl module
* remove get_module() in favor of NetworkModule
* fix up import statements
* roll up fixes for NetworkConfig object handling
9 years ago
Peter Sprygada dc0290a067 added new functionality to asa_command
* 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
9 years ago
Peter Sprygada db5dd8516c update asa_config module
* 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
9 years ago
Peter Sprygada 44733e3798 roll up of updates to asa_template
This updates the asa_template module with updates for Ansible 2.2.

* removes get_module() in favor of NetworkModule
* fixes up import statements
9 years ago
Patrick Ogenstad 8285bbda6a New module asa_command (#2306) 10 years ago
Patrick Ogenstad 200654e45d New module asa_config (#2307) 10 years ago
Patrick Ogenstad 0b9f3100b1 New module asa_template (#2308) 10 years ago
Patrick Ogenstad a4207029de New module asa_acl (#2309) 10 years ago