Sumit Jaiswal
927c59fb9f
updating botmeta ( #58167 )
...
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
5 years ago
Toshio Kuratomi
eb7e4591ae
Fix ios test for python2 non-ascii paths
5 years ago
Sam Doran
bd55617a5b
hostname - Correct distribution for various Linux distros based on output from distro library ( #56936 )
...
* Adjust hostname classes based on output from distro
Corrects the following:
- OpenSUSE Leap
- ArchARM
- Oracle Linux
* Add CoreOS and Clear Linux distributions
5 years ago
Paul Belanger
d010510835
Remove more usage of pause with junos tests ( #58153 )
...
This removes more potential race conditions with junos testing.
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
5 years ago
MyronFanQiu
1539e0e855
a doc fix for azure_rm_virtualmachinescaleset ( #56448 )
5 years ago
Wojciech Wypior
fbca93b8ad
removes args from the code and corrects few missed tests ( #58175 )
5 years ago
Wojciech Wypior
56b3b1ac56
adds message routing router module ( #58191 )
5 years ago
Wojciech Wypior
c1f2df4753
adds message routing route module ( #58190 )
5 years ago
Sayed Anisul Hoque
57596edcca
Updated the playbooks_tags guide ( #58011 )
...
* Updated the playbooks_tags guide
5 years ago
Ryan Kraus
7d4e3af11e
Add Python 3 support to ovirt4 inventory script. ( #57824 )
...
Python 3 only allows strings through the config parser. This is fine for
the URL, Username, and Password since these values are required. The CA
File is optional so an empty string is used in leiu of None in the
config dictionary.
5 years ago
Derrick Johnson
b86c7759c5
Update Documentation mso_schema_template_bd.py ( #58020 )
...
* Update mso_schema_template_bd.py
5 years ago
Fred-sun
1b7ef47776
Update azure_rm_securitygroup related document ( #58035 )
...
* Update azure_rm_securitygroup related document
5 years ago
Fred-sun
1c49a9110a
Update azure_rm_servicebus related document ( #58105 )
...
* Update azure_rm_servicebus related document
5 years ago
Fred-sun
7e70184f10
Update azure_rm_servicebusqueue related document ( #58160 )
...
* Update azure_rm_servicebus related document
5 years ago
Fred-sun
af000444d2
Update azure_rm_sqldatabase related document ( #58163 )
5 years ago
akatch
200eed6177
Implement display_ok_hosts and display_skipped_hosts for unixy ( #53179 )
...
* Implement display_ok_hosts and display_skipped_hosts like default callback
* Implement show_custom_stats and display_failed_stderr like default callback
* Fix pep8
* Clarify conditional
* Changelog fragment
* Import from defaults.py per feedback
5 years ago
Sam Doran
7b9d991f78
Add Fedora 30 to test matrix ( #57713 )
...
Remove Fedora 28 from test matrix
5 years ago
Wojciech Wypior
95e59e7ee7
adds description to bigip snatpool ( #58179 )
5 years ago
Wojciech Wypior
655ad7456d
adds multiple new parameters to bigip_profile_http ( #58183 )
5 years ago
Wojciech Wypior
022b5d8b79
adds support for IPV4 addressing for interfaces ( #58182 )
5 years ago
Wojciech Wypior
66c828d45f
adds new parameters to tcp profile module ( #58185 )
...
minor fix in policy module
5 years ago
Wojciech Wypior
07fc880b3c
minor fixes in two modules ( #58178 )
5 years ago
Wojciech Wypior
3531bf3148
fixes issue with ssl protocols ordering ( #58177 )
5 years ago
Wojciech Wypior
cee3d539cb
Fixes issue with failure messages ( #58173 )
5 years ago
Wojciech Wypior
becca36c5e
Added new module for remote user management ( #58171 )
5 years ago
Tobias
e7c39460ed
ipaddr: Handle ipaddress index in network correctly ( #57896 )
...
This commit prevents integer indices from being parsed as ip nets
Fixes #57895
Signed-off-by: Tobias Schramm <tobleminer@gmail.com>
5 years ago
Kevin Breit
0f12e1c7d8
Meraki - Improve type information in module documentation ( #58114 )
...
* Improve type information in module documentation
- Removed some duplicate documentation
- Ensure org_id is always string
- Add type information for items which don't have it
* Fix whitespace
5 years ago
Sam Doran
dc8f7b38e6
Check that provider['options'] is a dictionary in validate-modules ( #58078 )
5 years ago
Sumit Jaiswal
58d446e61a
PR to fix where ansible_net_model was not being populated ( #58159 )
...
* fix bug 57285
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* minor fix
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* adding TC fix related
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* fix shippable error
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
5 years ago
markafarrell
43872d6b88
Fix netconf guess_network_os to use ssh_config if supplied. ( #55199 )
...
* feature: use network_os=auto to trigger network os guessing
* doc: add debug messages
* fix linting
* fix test_netconf_init default network_os is auto
* add documentation
* fix rst errors
* use init lexer
* Update docs/docsite/rst/network/user_guide/platform_netconf_enabled.rst
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update docs/docsite/rst/network/user_guide/platform_netconf_enabled.rst
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update docs/docsite/rst/network/user_guide/platform_netconf_enabled.rst
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update docs/docsite/rst/network/user_guide/platform_netconf_enabled.rst
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update docs/docsite/rst/network/user_guide/platform_netconf_enabled.rst
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update docs/docsite/rst/network/user_guide/platform_netconf_enabled.rst
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update docs/docsite/rst/network/user_guide/platform_netconf_enabled.rst
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update lib/ansible/plugins/connection/netconf.py
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update lib/ansible/plugins/connection/netconf.py
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update lib/ansible/plugins/connection/netconf.py
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update docs/docsite/rst/network/user_guide/platform_netconf_enabled.rst
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update docs/docsite/rst/network/user_guide/platform_netconf_enabled.rst
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update docs/docsite/rst/network/user_guide/platform_netconf_enabled.rst
Co-Authored-By: Sandra McCann <samccann@redhat.com>
5 years ago
Ganesh Nalawade
f864f621d8
Fix junos module transport check ( #58050 )
...
* Since new junos resource modules will
support only network_cli connection type
modify the transport check from network_cli
connection netconf as netconf only supported modules
is a fronzen set.
5 years ago
The Magician
28b67d809f
Bug fixes for GCP modules ( #58107 )
5 years ago
Kohei Asano
ddf6d096c5
Support the new TLS termination on NLBs ( #51327 ) ( #58031 )
5 years ago
Sam Doran
b9d77b997e
passwordstore lookup - replace expired GPG key ( #58141 )
...
- Replace private key that expired an 2019-06-20 with a key that does not expire
- Document how to generate a new GPG key using an input file
5 years ago
Felix Fontein
f8f2738351
docker_*: make modules more robust on Docker errors ( #57913 )
...
* Improve general error behavior if a Docker error is not caught.
* Don't die when network doesn't exist.
* Add changelog.
* Make API version always available. Also catch errors when retrieving version.
* Fix error message.
* Adjust fallback error messages.
5 years ago
Dmitriy Yakovlev
122d4164c5
docker_swarm_service: Added default value for mounts.source ( #58039 )
...
* Added default value for mounts.source
* Added the changelog fragment
* Added tests
* Fixed separators
* Moved the teardown section at the end
5 years ago
Felix Fontein
4188cd299b
crypto modules: Improve requirements / error messages ( #57868 )
...
* Reformat requirements.
* Include Python lib versions in lib required error messages, if available.
* Update lib/ansible/modules/crypto/openssl_publickey.py
Co-Authored-By: MarkusTeufelberger <mteufelberger@mgit.at>
* Add changelog.
5 years ago
Matt Davis
4ae99ab34f
revert #57246 ( #58134 )
...
* per gregdek/mckerr
5 years ago
Alberto Murillo
320d05dc30
tower_workflow_template: Add missing options ( #56891 )
...
The following options can be set on a workflow template but the
functionallity to do so from this module was missing.
inventory
ask_variables_on_launch
ask_inventory_on_launch
Fixes #49728
Signed-off-by: Alberto Murillo <albertomurillosilva@gmail.com>
5 years ago
Stefan Prietl
9dbc838d99
Add rudimentary wait for os_zone ( #54391 )
...
This adds a rudimentary wait functionality for the os_zone module.
It will wait for:
* Zone not in OpenStack API when choosing `absent`
* Zone `status` being `AVAILABLE` in OpenStack when choosing `present`
5 years ago
panticz
d0ee6e1e54
Implement protected parameter ( #54114 )
...
* Implement protected parameter
* version_added field
* Remove point at at the end of the sentence
* Update version_added to 2.9
5 years ago
A Codeweavers Infrastructure Bod
2f70c90efd
Update apt.py ( #56479 )
...
* Update apt.py
Tested under Debian 9 with installation of Apache2 and PostgreSQL
In both cases the daemons are started immediately upon installation
https://www.alextomkins.com/2018/03/runlevel-apt-get-install-package-alternative/
https://major.io/2014/06/26/install-debian-packages-without-starting-daemons/
5 years ago
Josef 'veloc1ty' Stautner
bdb089b910
Update sysctl.py ( #57984 )
...
##### SUMMARY
Quote values to mitigate this ansible warning:
+label: docsite_pr
5 years ago
Tom Moore
67e02b5eee
Corrected module example in documentation ( #58124 )
5 years ago
Sumit Jaiswal
77b6255305
PR to fix ios bgp TC failure ( #58010 )
...
* fix ios bgp tc failure
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* skip test with 15.6(T)2 ios
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* skip test with 15.6(T)2 ios
Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
5 years ago
pratikgadiya12
2b5ad94a96
vmware_guest_disk_facts: return controller_bus_number and controller_type ( #58117 )
...
Fixes : #57608
Fixes : #57998
5 years ago
Matt Martz
ffd117132f
Create new instance of the action plugin per until iteration. Fixes #57886 ( #58022 )
5 years ago
Matt Martz
375ac76e58
ssh: Ensure debug messages are properly converted to text ( #57850 )
...
* ssh: Ensure debug messages are properly converted to text. Fixes #57843
* surrogate_then_replace is default, be less explicit
* We only needed to_text for display, not exceptions
5 years ago
smile37773
3a3465c47d
Add the way to create a VM with the image id ( #58106 )
5 years ago
Cameron Nemo
cc7bea2100
plugins/connection/netconf: remove unimplemented option ( #58104 )
...
closes #51972
5 years ago