Sloane Hertel
09f1c286e0
Add some details to any_errors_fatal documentation ( #62029 )
5 years ago
Felix Fontein
0e72cbd451
openssh_keypair file permissions/ownership: add porting guide entry ( #62176 )
...
* Add porting guide entry for 2.9.
5 years ago
Evgeni Golov
c1773d5d2b
document suboptions for type:list options too ( #62177 )
5 years ago
Evgeni Golov
740ec90688
sanity ignores for a collection need to go to tests/sanity/ ( #62182 )
...
collections use tests/ not test/ as the folder for tests
5 years ago
Evgeni Golov
48a39f5616
typo: missing-subption-docs → missing-suboption-docs ( #62180 )
...
updates the name of the test and all ignore.txt entries
5 years ago
Martin Klapproth
dc7a765e57
fix fact caching plugin name from json to jsonfile ( #62198 )
5 years ago
Abhijeet Kasurde
a2e61f67d5
core: Handle empty extra vars in cli ( #61831 )
...
Fixes : #61497
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
5 years ago
Jeff Geerling
a6ec6c3175
Fixes #56832 : Remove warning when falling back to apt-get if aptitude is missing. ( #61782 )
5 years ago
Chris Trufan
606e13919e
Always specify header of connection keep-alive regardless of python v… ( #62218 )
...
* Always specify header of connection keep-alive regardless of python version.
* Add chgangelog fragment
* Fixes to changelog fragment
5 years ago
Akira Yokochi
6952295114
explicited RouterOS does not support connection: local ( #62203 )
5 years ago
Toshio Kuratomi
46f633598e
Add guidelines for when to use a doc_fragment ( #61828 )
5 years ago
Chris Van Heuveln
c0f3777fe2
nxos_l2_interfaces: fix for integration tests failing to setup layer2 ( #61887 )
5 years ago
Mike Wiebe
c4894b512d
[stable-2.9] fix nxos_config tests for httpapi ( #62082 )
...
* fix nxos_config tests for httpapi
* Remove become parameter
5 years ago
Mike Wiebe
f582d74f7c
Fix bfd cmd order and test issues ( #61943 )
5 years ago
Chris Van Heuveln
6e72893d78
nxos_lacp_interfaces: fix integration test dependencies ( #61947 )
...
* nxos_lacp_interfaces: fix integration test dependencies
* Add conditional mode test to m/d/r tests
5 years ago
Brian Coca
621f273767
Revert "svc: fix a typo ( #62174 )" ( #62212 )
...
This reverts commit d838a9021a
.
was not a typo, 'ed' is added later on and 'stop' goes to 'stopped'
5 years ago
Misha Komarovskiy
c3c54302af
Don't fail if exos can't configure cli columns ( #51364 )
...
* Don't fail if exos can't configure cli columns
Signed-off-by: Misha Komarovskiy <zombah@gmail.com>
5 years ago
Andrey Klychkov
6691527799
fix typos in commands modules ( #62197 )
5 years ago
Andrey Klychkov
742eebc92c
fix typos in identity modules ( #62200 )
5 years ago
Andrey Klychkov
655f771547
fix typos in web_infrastructure modules ( #62202 )
5 years ago
Andrey Klychkov
d838a9021a
svc: fix a typo ( #62174 )
5 years ago
Will Thames
c170ab5e31
Add exception handling when retrieving k8s client ( #60726 )
5 years ago
Andrey Klychkov
7e91998049
fix typos in cloud modules ( #62194 )
...
* fix typos in cloud modules
* fix typos in cloud modules, fix ci tests
5 years ago
Dan Gorman
3dbf89e8ae
added version support to aws_ssm lookup ( #61045 )
5 years ago
Andrey Klychkov
6936187bbe
fix typos in net_tools_modules ( #62201 )
5 years ago
Andrey Klychkov
dee529dc66
fix typos in clustering modules ( #62196 )
5 years ago
Andrey Klychkov
a72ea8440a
elasticache_info: fix a typo ( #62204 )
5 years ago
Nilashish Chakraborty
f1766457a2
Handle cases where normal commit operation throws a prompt ( #62132 )
...
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
5 years ago
Nilashish Chakraborty
4e6270750a
Set no_log to True for junos_user encrypted_password ( #62184 )
...
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
5 years ago
Matt Clay
cd4882e229
Fix ansible-test vcenter test filtering.
...
The default behavior of the ansible-test vcenter plugin is to use the govcsim container to run tests.
However, unless the govcsim mode was specified using the VMWARE_TEST_PLATFORM environment variable, the filter code would skip the tests unless the tests ran on Shippable or the user had an ansible-core-ci key.
Now the filter correctly recognizes that govcsim is the default.
5 years ago
Matt Clay
cdc4926340
Fix ansible-test collections requirements installation. ( #62181 )
...
* Fix location of unit test requirements.
* Preserve ansible-test unit test requirements.
* Remove redundant unit test requirements.
* Fix location of network test requirements.
* Preserve ansible-test network test requirements.
* Remove redundant network test requirements.
* Add missing ordereddict requirements.
* Load collection requirements correctly.
* Add changelog fragment.
5 years ago
Felix Fontein
4393940a41
Docs formatting: recursively preprocess suboptions ( #61900 )
...
* Simplify code, move option massaging code into own function.
* Process suboptions recursively.
5 years ago
Matt Clay
6c78f02121
Add missing changelog entry for ansible-test fix.
...
PR https://github.com/ansible/ansible/pull/62119 was missing a changelog entry.
5 years ago
Matt Clay
1dac0df7e5
Remove deleted file from sanity ignore list.
5 years ago
Andrey Klychkov
8b42de29fa
hall: remove the module for supporting nonexistent messenger ( #62152 )
5 years ago
Alexandre Mulatinho
5b3526535c
luks_device.py: allows user explicity define luks format version ( #61812 )
...
* luks_device.py: allow the user create LUKS based on specific versions
- Allow user pass an option 'type' that explicits define the version of LUKS
container that will be created. It should be 'luks1' or 'luks2' format.
- If 'label' option is defined the 'type' option will be 'luks2' independently
of the option 'type' informed by user. (labels NEED luks2 format)
Fixes : #58973
Signed-off-by: Alexandre Mulatinho <alex@mulatinho.net>
* added the changelog fragment
Signed-off-by: Alexandre Mulatinho <alex@mulatinho.net>
* luks_device.py: make it fail in certain conditions
- Not allow user especify luks1 type and label at the same playbook
Signed-off-by: Alexandre Mulatinho <alex@mulatinho.net>
5 years ago
Andrey Klychkov
5eb5f74083
fix typos in modules ( #62135 )
5 years ago
John Imison
1b2fd2cb5f
rabbitmq_publish fix for incorrectly stating message was not published to the queue ( #61960 )
...
* Pika v1.0.0 and above were causing issues for publish_message. Updated
to ensure publish_message works with pika 0.13.1 and 1.0.0 and above.
* Adding changelog fragment for rabbitmq_publish fix.
* Updating return value.
5 years ago
Tony
2064fc3fc5
Added AWS SAML Federation Module ( #55821 )
...
* Added AWS SAML Federation Module
* iam_saml_federation: (integration tests) initial integration tests
5 years ago
Alan Rominger
a999f07010
Allow tower inventory plugin to accept integer inventory_id ( #61338 )
5 years ago
Sorin Sbarnea
179eb623d7
docs: avoid confusing double negation ( #62143 )
...
Avoid "no backward incompatible interface" term which uses a double
negation and replaces it with easier "backward compatible interface"
contruct.
5 years ago
sky-joker
c0ea9f021b
Added zabbix module zabbix_user ( #56815 )
...
This pull request adds a module to manage Zabbix users.
Tested with Zabbix Server(3.0, 4.0, 4.2).
5 years ago
sky-joker
9d67bfa31b
Added zabbix module zabbix_user_info
...
[update] Fix zabbix_user_info module to use missing_required_lib helper and add zabbix logout processing.
Fixed the following issue.
* https://github.com/ansible/ansible/pull/58002
* https://github.com/ansible/ansible/issues/58459
change version_added 2.9 to 2.10
5 years ago
minievg
a9d4415657
Several enhancements for Radware modules and their unit testing ( #61467 )
...
* Adding support for Plugin runnable type
Adding support for device arrays in vdirect_runnable module.
Adding "output" dictionary to the vdirect_runnable module result dictionary.
* Adding support for Plugin runnable type
Adding support for device arrays in vdirect_runnable module.
Adding "output" dictionary to the vdirect_runnable module result dictionary.
5 years ago
Egor Zaitsev
fa03f438e7
routeros_facts: fix for error when there's more than 10 interfaces ( #61376 )
...
* fix: proper regex for preprocessing routeros output
* test: regression test
* test: fix nondeterministic unit test
5 years ago
Mike Wiebe
c5a4086ed7
Add proper hostname cleanup for nxos tests ( #61810 )
5 years ago
Mike Wiebe
b03091213d
Call get_capabilities to initiate device connection ( #62103 )
5 years ago
Paul Belanger
b7ab8f9411
Clean up more linting errors for nxos modules ( #62069 )
...
This removes a few unused variables and duplicate functions being
defined.
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
5 years ago
Daniel Mellado
7173267095
Fix test_cp_mgmt flake8 issues ( #62129 )
...
This commit deletes unused imports for the check_point cp_mgmt tests.
5 years ago
Kevin Breit
f79d03d292
Elaborate on note that docker-priv only works with integration ( #62035 )
5 years ago