Tim Rupp
c5fa718174
Adds bigip_device_license module ( #39985 )
...
This module can be used to license and unlicense BIGIP devices. This
does not include licensing them via BIGIQ. To do that, use BIGIQ modules
7 years ago
Matt Clay
2de6734ce4
Mark the azure_rm_storageblob test unstable.
7 years ago
Tim Rupp
4d691e9d7b
Various fixes and features for bigip modules ( #39972 )
...
* Removed forwarders parameter that did not work
* Updated coding conventions
* Added ssl_cipher_suite and ssl_protocols to bigip_device_httpd
* Added more unit tests
7 years ago
Matt Clay
0b1840772d
Download files from S3 for yarn integration test.
7 years ago
Tim Rupp
742fd3a91a
Adds misc fixes for gtm facts module ( #39966 )
...
Codifies some parameters and fixes f5 coding conventions
7 years ago
Tim Rupp
84136c0248
Adds the bigip gtm monitor bigip module ( #39965 )
...
This module can be used to manage bigip monitors on a bigip's GTM
7 years ago
Tim Rupp
08516df29d
Adds bigip gtm monitor firepass module ( #39964 )
...
This module can be used to manage firepass monitors on a bigip's GTM
7 years ago
Tim Rupp
115ba79f10
Adds the bigip gtm monitor https module ( #39943 )
...
This module is used to manage the HTTPS monitors on a GTM
7 years ago
Tim Rupp
4f703cf299
Adds module for F5 gtm tcp half open monitors ( #39939 )
...
This module can assist in managing TCP half open monitors in GTM
7 years ago
Tim Rupp
632a39232c
Adds the bigip gtm monitor tcp module ( #39942 )
...
This module can be used to manage tcp monitors on GTM
7 years ago
Alex Stephen
7cfbf43f4b
New Module: GCP Compute Instances ( #38906 )
7 years ago
Tim Rupp
868c2630dd
Adds bigip gtm monitor http module ( #39944 )
...
This module can be used to manage http monitors on a GTM
7 years ago
Matthew Stone
e80ea39903
Adding slxos_l2_interface module ( #39309 )
7 years ago
Matthew Stone
fb457b4200
Adding slxos_linkagg module ( #39190 )
7 years ago
Trishna Guha
f1103a7a02
remove purge from nxos_logging doc, argspec ( #39947 )
...
* remove purge from nxos_logging doc, argspec
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* shippable
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
7 years ago
Matthew Stone
a8156c52d4
Adding slxos_interface module ( #39123 )
...
* Adding slxos_interface module
* Fixing sanity checks
* Fixing slxos_config tests for fixture change in slxos_interface
7 years ago
Dag Wieers
d7f3d3b867
Fix module validation checks and remove old params ( #39926 )
...
This PR includes:
- Fixes to the majority of module validation issues
(deliberate inconsistencies between docs and arg_spec)
- Removal of deprecated parameters 'method' and 'protocols'
- A few typos in the documentation
There are still some left-over validation errors, some are deliberate
(like doc strings as default to indicate ranges, etc.)
7 years ago
Tim Rupp
64ee8da3f1
Adds the bigip_gtm_pool_member module ( #39937 )
...
This module can be used to manage individual pool members on a bigip's
GTM installation
7 years ago
Matt Clay
a7d7df1450
Make docs-build sanity test disabled by default.
7 years ago
Tim Rupp
ad5fdf5eb7
Fixes for bigip_gtm_wide_ip ( #39931 )
...
Added the irules parameter. Misc corrections of invalid parameter
names and internal behaviors.
7 years ago
Matt Clay
dec4f10c21
Move lookups tests to group1.
7 years ago
Matt Clay
c1f9efabf4
Overhaul httptester support in ansible-test. ( #39892 )
...
- Works with the --remote option.
- Can be disabled with the --disable-httptester option.
- Change image with the --httptester option.
- Only load and run httptester for targets that require it.
7 years ago
Matt Clay
0e344b225a
Remove CI group from unsupported tests.
7 years ago
Matt Clay
6a1cb25c99
Remove unnecessary destructive aliases.
7 years ago
Matt Clay
8e6fd48087
Mark unsupported vmware tests.
7 years ago
Martin Krizek
bf702e6d88
dnf: handle error when latest pkg not found ( #39720 )
...
* dnf: handle error when latest pkg not found
* Add integration test
7 years ago
Matt Clay
a5b8085113
Move pyvmomi install into cloud test plugin.
7 years ago
Nathaniel Case
c6270e15a6
Remove provider (and transport, where applicable) from consideration when not using connection=local ( #39555 )
...
* Remove provider (and transport, where applicable) from consideration
* Add tests that misplaced transport does not fail task
7 years ago
Trishna Guha
f08332acb4
nxos enable mode ( #39355 )
...
* nxos enable mode
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* fix prompt
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Add authorize,auth_pass
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* remove byte string from exec_cli_command
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Add on_become test
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* removed_in_version
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
7 years ago
saichint
e3bfbe5875
fix nxos_snmp_user issues ( #39760 )
...
* fix nxos_snmp_user issues
* shipppable fix
7 years ago
Deepak Agrawal
ef577b71cc
Handling of configurations blocks with end-* at the end of the block ( #39673 )
...
* handle end-policy issue
* revert changes in iosxr cliconf
* fix trailing parents not included in difference
* Moving fix to platform specific fix
* pep 8 issues
7 years ago
Arun Babu Neelicattu
eb430b2e57
azure: fix creation of TXT dns record sets ( #38368 )
...
As per `azure.mgmt.dns.models.txt_record.TxtRecord`, expected value for a
record is of type `[str]`. Fix TXT argspec to specify type as `list`
instead of `str`.
Fixes #37581
Reference: https://docs.microsoft.com/en-us/python/api/azure.mgmt.dns.models.txtrecord?view=azure-python
7 years ago
Jeffrey Forman
be3670f528
fix 'doas' become_method support, previously committed patch not submitted to devel branch ( #37511 )
...
* fix become_method 'doas' support by properly specifying becomecmd
a repatch of https://github.com/ansible/ansible/pull/13451/ which was never committed to 'devel' branch.
* fix play_context test for become_method doas to match new becomecmd
7 years ago
Matt Clay
1c7417cba7
Restore nuage_vspk integration tests.
7 years ago
Matt Martz
1663b64e18
Allow subspec defaults to be processed when the parent argument is not supplied ( #38967 )
...
* Allow subspec defaults to be processed when the parent argument is not supplied
* Allow this to be configurable via apply_defaults on the parent
* Document attributes of arguments in argument_spec
* Switch manageiq_connection to use apply_defaults
* add choices to api_version in argument_spec
7 years ago
Alex Stephen
1663539327
Adding support for GCP Compute Health Checks ( #37438 )
7 years ago
Abhijeet Kasurde
bc59dc471b
VMware: New module: vmware_portgroup_facts ( #36740 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
7 years ago
Abhijeet Kasurde
1c8a7d06e5
VMware: new module : vmware_resource_pool_facts ( #38674 )
...
This module adds capability to provide facts about all resource
pools in given environment.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
7 years ago
Abhijeet Kasurde
693065da1e
VMware: new module : vmware_local_user_facts ( #37167 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
7 years ago
Abhijeet Kasurde
02f1d263c7
VMware: new module: vmware_vswitch_facts ( #37176 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
7 years ago
Matt Clay
a121b5073c
Temporarily disable the nuage_vspk test.
...
This test interferes with the uri test on centos6.
7 years ago
Jordan Borean
fc210a4584
base64 filter: Added ability to specify encoding ( #39714 )
...
* base64 filter: Added ability to specify encoding
* Added unicode chars for further testing
* Removed errors to keep previous behaviour in place
* Removed surrogate pairs due to issues loading YAML in CI
7 years ago
Rob
b5cffe8ced
[aws] Create classes for Application Load Balancer ( #33769 )
...
* Create classes for Application Load Balancer
* Add unsupported CI alias
* Add AWSRetry
* Add integration tests using the ALB
7 years ago
Mickaël Guérin
8ac69b0a5f
Fix gathering facts in run_once play ( #39453 )
...
* Fix gathering facts in run_once play
Fixes https://github.com/ansible/ansible/issues/39312
* Check that run_once doesn't prevent fact gathering
7 years ago
Alex Stephen
05d5d21d1c
New module: GCP Container Node Pools ( #37325 )
7 years ago
Alex Stephen
5b0ce0222b
Bug fixes for GCP Compute Address ( #38630 )
7 years ago
Alex Stephen
e177cf5831
New module: GCP Pubsub Topics ( #38627 )
7 years ago
Alex Stephen
e116c6cee8
New module: GCP Pubsub Subscriptions ( #38626 )
7 years ago
Alex Stephen
478759a686
New module: GCP Compute Subnetworks ( #38621 )
7 years ago
Alex Stephen
01f0e4ac6f
New module: GCP Compute Networks ( #38618 )
7 years ago