Ruben De Zaeytijd
c2d1cc6f5b
Confusing indication of no notable module changes ( #63685 )
2019-10-21 16:58:51 -04:00
Felix Fontein
4b1fdee119
docker_container: deprecate trust_image_content ( #63420 )
...
* Deprecate trust_image_content.
* Add changelog.
* Mention it has never been used; removed test stub.
2019-10-18 13:03:42 +02:00
Felix Fontein
ba686154b9
openssl_csr: deprecate version option ( #63432 )
...
* Deprecate openssl_csr's version.
* Add changelog.
* Change PR so that version will no longer accept values != 1 from 2.14 on.
* Make sure it is a string.
2019-10-17 10:42:05 +02:00
pando85
e0f67b58ce
Fix doc - porting_guide_2.8 value example ( #63493 )
2019-10-15 10:50:10 -05:00
Abhijeet Kasurde
35cc228b3b
VMware: name is not required parameter for vmware_guest_custom_attributes
...
Fixes : #63222
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-10-10 17:25:20 -04:00
tchernomax
25ac7042b0
pacman: remove 'recurse' deprecated option ( #61961 )
...
* pacman: remove 'recurse' deprecated option
* pacman: remove recurse deprecated option
* pacman: remove recurse deprecated option
2019-10-03 00:02:06 +02:00
Akira Yokochi
6bbd9c9eca
add ios/iosxr deprecated modules ( #62908 )
2019-09-30 18:18:57 -04:00
Michael Prokop
b33ae14949
doc: fix typos ( #62852 )
2019-09-26 10:18:29 -04:00
Sandra McCann
6d35f9026f
added networking porting guide info ( #61999 )
...
* added networking porting guide info
* Update docs/docsite/rst/porting_guides/porting_guide_2.9.rst
Co-Authored-By: Nathaniel Case <this.is@nathanielca.se>
* implemented review comments
2019-09-19 14:29:15 -05:00
Felix Fontein
a0bec0bc32
Remove deprecated letsencrypt alias of acme_certificate ( #61648 )
2019-09-14 23:24:32 +02:00
Abhijeet Kasurde
1c3effe92e
VMware: Change return key results
from VMware modules ( #62161 )
...
Following module used internal results key as part of return json, this commit
changes this to appropriate values -
* vmware_datastore_maintenancemode.py
* vmware_host_kernel_manager.py
* vmware_host_ntp.py
* vmware_host_service_manager.py
* vmware_tag.py
Fixes : #62083
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-09-13 09:57:04 +05:30
Felix Fontein
0e72cbd451
openssh_keypair file permissions/ownership: add porting guide entry ( #62176 )
...
* Add porting guide entry for 2.9.
2019-09-12 15:05:01 -05:00
Nathaniel Case
646a0b9024
Add missed eos modules to porting guide ( #61994 )
2019-09-09 12:07:42 -04:00
René Moser
fd4ff54580
apt: honor cache_update=false on auto-install deps ( #56549 )
...
* apt: honor cache_update=false on auto-install deps
* add porting guide
2019-08-30 15:57:58 -04:00
Toshio Kuratomi
8f6dbb732a
[WIP] Cleanups and version bumping for 2.10 ( #61572 )
...
* Cleanups and version bumping for 2.10
* Fix changelog url now that stable has been branched
* Fix the lenth of the porting guide title now that the version is two digits
2019-08-30 09:54:12 -07:00
Felix Fontein
0c592c8225
CloudStack modules: rename _facts -> _info ( #61090 )
...
* Rename cloudstack _facts -> _info
* Add changelog.
* Fix errors due to overloaded get_result having different parameter names.
* Fix examples.
* Change debug tasks.
* Remove unneeded code.
* Change from rename -> deprecate+new module.
* Make cs_zone_info return a list.
* Make cs_instance_info return a list.
* Fix return value docs.
* Fix typo.
* Improve tests.
* Fix cs_zone_info.
* Linting.
* Fix alias/option switch.
* Fix version numbers.
* Extend docs.
2019-08-29 16:14:51 +02:00
Matt Martz
017562013a
Add porting guide entry for gathering facts tag change ( #61180 )
...
* Add porting guide entry for gathering facts tag change
* Use code-block
2019-08-29 08:38:13 -05:00
Sloane Hertel
0b7d478200
add porting guide for bare vars in conditionals ( #60943 )
2019-08-29 08:08:29 -04:00
René Moser
3bfeae9040
vultr: add changelog and update porting guide ( #61520 )
2019-08-29 11:49:00 +02:00
Felix Fontein
a6f828e2ab
Reordering entries. ( #61491 )
2019-08-28 18:49:14 -05:00
Felix Fontein
59ab4d9307
oVirt: rename _facts -> _info ( #61299 )
...
* Rename oVirt _facts -> _info
* Adjust PR #.
* Forgot update BOTMETA / ignore.txt for doc fragment.
* Compatibility for 3rd-party modules using module_utils or info doc fragment.
* Update note.
* Fix/improve docs.
* Update lib/ansible/modules/cloud/ovirt/ovirt_event_info.py
Co-Authored-By: Sloane Hertel <shertel@redhat.com>
* Fix variable.
* Fix return value documentation for ovirt_external_provider_info.
2019-08-28 21:01:46 +02:00
smile37773
161c1ce17e
Rename Azure modules: "facts"->"info" ( #61417 )
...
* rename
* add symlink
* add the log
* fix the ignore file
* fix
* fix
2019-08-28 19:01:10 +08:00
Matt Clay
f510d59943
Support relative imports in AnsiballZ. ( #61196 )
2019-08-27 18:11:21 -07:00
Jordan Borean
66f52b74b1
Change collection PS util import pattern ( #61307 )
...
* Change collection PS util import pattern
* Add changes for py2 compat
* fix up regex and doc errors
* fix up import analysis
* Sanity fix for 2.6 CI workers
* Get collection util path for coverage collection
2019-08-27 16:02:27 -07:00
Felix Fontein
c9a9bd9d64
OneView: rename _facts -> _info ( #61208 )
...
* Rename OneView _facts modules -> _info
* Adjust PR #.
* Forgot to update test names.
* Remove superfluous blank line.
* Some more things from review.
2019-08-27 23:21:40 +02:00
smile37773
5438013191
Rename Azure modules: facts -> info ( #60987 )
2019-08-28 04:44:57 +08:00
Felix Fontein
2db4e044ab
smartos_image_facts: rename to smartos_image_info ( #60915 )
...
* Rename smartos_image_facts -> smartos_image_info
* Add changelog.
2019-08-27 16:43:10 -04:00
Felix Fontein
e176023c6b
Scaleway: rename _facts -> _info ( #61095 )
...
* Rename scaleway _facts -> _info
* Add changelog.
* Improve docs.
2019-08-27 16:39:24 -04:00
Felix Fontein
185a1fcb07
Online: rename _facts -> _info ( #61091 )
...
* Rename online _facts -> _info
* Add changelog.
2019-08-27 16:36:55 -04:00
Felix Fontein
1906c05348
vertica_facts: rename to vertica_info ( #60916 )
...
* Rename vertica_facts -> vertica_info
* Add changelog.
* Fix porting guide.
2019-08-27 21:28:36 +02:00
Felix Fontein
c91929b2b3
OpenStack: rename _facts -> _info ( #61197 )
...
* Rename openstack _facts -> _info
* Add new module names to module_defaults.yml.
2019-08-27 11:50:14 -04:00
pratikgadiya12
8ee7d9f598
VMWare - Rename _facts to _info ( #57474 )
...
Deprecate vmware's _facts modules and add new modules.
Fixes : #57278
2019-08-26 14:45:34 -04:00
Felix Fontein
47c2ff4c26
Redfish modules: rename _facts -> _info ( #60992 )
...
* Rename redfish_facts -> redfish_info, idrac_redfish_facts -> idrac_redfish_info
* Update porting guide.
* Add changelog.
* Fix metadata.
* Remove copy artefacts.
* Change from deprecate/new module to rename.
2019-08-26 20:42:04 +02:00
Felix Fontein
e536d0e128
openssl_*: deprecate PyOpenSSL backends ( #59907 )
...
* Deprecate PyOpenSSL backends.
* Add changelog.
* Add porting guide entry.
* Improve tests to ignore deprecations when comparing results.
* Deprecating pyopenssl backend for get_certificate and openssl_publickey.
* Fix typo.
2019-08-26 18:26:10 +02:00
Nathaniel Case
f3f30c146b
Deprecate net_* modules ( #60818 )
...
* Deprecate net_ modules
* Move modules to finish deprecation
* Add missing `why`, move net_static_route
* Add changelogs and porting guide
2019-08-26 09:07:54 -04:00
Trishna Guha
5a04b4feb6
Add nxos_l2_interfaces resource module ( #61120 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2019-08-26 16:46:05 +05:30
Felix Fontein
c3b1a0a7e8
Vultr: rename _facts -> _info ( #61239 )
2019-08-24 17:54:17 +02:00
Ryan Conway
e4c1c05363
Renaming onepassword_facts
to onepassword_info
. ( #61237 )
...
* Renaming `onepassword_facts` to `onepassword_info`.
* Update module examples.
* Add changelog fragment.
* Add module rename to the 2.9 porting guide.
* Document the parameter types in the module docs.
* Fix incorrect parameter name.
* Update docs/docsite/rst/porting_guides/porting_guide_2.9.rst
Co-Authored-By: Felix Fontein <felix@fontein.de>
* Remove `onepassword_facts` as it has been renamed to `onepassword_info` including fixes for the sanity tests.
2019-08-23 20:45:13 +02:00
Felix Fontein
fa70690e5c
openssl_certificate/csr(_info): add support for SubjectKeyIdentifier and AuthorityKeyIdentifier ( #60741 )
...
* Add support for SubjectKeyIdentifier and AuthorityKeyIdentifier to _info modules.
* Adding SubjectKeyIdentifier and AuthorityKeyIdentifier support to openssl_certificate and openssl_csr.
* Fix type of authority_cert_issuer.
* Add basic tests.
* Add changelog.
* Added proper tests for _info modules.
* Fix docs bug.
* Make sure new features are only used when cryptography backend for openssl_csr is available.
* Work around jinja2 being too old on some CI hosts.
* Add tests for openssl_csr.
* Add openssl_certificate tests.
* Fix idempotence test.
* Move one level up.
* Add ownca_create_authority_key_identifier option.
* Add ownca_create_authority_key_identifier option.
* Add idempotency check.
* Apparently the function call expected different args for cryptography < 2.7.
* Fix copy'n'paste errors and typos.
* string -> general name.
* Add disclaimer.
* Implement always_create / create_if_not_provided / never_create for openssl_certificate.
* Update changelog and porting guide.
* Add comments for defaults.
2019-08-23 14:01:42 +02:00
Trishna Guha
f0ef624cff
Add nxos_l3_interfaces resource module ( #61021 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2019-08-23 15:06:26 +05:30
Felix Fontein
18f7c3b850
Netapp: rename _facts -> _info ( #60980 )
...
* Rename na_ontap_gather_facts -> na_ontap_info
Rename netapp_e_facts -> netapp_e_info
* Add changelog.
* Fix sanity.
* Forgot test.
* Forgot to remove 'gather'.
* Fix sanity ignore.
* Remove netapp_e_facts from PR.
* Remove superfluous version_added.
2019-08-22 22:51:45 +02:00
Lukas Kämmerling
96199be96b
Rename hcloud_*_facts to hcloud_*_info ( #60926 )
...
* Rename hcloud_datacenter_facts to hcloud_datacenter_info
* Rename hcloud_location_facts to hcloud_location_info
* Rename hcloud_image_facts to hcloud_image_info
* Rename hcloud_floating_ip_facts to hcloud_floating_ip_info
* Rename hcloud_server_type_facts to hcloud_server_type_info
* Rename hcloud_server_facts to hcloud_server_info
* Rename hcloud_ssh_key_facts to hcloud_ssh_key_info
* Rename hcloud_volume_facts to hcloud_volume_info
* Fix typo in hcloud_image_info
* Add to porting guide and add changelog fragment
* Reword porting guide
2019-08-21 14:55:37 +02:00
Felix Fontein
c1b2aa1d11
nginx_status_facts: deprecate/rename to nginx_status_info ( #60979 )
...
* Rename nginx_status_facts -> nginx_status_info
* Add changelog.
* Remove warnings.
* Re-add ignore.txt entries.
* ...
* Raw strings for docs.
* Use U(...) for link.
2019-08-21 09:09:22 +02:00
Rohit
8b3ff933af
Vyos lldp interfaces ( #60931 )
...
* module_utils checkin
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* vyos lldp_interfaces merging
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* shippable fix
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* merge changes
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* failure added in ignore list
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* comments incorporated
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* comments incorporated
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* test cases updated
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* remove global commands
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
2019-08-21 12:30:13 +05:30
Jordan Borean
e747487720
ansible-galaxy - define multiple galaxy instances in ansible.cfg ( #60553 )
...
* ansible-galaxy: support multiple servers on install
* Added docs for the server configuration file
* Fix up doc string for requirements file format
* Fix bugs after testing
* Fix kwarg doc and added version
* Fix typo and doc improvement
* Fix base64 encoding and allow --server to override list
2019-08-21 07:49:05 +10:00
Matt Martz
ba25522db4
Remove ddeprecated redis_kv lookup. Fixes #59984 ( #60826 )
2019-08-20 10:27:09 -05:00
Felix Fontein
e58919bccd
gluster_heal_facts: rename to gluster_heal_info ( #60919 )
...
* Rename gluster_heal_facts -> gluster_heal_info
* Add changelog.
2019-08-20 15:43:41 +02:00
Felix Fontein
c66163b118
hpilo_facts: rename to hpilo_info ( #60917 )
...
* Rename hpilo_facts -> hpilo_info
* Fix porting guide.
* Add changelog.
2019-08-20 15:14:18 +02:00
Rohit
d8f9904f43
vyos_lldp_global ( #59627 )
...
* vyos_lldp_global
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* sanity checks
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* deprecated changes
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* comments incorporated
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* test cases updated
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* comments incorporated
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* branch conflict resolved
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* sanity check passes
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
2019-08-19 17:31:09 +05:30
Felix Fontein
ceff0029cb
openssl_certificate: deprecate assertonly provider ( #60623 )
...
* Add deprecation marks.
* Add conversion example.
* Split long line.
* Add changelog and porting guide entry.
* Fix unrelated porting guide entry.
* Fix format.
* Fix doc mistakes found in review.
* Fix filter name.
* Compare CSR and cert subject via subject_ordered.
2019-08-18 05:09:49 +02:00