Fred-sun
6f197880ce
Update azure_rm_azurefirewall relate document ( #64488 )
5 years ago
Fred-sun
beaf9c25d8
Update azure_rm_batchaccount's document ( #64490 )
5 years ago
Fred-sun
1e4230c0e7
Format azure_rm_gallery* relate document ( #64541 )
5 years ago
Timothy Appnel
0573e51482
Remove deprecated kubernetes and oc module "indirection" in v2.9 changelog doc ( #64572 )
...
+label: docsite_pr
5 years ago
Fred-sun
cc2e48a40e
Format azure_rm_snapshot document ( #64579 )
5 years ago
Fred-sun
0b8b84c16f
Format azure_rm_keyvault_key_info module's document ( #64580 )
5 years ago
Sandra McCann
6a662b0ed0
clarify acceptable file types in collection docs ( #64618 )
...
* clarify acceptable file times in collection docs
* implement feedback
5 years ago
Jill R
4e7779030d
route53_info max_items and next_marker should be a str ( #64617 )
...
* route53_info max_items and next_marker should be a str
Type was changed in #64358 , however boto3 takes a str for this option
Add some basic tests for route53_info.
Fixes : #64534
5 years ago
Kiyo Nagamine
84bffff96a
Fixed tiny typo in interpreter_discovery.rst ( #64608 )
...
Added missing '/'
5 years ago
Sumit Jaiswal
4f7f57e655
PR raised to add the feature of adding/removing IP from a Host record ( #50975 )
...
* 50238 fix
5 years ago
Dusan Matejka
0cb19e655c
zabbix_action shouldn't require args other than name when state=absent
5 years ago
Abhijeet Kasurde
21c8dae83b
Correct usage of API call in aws_config_aggregator ( #64581 )
...
update_resource and delete_resource takes and requires four argument.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
5 years ago
Andrey Klychkov
5e3fda5582
postgresql_subscription: fix typo in module.warn method name ( #64583 )
...
* postgresql_subscription: fix typo in module.warn method name
* postgresql_subscription: fix typo in module.warn method name, add changelog
5 years ago
Andrey Klychkov
2039bf45fe
postgresql_publication: fix typo in module.warn ( #64582 )
...
* postgresql_publication: fix typo in module.warn
* postgresql_publication: fix typo in module.warn, add changelog
5 years ago
Ali
26acb0703d
Added support for pagination to the github_deploy_key module( #36876 )
...
- Fixes #36745
- removed json import
- removed requirements from documentation
- refactored the module
- added changelog fragment
5 years ago
Matt Clay
bbf376682f
Disable failing aws_acm integration test.
5 years ago
n0trax
27d3dd58a4
Replace clear() method for backward compatibility. ( #64504 )
5 years ago
Matt Clay
75646037dc
Switch from RHEL 8.0 & 8.1b to 8.1 in CI.
5 years ago
The Magician
7348185948
Bug fixes for GCP modules ( #64484 )
5 years ago
The Magician
f80653fcff
Bug fixes for GCP modules ( #64485 )
5 years ago
The Magician
45a5067c98
Bug fixes for GCP modules ( #64486 )
5 years ago
Martin Krizek
c4b83619a6
botmeta sanity: check migrated_to on non-existing file ( #64551 )
5 years ago
Andrey Klychkov
e5c1de29a8
postgresql_subscription: improve logic ( #64561 )
5 years ago
sky-joker
4078dcbb77
Zabbix: zabbix_template: fix https://github.com/ansible/ansible/issues/64030 ( #64032 )
...
add zabbix_template changelog
5 years ago
Satyajit Bulage
98b6b98287
Fixed few typo's: "Mutiple" to "Multiple" ( #64543 )
...
Signed-off-by: Satyajit Bulage <sbulage@redhat.com>
5 years ago
Diane Wang
023a9b3166
VMware: vmware_export_ovf module fix Python3 compatibility issue ( #60265 )
5 years ago
Pavan Bidkar
9a54070fa2
VMware: Added check for temp_version type in vmware_guest( #64376 )
...
Fixes : #64374
* Adding tests for create VM with interger version and latest version
5 years ago
GomathiselviS
b475e0408c
eos_lacp: Add unit testcases to eos_lacp ( #64417 )
...
* Added unit testcases eos_lacp
* Added unit testcases eos_lacp
5 years ago
Scott Brenner
257736e828
Update the number of contributors in README: 4700+
5 years ago
Gonéri Le Bouder
35a8922988
prepare_vmware_tests: datastore host is datastore.test
...
Use an alias to access the datastore host. This way, it's easier
to use an existing NFS server.
We can also disable the `write` access on the iso datastore.
5 years ago
Alicia Cozine
ac9c75d467
updates RHEL packages to 2.9 ( #64532 )
5 years ago
Dag Wieers
26e0e4be01
ACI/MSO: Use get() dict lookups ( #63074 )
...
This improves the reliability of the modules somewhat.
5 years ago
Jill R
1f5d2f9159
Enable aws_acm tests, AWS reports our account quota should be fixed ( #64470 )
5 years ago
Matt Martz
254788bc22
unsafe wrapping should only happen for with_ loops ( #64401 )
...
* unsafe wrapping should only happen for with_ lookups. Fixes #64379 . Addresses #64169
* edit porting guide entry
* typo in changelog fragment
* typo
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* punctuation
Co-Authored-By: Sandra McCann <samccann@redhat.com>
5 years ago
Mads Jensen
c5d61953b1
Remove empty setUp/tearDown/tearDownClass methods in test classes.
5 years ago
John R Barker
14f68e31ab
Move consul modules to own subdir ( #64508 )
5 years ago
Andrey Klychkov
eb58f437fb
postgresql_query: add note to the documentation ( #64432 )
5 years ago
Martin Krizek
cd8ce16d48
template lookup: fix regression when templating hostvars ( #64070 )
...
This fixes a regression that was caused by switching from copy() to
deepcopy() when 'saving' variables before templating. Since HostVars
did not implement the __deepcopy__() method, deepcopy returned incorrect
results when host vars were present in the variables.
Fixes #63940
5 years ago
Andrey Klychkov
22fe622589
postgresql_subscription: new module ( #63661 )
...
* postgresql_subscription: setup master-standby cluster into one container
* postgresql_subscription: setup master-standby cluster into one container, fix
* postgresql_subscription: setup master-standby cluster into one container, set up publication
* postgresql_subscription: setup master-standby cluster into one container, add module template
* postgresql_subscription: setup master-standby cluster into one container, fix tests
* postgresql_subscription: setup master-standby cluster into one container, create subscr via shell
* postgresql_subscription: setup replication, state stat
* postgresql_subscription: add basic present mode
* postgresql_subscription: add assertions
* postgresql_subscription: add samples
* postgresql_subscription: state absent, cascade
* postgresql_subscription: add owner param
* postgresql_subscription: update
* postgresql_subscription: refresh
* postgresql_subscription: doc, warns
* postgresql_subscription: relinfo
* postgresql_subscription: fixes
* postgresql_subscription: fix CI tests
5 years ago
John R Barker
da25c2b07b
Move datadog modules to own subdir ( #64502 )
...
* Move datadog modules to own subdir
* datadog ignore.txt
5 years ago
John R Barker
f34d59dbef
Move gitlab modules to own subdir ( #64497 )
...
* Move gitlab modules to own subdir
* Correct module_utils
5 years ago
Bibas
f21f3219b2
[Fix] Typo in playbooks_environment.rst ( #64496 )
...
Change from `varaible` to `variable`
5 years ago
John R Barker
16c17765a6
Move sensu modules to own subdir ( #64498 )
5 years ago
John R Barker
498edda603
Move github modules to own subdir ( #64460 )
...
* Move github modules to own subdir
* Update test/sanity/ignore.txt
Co-Authored-By: Abhijeet Kasurde <akasurde@redhat.com>
5 years ago
Chris Van Heuveln
008a95073d
nxos_lag_interfaces: fix regression tests ( #64119 )
...
This is a change to the regression tests only. These tests were failing because of leftover device settings from previous tests:
- existing `channel-group` configurations on non-test interfaces were included in the before/after counts
- fixed by using the `nxos_lag_interfaces` module with `state: deleted` to remove `channel-group` configur
ations from all interfaces
- existing `L2` `port-channel` interfaces with the same ID as the test `channel-group` ID may prevent configuring `channel-group` on the test ethernet interface
- fixed by removing `port-channel` interfaces with the same ID; e.g.
```
interface port-channel98
switchport
switchport mode trunk
nx-1(config-if)# interface Ethernet1/19
nx-1(config-if)# channel-group 98
command failed: port not compatible [switching port]
```
Fixes passed on `N6K,N7K,N9K,N3K` (internal TBs: `dt-n9k5-1,n6k-77,n7k-99,n7k-j,n3k-173,evergreen-nx-1,greensboro-nx-1,hamilton-nx-1,camden-nx-1`)
5 years ago
Chris Van Heuveln
2f34318ceb
Remove `timeout` parameter from `prepare_nxos_tests` ( #63963 )
...
The error below occurs when attempting to run `ansible-playbook` with nxos regression tests.
```
fatal: [dt-n9k5-1.cisco.com]: FAILED! => {
"changed": false,
"invocation": {
"module_args": {
"commands": [
"show interface brief | json"
],
"timeout": 60
}
},
"msg": "Unsupported parameters for (nxos_command) module: timeout Supported parameters include: commands, interval, match, provider, retries, wait_for"
}
```
This error appears to be a result of https://github.com/ansible/ansible/pull/62625 , but that has not been verified.
5 years ago
Chris Van Heuveln
3b6681f889
nxos_lldp_global: fix regression tests ( #64161 )
5 years ago
Chris Van Heuveln
351f60b0e1
nxos_hsrp_interfaces: new module ( #61498 )
...
* nxos_hsrp_interfaces: new module
* lint 1
* lint 2
* add normalize_interfaces
* change version /2.9/2.10/
* /2.10/"2.10"/
5 years ago
Benjamin Leber
52c4c1b00d
docker_login: Use with statement for accessing files ( #64382 ) ( #64392 )
...
* docker_login: Use with statement for accessing files (#64382 )
* Update changelogs/fragments/64382-docker_login-fix-invalid-json.yml
Co-Authored-By: Felix Fontein <felix@fontein.de>
5 years ago
Andrey Klychkov
9a8d73456c
mariadb_replication: fix CI tests ( #64481 )
5 years ago