Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some cloudengine modules have options which should have been removed for Ansible 2.9 #67020

Closed
felixfontein opened this issue Feb 1, 2020 · 5 comments
Labels
affects_2.10 This issue/PR affects Ansible v2.10 bug This issue/PR relates to a bug. collection:community.network collection Related to Ansible Collections work has_pr This issue has an associated PR. huawei Huawei community module This issue/PR relates to a module. needs_collection_redirect https://github.com/ansible/ansibullbot/blob/master/docs/collection_migration.md networking Network category support:community This issue/PR relates to code supported by the Ansible community.

Comments

@felixfontein
Copy link
Contributor

SUMMARY

As detected by #66920, (some of) these modules have options marked with removed_in_version='2.9'. These options should have been removed before Ansible 2.9 was released. Since that is too late, it would be good if they could be removed before Ansible 2.10 is released.

lib/ansible/modules/network/cloudengine/ce_aaa_server.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_aaa_server.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_aaa_server.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_aaa_server.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_aaa_server.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_aaa_server.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_aaa_server.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_aaa_server.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_aaa_server.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_aaa_server_host.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_aaa_server_host.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_aaa_server_host.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_aaa_server_host.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_aaa_server_host.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_aaa_server_host.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_aaa_server_host.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_aaa_server_host.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_aaa_server_host.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_acl.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_acl.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_acl.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_acl.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_acl.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_acl.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_acl.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_acl.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_acl.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_acl_advance.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_acl_advance.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_acl_advance.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_acl_advance.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_acl_advance.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_acl_advance.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_acl_advance.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_acl_advance.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_acl_advance.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_acl_interface.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_acl_interface.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_acl_interface.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_acl_interface.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_acl_interface.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_acl_interface.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_acl_interface.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_acl_interface.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_acl_interface.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bfd_global.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bfd_global.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bfd_global.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bfd_global.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bfd_global.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bfd_global.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bfd_global.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bfd_global.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bfd_global.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bfd_session.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bfd_session.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bfd_session.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bfd_session.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bfd_session.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bfd_session.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bfd_session.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bfd_session.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bfd_session.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bfd_view.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bfd_view.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bfd_view.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bfd_view.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bfd_view.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bfd_view.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bfd_view.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bfd_view.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bfd_view.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp_af.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp_af.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp_af.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp_af.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp_af.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp_af.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp_af.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp_af.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp_af.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp_neighbor.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp_neighbor.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp_neighbor.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp_neighbor.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp_neighbor.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp_neighbor.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp_neighbor.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp_neighbor.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp_neighbor.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp_neighbor_af.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp_neighbor_af.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp_neighbor_af.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp_neighbor_af.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp_neighbor_af.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp_neighbor_af.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp_neighbor_af.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp_neighbor_af.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_bgp_neighbor_af.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_command.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_command.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_command.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_command.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_command.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_command.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_command.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_command.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_command.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_config.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_config.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_config.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_config.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_config.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_config.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_config.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_config.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_config.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_dldp.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_dldp.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_dldp.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_dldp.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_dldp.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_dldp.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_dldp.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_dldp.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_dldp.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_dldp_interface.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_dldp_interface.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_dldp_interface.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_dldp_interface.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_dldp_interface.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_dldp_interface.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_dldp_interface.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_dldp_interface.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_dldp_interface.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_eth_trunk.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_eth_trunk.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_eth_trunk.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_eth_trunk.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_eth_trunk.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_eth_trunk.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_eth_trunk.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_eth_trunk.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_eth_trunk.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_bd_vni.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_bd_vni.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_bd_vni.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_bd_vni.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_bd_vni.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_bd_vni.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_bd_vni.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_bd_vni.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_bd_vni.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_bgp.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_bgp.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_bgp.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_bgp.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_bgp.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_bgp.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_bgp.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_bgp.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_bgp.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_bgp_rr.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_bgp_rr.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_bgp_rr.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_bgp_rr.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_bgp_rr.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_bgp_rr.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_bgp_rr.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_bgp_rr.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_bgp_rr.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_global.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_global.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_global.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_global.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_global.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_global.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_global.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_global.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_evpn_global.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_facts.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_facts.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_facts.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_facts.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_facts.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_facts.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_facts.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_facts.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_facts.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_file_copy.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_file_copy.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_file_copy.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_file_copy.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_file_copy.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_file_copy.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_file_copy.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_file_copy.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_file_copy.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_debug.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_debug.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_debug.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_debug.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_debug.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_debug.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_debug.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_debug.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_debug.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_global.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_global.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_global.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_global.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_global.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_global.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_global.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_global.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_global.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_log.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_log.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_log.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_log.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_log.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_log.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_log.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_log.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_log.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_trap.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_trap.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_trap.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_trap.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_trap.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_trap.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_trap.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_trap.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_info_center_trap.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_interface.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_interface.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_interface.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_interface.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_interface.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_interface.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_interface.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_interface.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_interface.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_interface_ospf.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_interface_ospf.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_interface_ospf.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_interface_ospf.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_interface_ospf.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_interface_ospf.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_interface_ospf.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_interface_ospf.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_interface_ospf.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ip_interface.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ip_interface.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ip_interface.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ip_interface.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ip_interface.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ip_interface.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ip_interface.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ip_interface.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ip_interface.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_link_status.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_link_status.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_link_status.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_link_status.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_link_status.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_link_status.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_link_status.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_link_status.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_link_status.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_mlag_config.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_mlag_config.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_mlag_config.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_mlag_config.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_mlag_config.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_mlag_config.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_mlag_config.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_mlag_config.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_mlag_config.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_mlag_interface.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_mlag_interface.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_mlag_interface.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_mlag_interface.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_mlag_interface.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_mlag_interface.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_mlag_interface.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_mlag_interface.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_mlag_interface.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_mtu.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_mtu.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_mtu.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_mtu.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_mtu.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_mtu.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_mtu.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_mtu.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_mtu.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netconf.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netconf.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netconf.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netconf.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netconf.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netconf.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netconf.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netconf.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netconf.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_aging.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_aging.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_aging.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_aging.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_aging.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_aging.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_aging.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_aging.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_aging.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_export.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_export.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_export.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_export.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_export.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_export.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_export.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_export.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_export.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_global.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_global.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_global.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_global.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_global.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_global.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_global.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_global.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_global.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_template.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_template.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_template.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_template.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_template.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_template.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_template.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_template.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_netstream_template.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ntp.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ntp.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ntp.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ntp.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ntp.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ntp.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ntp.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ntp.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ntp.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ntp_auth.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ntp_auth.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ntp_auth.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ntp_auth.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ntp_auth.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ntp_auth.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ntp_auth.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ntp_auth.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ntp_auth.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ospf.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ospf.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ospf.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ospf.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ospf.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ospf.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ospf.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ospf.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ospf.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ospf_vrf.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ospf_vrf.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ospf_vrf.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ospf_vrf.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ospf_vrf.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ospf_vrf.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ospf_vrf.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ospf_vrf.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_ospf_vrf.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_reboot.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_reboot.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_reboot.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_reboot.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_reboot.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_reboot.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_reboot.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_reboot.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_reboot.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_rollback.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_rollback.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_rollback.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_rollback.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_rollback.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_rollback.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_rollback.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_rollback.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_rollback.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_sflow.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_sflow.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_sflow.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_sflow.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_sflow.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_sflow.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_sflow.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_sflow.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_sflow.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_community.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_community.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_community.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_community.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_community.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_community.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_community.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_community.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_community.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_contact.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_contact.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_contact.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_contact.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_contact.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_contact.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_contact.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_contact.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_contact.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_location.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_location.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_location.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_location.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_location.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_location.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_location.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_location.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_location.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_target_host.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_target_host.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_target_host.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_target_host.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_target_host.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_target_host.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_target_host.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_target_host.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_target_host.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_traps.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_traps.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_traps.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_traps.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_traps.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_traps.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_traps.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_traps.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_traps.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_user.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_user.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_user.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_user.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_user.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_user.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_user.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_user.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_snmp_user.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_startup.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_startup.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_startup.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_startup.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_startup.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_startup.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_startup.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_startup.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_startup.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_static_route.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_static_route.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_static_route.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_static_route.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_static_route.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_static_route.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_static_route.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_static_route.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_static_route.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_stp.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_stp.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_stp.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_stp.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_stp.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_stp.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_stp.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_stp.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_stp.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_switchport.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_switchport.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_switchport.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_switchport.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_switchport.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_switchport.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_switchport.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_switchport.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_switchport.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vlan.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vlan.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vlan.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vlan.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vlan.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vlan.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vlan.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vlan.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vlan.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrf.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrf.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrf.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrf.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrf.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrf.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrf.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrf.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrf.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrf_af.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrf_af.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrf_af.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrf_af.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrf_af.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrf_af.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrf_af.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrf_af.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrf_af.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrf_interface.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrf_interface.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrf_interface.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrf_interface.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrf_interface.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrf_interface.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrf_interface.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrf_interface.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrf_interface.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrrp.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrrp.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrrp.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrrp.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrrp.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrrp.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrrp.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrrp.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vrrp.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_arp.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_arp.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_arp.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_arp.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_arp.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_arp.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_arp.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_arp.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_arp.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_gateway.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_gateway.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_gateway.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_gateway.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_gateway.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_gateway.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_gateway.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_gateway.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_gateway.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_global.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_global.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_global.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_global.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_global.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_global.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_global.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_global.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_global.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_tunnel.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_tunnel.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_tunnel.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_tunnel.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_tunnel.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_tunnel.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_tunnel.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_tunnel.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_tunnel.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_vap.py:0:0: ansible-deprecated-version: Argument 'host' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_vap.py:0:0: ansible-deprecated-version: Argument 'password' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_vap.py:0:0: ansible-deprecated-version: Argument 'port' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_vap.py:0:0: ansible-deprecated-version: Argument 'ssh_keyfile' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_vap.py:0:0: ansible-deprecated-version: Argument 'timeout' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_vap.py:0:0: ansible-deprecated-version: Argument 'transport' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_vap.py:0:0: ansible-deprecated-version: Argument 'use_ssl' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_vap.py:0:0: ansible-deprecated-version: Argument 'username' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
lib/ansible/modules/network/cloudengine/ce_vxlan_vap.py:0:0: ansible-deprecated-version: Argument 'validate_certs' in argument_spec has a deprecated removed_in_version '2.9', i.e. the version is less than or equal to the current version of Ansible (2.10.0.dev0)
ISSUE TYPE
  • Bug Report
COMPONENT NAME

lib/ansible/modules/network/cloudengine/ce_aaa_server.py
lib/ansible/modules/network/cloudengine/ce_aaa_server_host.py
lib/ansible/modules/network/cloudengine/ce_acl.py
lib/ansible/modules/network/cloudengine/ce_acl_advance.py
lib/ansible/modules/network/cloudengine/ce_acl_interface.py
lib/ansible/modules/network/cloudengine/ce_bfd_global.py
lib/ansible/modules/network/cloudengine/ce_bfd_session.py
lib/ansible/modules/network/cloudengine/ce_bfd_view.py
lib/ansible/modules/network/cloudengine/ce_bgp.py
lib/ansible/modules/network/cloudengine/ce_bgp_af.py
lib/ansible/modules/network/cloudengine/ce_bgp_neighbor.py
lib/ansible/modules/network/cloudengine/ce_bgp_neighbor_af.py
lib/ansible/modules/network/cloudengine/ce_command.py
lib/ansible/modules/network/cloudengine/ce_config.py
lib/ansible/modules/network/cloudengine/ce_dldp.py
lib/ansible/modules/network/cloudengine/ce_dldp_interface.py
lib/ansible/modules/network/cloudengine/ce_eth_trunk.py
lib/ansible/modules/network/cloudengine/ce_evpn_bd_vni.py
lib/ansible/modules/network/cloudengine/ce_evpn_bgp.py
lib/ansible/modules/network/cloudengine/ce_evpn_bgp_rr.py
lib/ansible/modules/network/cloudengine/ce_evpn_global.py
lib/ansible/modules/network/cloudengine/ce_facts.py
lib/ansible/modules/network/cloudengine/ce_file_copy.py
lib/ansible/modules/network/cloudengine/ce_info_center_debug.py
lib/ansible/modules/network/cloudengine/ce_info_center_global.py
lib/ansible/modules/network/cloudengine/ce_info_center_log.py
lib/ansible/modules/network/cloudengine/ce_info_center_trap.py
lib/ansible/modules/network/cloudengine/ce_interface.py
lib/ansible/modules/network/cloudengine/ce_interface_ospf.py
lib/ansible/modules/network/cloudengine/ce_ip_interface.py
lib/ansible/modules/network/cloudengine/ce_link_status.py
lib/ansible/modules/network/cloudengine/ce_mlag_config.py
lib/ansible/modules/network/cloudengine/ce_mlag_interface.py
lib/ansible/modules/network/cloudengine/ce_mtu.py
lib/ansible/modules/network/cloudengine/ce_netconf.py
lib/ansible/modules/network/cloudengine/ce_netstream_aging.py
lib/ansible/modules/network/cloudengine/ce_netstream_export.py
lib/ansible/modules/network/cloudengine/ce_netstream_global.py
lib/ansible/modules/network/cloudengine/ce_netstream_template.py
lib/ansible/modules/network/cloudengine/ce_ntp.py
lib/ansible/modules/network/cloudengine/ce_ntp_auth.py
lib/ansible/modules/network/cloudengine/ce_ospf.py
lib/ansible/modules/network/cloudengine/ce_ospf_vrf.py
lib/ansible/modules/network/cloudengine/ce_reboot.py
lib/ansible/modules/network/cloudengine/ce_rollback.py
lib/ansible/modules/network/cloudengine/ce_sflow.py
lib/ansible/modules/network/cloudengine/ce_snmp_community.py
lib/ansible/modules/network/cloudengine/ce_snmp_contact.py
lib/ansible/modules/network/cloudengine/ce_snmp_location.py
lib/ansible/modules/network/cloudengine/ce_snmp_target_host.py
lib/ansible/modules/network/cloudengine/ce_snmp_traps.py
lib/ansible/modules/network/cloudengine/ce_startup.py
lib/ansible/modules/network/cloudengine/ce_static_route.py
lib/ansible/modules/network/cloudengine/ce_stp.py
lib/ansible/modules/network/cloudengine/ce_switchport.py
lib/ansible/modules/network/cloudengine/ce_vlan.py
lib/ansible/modules/network/cloudengine/ce_vrf.py
lib/ansible/modules/network/cloudengine/ce_vrf_af.py
lib/ansible/modules/network/cloudengine/ce_vrf_interface.py
lib/ansible/modules/network/cloudengine/ce_vrrp.py
lib/ansible/modules/network/cloudengine/ce_vxlan_arp.py
lib/ansible/modules/network/cloudengine/ce_vxlan_gateway.py
lib/ansible/modules/network/cloudengine/ce_vxlan_global.py
lib/ansible/modules/network/cloudengine/ce_vxlan_tunnel.py
lib/ansible/modules/network/cloudengine/ce_vxlan_vap.py

ANSIBLE VERSION
2.10
@ansibot
Copy link
Contributor

ansibot commented Feb 1, 2020

Files identified in the description:

If these files are inaccurate, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibot
Copy link
Contributor

ansibot commented Feb 1, 2020

@ansibot
Copy link
Contributor

ansibot commented Feb 1, 2020

@felixfontein, just so you are aware we have a dedicated Working Group for network.
You can find other people interested in this in #ansible-network on Freenode IRC
For more information about communities, meetings and agendas see https://github.com/ansible/community

click here for bot help

@ansibot ansibot added affects_2.10 This issue/PR affects Ansible v2.10 bug This issue/PR relates to a bug. huawei Huawei community module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. networking Network category support:community This issue/PR relates to code supported by the Ansible community. labels Feb 1, 2020
@felixfontein felixfontein added this to TODO: Backlog, anything can go here. Anyone can work on this after their approved work is done. in ansible-base 2.10 Feb 2, 2020
@felixfontein
Copy link
Contributor Author

When fixing this, please add a changelog fragment (with a removed_features: section) and preferrably also add an entry to the porting guide (https://github.com/ansible/ansible/blob/devel/docs/docsite/rst/porting_guides/porting_guide_2.10.rst#deprecated).

@ansibot ansibot added collection Related to Ansible Collections work collection:community.network needs_collection_redirect https://github.com/ansible/ansibullbot/blob/master/docs/collection_migration.md has_pr This issue has an associated PR. labels Apr 29, 2020
@bcoca bcoca removed this from TODO: Backlog, anything can go here. Anyone can work on this after their approved work is done. in ansible-base 2.10 May 5, 2020
@danielmellado
Copy link
Contributor

Thank you very much for your interest in Ansible. This plugin is no longer maintained in this repository and has been migrated to https://github.com/ansible-collections/community.network
Please re-submit this issue in the above repository.
If you have further questions please stop by IRC or the mailing list:

IRC: #ansible-network on irc.freenode.net
mailing list: https://groups.google.com/forum/#!forum/ansible-project

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.10 This issue/PR affects Ansible v2.10 bug This issue/PR relates to a bug. collection:community.network collection Related to Ansible Collections work has_pr This issue has an associated PR. huawei Huawei community module This issue/PR relates to a module. needs_collection_redirect https://github.com/ansible/ansibullbot/blob/master/docs/collection_migration.md networking Network category support:community This issue/PR relates to code supported by the Ansible community.
Projects
None yet
Development

No branches or pull requests

4 participants