philseeley
ca42cb2868
Make the DNS service optional when installing Active Directory ( #63440 )
...
* Added install_dns option to the win_domain module.
* Added install_dns option to the win_domain_controller module.
* Updated version_added to devel branch version 2.10.
* Updates for ansible-test errors.
* Minor nits to docs
2019-11-12 14:53:51 +10:00
PRASOON KARUNAN V
8b13836b1f
change $partition variable name to $ansible_partition ( #63968 )
...
* change $partition variable name to $ansbile_partition
* Added changelog fragment
2019-11-12 14:44:18 +10:00
Jordan Borean
8c4f59ebd9
win_package - Set raw for argument type ( #64690 )
2019-11-12 14:39:48 +10:00
Cory Silva
9c5a1ebba5
Add Local Security Policy update example ( #60897 )
...
* Add Local Security Policy update example
##### SUMMARY
This real world example will be useful, but perhaps there is a better section?
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
* Move new example and add not to username
2019-11-12 14:33:56 +10:00
Matt Martz
b93d92ef9a
Set alter_sys=True instead of False to address backwards incompat ( #64670 )
...
* Set alter_sys=True instead of False to address backwards incompat
* ci_complete
* Add integration test
* ci_complete
* sanity
* ci_complete
* Changelog fragment
* Update import test and validate-modules to match
2019-11-11 16:47:35 -06:00
chris-kiick-sp
8b83f9c14e
archive module documentation is misleading ( #62755 )
2019-11-11 15:46:03 -05:00
Felix Fontein
4083d02989
Buypass now has a ACME v2 production endpoint. ( #64649 )
2019-11-11 14:48:48 -05:00
The Magician
ee50c3b3cf
Bug fixes for GCP modules ( #64587 )
2019-11-11 14:08:19 -05:00
The Magician
b1849d1a3e
New Module: gcp_serviceusage_service ( #64588 )
2019-11-11 14:08:09 -05:00
The Magician
79e2273f96
New Module: gcp_serviceusage_service_info ( #64589 )
2019-11-11 14:08:00 -05:00
Rene Schumann
f145057c5c
- add nextToken support ( #64598 )
...
* - add nextToken support
* - add changelog fragment
* - use boto3 paginator for describe_log_groups
2019-11-11 13:27:09 -05:00
Nathaniel Case
abf3319666
Refine default 401 handling ( #64619 )
2019-11-11 08:09:01 -05:00
Diane Wang
0d851dda59
VMware: add new module vmware_guest_tools_info ( #62860 )
2019-11-11 12:39:25 +05:30
nkshrishail
00193f27eb
nxos_lacp: updated tests to handle platforms not supporting lacp system mac command ( #64074 )
...
* Updated nxos_lacp tests to handle platforms not supporting lacp system mac command
* nxos_lacp: addressing comments
* nxos_lacp: Updating image tag search to include more tags
2019-11-10 10:32:07 +05:30
Felix Fontein
574bd32db2
docker_swarm_service: Allow source to be omitted for tmpfs mounts ( #64637 )
...
* Allow source to be omitted for tmpfs mounts.
* Add changelog.
2019-11-09 21:01:56 +01:00
Felix Fontein
dd5415017e
docker_login: allow to function with credential helpers ( #63158 )
...
* Allow docker_login to function with credential helpers.
* Improve various details and update docs.
2019-11-09 11:25:53 +01:00
kakurpiel
4a995f26a3
Update aruba modules to handle prompt and syntax changes ( #54261 )
...
* Update prompt matching to handle changes introduced in arubaos 8.x
* Update aruba modules to support command changes on arubaos 8.x
2019-11-09 15:03:01 +05:30
Mario Lenz
5d30180f6b
VMware: Implement updates for dvPG in vmware_dvs_portgroup ( #62537 )
...
* VMware: Implement updates / changes for dvPG in vmware_dvs_portgroup
* Remove unnecessary else
* Add more integration tests
* Improve create_vlan_list() helper function
2019-11-09 09:35:01 +05:30
Jan Orel
6e19e341b0
one_vm: Fix creating VM also for template_id=0 ( #63579 )
2019-11-08 17:59:33 -05:00
Alex Ratner
d9db2c3354
minor typos and style changes ( #64386 )
2019-11-08 16:13:13 -05:00
Fred-sun
6f197880ce
Update azure_rm_azurefirewall relate document ( #64488 )
2019-11-08 16:10:06 -05:00
Fred-sun
beaf9c25d8
Update azure_rm_batchaccount's document ( #64490 )
2019-11-08 16:09:08 -05:00
Fred-sun
1e4230c0e7
Format azure_rm_gallery* relate document ( #64541 )
2019-11-08 16:08:10 -05:00
Fred-sun
cc2e48a40e
Format azure_rm_snapshot document ( #64579 )
2019-11-08 16:05:25 -05:00
Fred-sun
0b8b84c16f
Format azure_rm_keyvault_key_info module's document ( #64580 )
2019-11-08 16:04:06 -05:00
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
2019-11-08 13:06:30 -07:00
Sumit Jaiswal
4f7f57e655
PR raised to add the feature of adding/removing IP from a Host record ( #50975 )
...
* 50238 fix
2019-11-08 19:30:38 +05:30
Dusan Matejka
0cb19e655c
zabbix_action shouldn't require args other than name when state=absent
2019-11-08 16:45:13 +05:30
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>
2019-11-08 05:24:07 -05:00
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
2019-11-08 08:54:16 +01:00
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
2019-11-08 08:53:48 +01:00
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
2019-11-08 09:09:23 +05:30
n0trax
27d3dd58a4
Replace clear() method for backward compatibility. ( #64504 )
2019-11-07 16:30:03 -05:00
The Magician
7348185948
Bug fixes for GCP modules ( #64484 )
2019-11-07 14:35:49 -05:00
The Magician
f80653fcff
Bug fixes for GCP modules ( #64485 )
2019-11-07 14:35:41 -05:00
The Magician
45a5067c98
Bug fixes for GCP modules ( #64486 )
2019-11-07 14:35:33 -05:00
Andrey Klychkov
e5c1de29a8
postgresql_subscription: improve logic ( #64561 )
2019-11-07 09:24:57 -05:00
sky-joker
4078dcbb77
Zabbix: zabbix_template: fix https://github.com/ansible/ansible/issues/64030 ( #64032 )
...
add zabbix_template changelog
2019-11-07 08:21:14 -05:00
Satyajit Bulage
98b6b98287
Fixed few typo's: "Mutiple" to "Multiple" ( #64543 )
...
Signed-off-by: Satyajit Bulage <sbulage@redhat.com>
2019-11-07 14:03:28 +05:30
Diane Wang
023a9b3166
VMware: vmware_export_ovf module fix Python3 compatibility issue ( #60265 )
2019-11-07 13:20:14 +05:30
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
2019-11-07 12:43:30 +05:30
GomathiselviS
b475e0408c
eos_lacp: Add unit testcases to eos_lacp ( #64417 )
...
* Added unit testcases eos_lacp
* Added unit testcases eos_lacp
2019-11-06 19:02:12 -05:00
Dag Wieers
26e0e4be01
ACI/MSO: Use get() dict lookups ( #63074 )
...
This improves the reliability of the modules somewhat.
2019-11-06 18:24:11 +01:00
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>
2019-11-06 10:31:55 -06:00
John R Barker
14f68e31ab
Move consul modules to own subdir ( #64508 )
2019-11-06 15:48:35 +00:00
Andrey Klychkov
eb58f437fb
postgresql_query: add note to the documentation ( #64432 )
2019-11-06 08:28:16 -06:00
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
2019-11-06 15:25:43 +01:00
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
2019-11-06 14:19:30 +00:00
John R Barker
da25c2b07b
Move datadog modules to own subdir ( #64502 )
...
* Move datadog modules to own subdir
* datadog ignore.txt
2019-11-06 13:01:27 +00:00
John R Barker
f34d59dbef
Move gitlab modules to own subdir ( #64497 )
...
* Move gitlab modules to own subdir
* Correct module_utils
2019-11-06 12:35:12 +00:00