tchernomax
25ac7042b0
pacman: remove 'recurse' deprecated option ( #61961 )
...
* pacman: remove 'recurse' deprecated option
* pacman: remove recurse deprecated option
* pacman: remove recurse deprecated option
5 years ago
Akira Yokochi
6bbd9c9eca
add ios/iosxr deprecated modules ( #62908 )
5 years ago
Michael Prokop
b33ae14949
doc: fix typos ( #62852 )
5 years ago
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
5 years ago
Felix Fontein
a0bec0bc32
Remove deprecated letsencrypt alias of acme_certificate ( #61648 )
5 years ago
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>
5 years ago
Felix Fontein
0e72cbd451
openssh_keypair file permissions/ownership: add porting guide entry ( #62176 )
...
* Add porting guide entry for 2.9.
5 years ago
Nathaniel Case
646a0b9024
Add missed eos modules to porting guide ( #61994 )
5 years ago
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
5 years ago
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
5 years ago
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.
5 years ago
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
5 years ago
Sloane Hertel
0b7d478200
add porting guide for bare vars in conditionals ( #60943 )
5 years ago
René Moser
3bfeae9040
vultr: add changelog and update porting guide ( #61520 )
5 years ago
Felix Fontein
a6f828e2ab
Reordering entries. ( #61491 )
5 years ago
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.
5 years ago
smile37773
161c1ce17e
Rename Azure modules: "facts"->"info" ( #61417 )
...
* rename
* add symlink
* add the log
* fix the ignore file
* fix
* fix
5 years ago
Matt Clay
f510d59943
Support relative imports in AnsiballZ. ( #61196 )
5 years ago
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
5 years ago
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.
5 years ago
smile37773
5438013191
Rename Azure modules: facts -> info ( #60987 )
5 years ago
Felix Fontein
2db4e044ab
smartos_image_facts: rename to smartos_image_info ( #60915 )
...
* Rename smartos_image_facts -> smartos_image_info
* Add changelog.
5 years ago
Felix Fontein
e176023c6b
Scaleway: rename _facts -> _info ( #61095 )
...
* Rename scaleway _facts -> _info
* Add changelog.
* Improve docs.
5 years ago
Felix Fontein
185a1fcb07
Online: rename _facts -> _info ( #61091 )
...
* Rename online _facts -> _info
* Add changelog.
5 years ago
Felix Fontein
1906c05348
vertica_facts: rename to vertica_info ( #60916 )
...
* Rename vertica_facts -> vertica_info
* Add changelog.
* Fix porting guide.
5 years ago
Felix Fontein
c91929b2b3
OpenStack: rename _facts -> _info ( #61197 )
...
* Rename openstack _facts -> _info
* Add new module names to module_defaults.yml.
5 years ago
pratikgadiya12
8ee7d9f598
VMWare - Rename _facts to _info ( #57474 )
...
Deprecate vmware's _facts modules and add new modules.
Fixes : #57278
5 years ago
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.
5 years ago
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.
5 years ago
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
5 years ago
Trishna Guha
5a04b4feb6
Add nxos_l2_interfaces resource module ( #61120 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
5 years ago
Felix Fontein
c3b1a0a7e8
Vultr: rename _facts -> _info ( #61239 )
5 years ago
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.
5 years ago
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.
5 years ago
Trishna Guha
f0ef624cff
Add nxos_l3_interfaces resource module ( #61021 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
5 years ago
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.
5 years ago
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
5 years ago
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.
5 years ago
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>
5 years ago
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
5 years ago
Matt Martz
ba25522db4
Remove ddeprecated redis_kv lookup. Fixes #59984 ( #60826 )
5 years ago
Felix Fontein
e58919bccd
gluster_heal_facts: rename to gluster_heal_info ( #60919 )
...
* Rename gluster_heal_facts -> gluster_heal_info
* Add changelog.
5 years ago
Felix Fontein
c66163b118
hpilo_facts: rename to hpilo_info ( #60917 )
...
* Rename hpilo_facts -> hpilo_info
* Fix porting guide.
* Add changelog.
5 years ago
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>
5 years ago
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.
5 years ago
Patrick Marques
39d249155a
Deprecates Digital Ocean sshkey_facts in favor of new module sshkey_info ( #60546 )
...
* Renames Digital Ocean sshkey_facts modules to sshkey_info
* Change digital_ocean_sshkey_facts status to deprected
* Update digital_ocean_sshkey _facts _info doc
* Allow digital_ocean_sshkey_info in Check Mode
* Update lib/ansible/modules/cloud/digital_ocean/_digital_ocean_sshkey_facts.py
Co-Authored-By: Felix Fontein <felix@fontein.de>
* Fix _info added version
5 years ago
Simon Dodsley
491a47c7c5
Pure modules: rename _facts with ansible_facts result to _info ( #60641 )
5 years ago
Ganesh Nalawade
535ef2e5ec
Update porting guide deprecated modules for junos ( #60468 )
...
* Add deprecating junos modules in porting guide
5 years ago
Rohit
69bc24f607
lag interfaces resource module ( #59175 )
...
* lag interfaces resource module
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* sanity check imports
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* sanity fixes
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* dict_diff usage issue fix
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* new task
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* overridden updated
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* dict update
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* comments incorporated
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* facts merged
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* rebased and merged
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* new failures added
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* obsolete file removed
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>
* dependency added
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
5 years ago
Trishna Guha
d5d88f9b11
Add nxos_interfaces resource module ( #60421 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
5 years ago