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
Yurii Vlasenko
8c1c2afd02
docker_container: Change expected config source ( #57969 )
...
* Change expected config source
* make it conditional
* rename property
* Add changelog fragment
* make it string
* Update changelogs/fragments/57969-docker_container-change-expected-config-source.yml
Co-Authored-By: Felix Fontein <felix@fontein.de>
5 years ago
Sandra McCann
f3720c90e0
[WIP] Add dropdown version selection to docsite ( #55655 )
...
* docs: Add way to select version for documentation
5 years ago
The Magician
8b6c6cf302
Bug fixes for GCP modules ( #58041 )
5 years ago
Sam Doran
18feeb51a8
Change integration tests in order to pass on Fedora 30 ( #58081 )
...
* Use different package for DNF tests
Ninja caused errors in Fedora 30. This works in both Fedora 29 and 30.
* Fix git integration tests
Git >= 2.21.0 has either a bug or change in behavior where it errors when fetching a
repository containing submodules that are behind the upstream submodule commits.
It's weird and I don't fully understand it.
Get around this my checking out specific commits from a repository rather than
switch the origin URL.
* Fix PostgreSQL tests
The error message is slightly different
5 years ago
Jeya
bdd0bbf50a
[nxos] New parameter vrf in nxos_file_copy ( #57851 )
...
* [nxos] New parameter vrf in nxos_file_copy
* Fix version_added
* Fix documentation default value
5 years ago
Chris Van Heuveln
52c811c841
nxos_bgp_neighbor: Add bfd support ( #56932 )
...
* nxos_bgp_neighbor: Add bfd support
- Add support for bfd state in nxos_bgp_neighbor
- Feature Pull Request
- nxos_bgp_neighbor
- Tested on platforms: `N3K,N6K,N7K,N9K`
* bfd T/F now bfd enable/disable
* pep fix ws
5 years ago
Chris Van Heuveln
727a6b405a
nxos_ospf_vrf: Add 'bfd' support ( #57425 )
...
* nxos_ospf_vrf: Add 'bfd' support
* Add default to bfd doc hdr
* bfd T/F now bfd enable/disable
5 years ago
Chris Van Heuveln
30830a4482
nxos_pim: Add bfd support ( #56908 )
...
* nxos_pim: Add bfd support
* Add integration sanity
* minor cleanup
* bfd T/F now bfd enable/disable
5 years ago
Mike Wiebe
12d656901f
Add CmdRef logic to handle multiples ( #57495 )
...
* Add CmdRef logic to handle multiples
* Fix python 2.6 issues
* Fix bug when existing is not a dict object
* Fix python2 vs python3 incompatibilty
* Ignore unnecessary-lambda warning
5 years ago
Kevin Breit
8f68c8d438
meraki_snmp - Enable check mode ( #54625 )
...
* Add support for check mode
* Add diff support
* Remove check mode for idempotent action
5 years ago
Fred-sun
8cff96e388
Update azure_rm_roledefinition related document ( #57927 )
...
* Update azure_rm_roledefinition related documentation
5 years ago
Nathaniel Case
f656959861
Fix RESTCONF media types ( #58015 )
...
Fixes #56680
5 years ago
Andrey Klychkov
64d0559e9f
Postgres module_utils: add get_connect_params + unit tests ( #58067 )
...
* add get_conn_params
* add get_conn_params: add to the modules
5 years ago
René Moser
6bace8aa54
vultr: vultr_account_facts -> info ( #57563 )
5 years ago
Zim Kalinowski
ee32222ae7
fixing vmss failure ( #56625 )
...
* triggering test
* deleting autocreated as last one
* fixed mistake
5 years ago
MyronFanQiu
ec95086b69
add support for https ( #57785 )
5 years ago
endurancetest20380119
3d452fb917
Update azure_rm_aks.py ( #57898 )
5 years ago
Martin Nečas
c609fad106
Ovirt vnic profile fix ( #57936 )
...
* ovirt vnic profile fix init
* ovirt vnic profile fix init
* update syntax whitespace
* document pass_through
* create get entity method
* update example syntax
* update docs
* change force_create style
5 years ago
Rob
feae35ab7e
add IAM role assumption to aws_ec2 inventory ( #41637 )
...
* add IAM role assumption to aws_ec2 inventory
* Ensure inventory._options has necessary option keys populated since the plugin docs parser isn't accessible to unit tests yet
5 years ago
Brian Coca
751134ff17
Clearer examples of hosts.yml inventory ( #57999 )
...
* Clearer examples of hosts.yml inventory
5 years ago
Dusan Matejka
8646b6953d
updated zabbix modules to use missing_required_lib helper ( #58002 )
5 years ago
Lucian Maly
446027341a
Update playbooks_strategies.rst ( #57784 )
...
* Update playbooks_strategies.rst
##### SUMMARY
This page is very confusing and may suggest, that there is still a `serial` strategy (like it used to), but now it is just a directive of `linear` strategy. Multiple people reported this to me and it needs change.
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
* Update docs/docsite/rst/user_guide/playbooks_strategies.rst
Co-Authored-By: Sam Doran <sdoran@redhat.com>
* Update docs/docsite/rst/user_guide/playbooks_strategies.rst
Co-Authored-By: Sam Doran <sdoran@redhat.com>
* Updates strategies page more broadly
* incorporate samdoran feedback
* fixes broken link
* new page title, focus on user intent
* more sdoran feedback
* adds details on setting the number of forks
5 years ago
Sandra McCann
7765bd41e6
add platform docs to network dev guide ( #57960 )
...
* add info on how to create platform docs to network dev guide
5 years ago
Andrey Klychkov
186210af8a
postgresql modules: remove unused imports, remove blank lines after docstrings
5 years ago
The Magician
7733dcabd3
Bug fixes for GCP modules ( #57826 )
5 years ago
The Magician
a1128b6b94
Bug fixes for GCP modules ( #58016 )
5 years ago
Alicia Cozine
158f97bfb2
updates docs reqs to specify Pygments version, remove tornado ( #58007 )
5 years ago
Martin Nečas
b4d4f77963
Ovirt add managed storage domain ( #57995 )
...
* init managed storage domain
* add version added
* add no log for sensitive options
* add driver default types
* update docs
* update pep8 syntax
* update example syntax
* update example syntax
* set default domain_fucntion for managed_block_storage
* correct pep8 syntax
* update managed example
* update managed docs
5 years ago