Sebastian Gumprich
da1a945088
fix typo in collection/plugins/readme ( #63162 )
5 years ago
Ondra Machacek
35c3d831fb
ovirt_vm: Add new suboptions to graphical_console ( #63230 )
...
Fixes: https://github.com/ansible/ansible/issues/63225
This PR add following new suboptions to graphical_console param:
- keyboard_layout
- monitors
- disconnect_action
5 years ago
Pedro Magalhães
67d9cc45bd
maven_artifact.py - add support for version ranges by using spec ( #54309 ) ( #61813 )
5 years ago
Martin Nečas
65fd331cb5
Ovirt add template timeout error ( #63199 )
...
* Ovirt add template timeout error
* correct example syntax
5 years ago
Andrey Klychkov
3b18337cac
lineinfile - fix bug with insertbefore/insertafter and firstmatch ( #63194 )
5 years ago
Robert de Bock
b7a9d99cef
Add spaces around {{ indicators. ( #63125 )
...
##### SUMMARY
The example looked a little less readable by not having spaces after `{{` and before `}}`. This commit should make the examples match [ansible-lint rule 206](https://github.com/ansible/ansible-lint/blob/master/lib/ansiblelint/rules/VariableHasSpacesRule.py )
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
5 years ago
Andrey Klychkov
5fcaefc012
mysql_replication: small fix of master_delay parameter ( #63221 )
5 years ago
Matt Clay
022335669c
Work around ssh-keygen issue in ansible-test. ( #63211 )
...
Newer versions of ssh-keygen create PEM keys that are not recognized by Paramiko.
Now ansible-test compensates for this by updating they keys it generates so Paramiko will recognize them.
5 years ago
Pavan Bidkar
314f9fbd5c
Support latest version while upgrading VM hardware. ( #62188 )
...
Support for the `latest` version during an VM hardware upgrade.
5 years ago
Matt Clay
4c79f1ec4d
Fix ansible-test integration temp dir location.
...
Previously the temporary directory used to run integration tests resided under the user's home directory. This prevented ansible-playbook from detecting the default collection when running tests.
Now the temporary directory is created within the collection to facilitate default collection detection.
5 years ago
Matt Clay
32979430d0
Add missing var for format string in ansible-test.
5 years ago
Abhijeet Kasurde
deda9d4cc5
VMware: Add module defaults for VMware modules ( #63197 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
5 years ago
Matt Clay
86ae3cfa12
Install zip for unarchive test when using dnf.
5 years ago
The Magician
4959ab5004
Bug fixes for GCP modules ( #63153 )
5 years ago
The Magician
1522603078
New Module: gcp_compute_region_backend_service ( #63154 )
5 years ago
The Magician
94433dc65e
New Module: gcp_compute_region_backend_service_info ( #63155 )
5 years ago
Nik Reiman
785ba62867
vmware: Only add configured network interfaces to facts ( #28552 )
...
This change effectively filters out any network interfaces which were
not explicitly configured for the guest. This fixes some unexpected behaviour where a machine with multiple IP addresses (for example, when Docker is installed, an internal IPv4 interface is added to
communicate with the container) would show one of the internal
addresses in the 'ipv4' field, but then no other information about the
corresponding hardware interface.
5 years ago
Andrey Klychkov
e48202838c
mysql_replication: add master_delay parameter ( #63130 )
5 years ago
Andrey Klychkov
30c2d21f17
mysql: add elements for list params to the modules' documentation ( #63187 )
5 years ago
Andrey Klychkov
8a37a2440e
postgresql: add elements for list params to the module's documentation ( #63186 )
5 years ago
Joshua Miller
0554b50eed
Misc typo in nxos_config documentation ( #62629 )
...
* Changed 'exit' to 'exist'
* Removed unnecessary word 'first'
5 years ago
sky-joker
7b7d266a39
VMware: add properties option to vmware_host_facts module ( #62916 )
...
* add properties option to vmware_host_facts
5 years ago
Martin Schweyen
e977e0af74
VMware: Update maintenance notes on vmware_cfg_backup ( #62853 )
...
Maintenance mode seems only to be required for load or restet, not for save_configuration.
5 years ago
Ryan MacLean
b5cc0872e7
Typo fix in mssql_db ( #63184 )
...
Changed from 'then' to 'than'
5 years ago
Felix Fontein
a99af710fb
mariadb_replication / mysql_replication integration tests: conflicts on centos7 ( #63171 )
...
* Change group of mariadb_replication to avoid mysql_replication conflicts.
* Add remarks.
5 years ago
Toshio Kuratomi
2b6ee572ee
CentOS8/RHEL8 base don't have all the deps we were specifying
...
We used a few packages for tests which don't exist in RHEL8 base. Don't
dep on those so those tests will simply skip
5 years ago
Adrian Likins
239d639fee
Add support for automation-hub authentication to ansible-galaxy ( #63031 )
...
Adds support for token authentication in Automation Hub. Fixes : ansible/galaxy-dev#96
5 years ago
Felix Fontein
24b80848dc
openssl_dhparam: add cryptography backend ( #62991 )
...
* Separate OpenSSL-specific code from generic code.
* Make sure absent works without OpenSSL.
* Add cryptography backend.
* Add tests.
* Add changelog.
* Duplicate disclaimer.
* Add dependency on setup_openssl.
* Forgot to adjust something.
* Fix version tuple.
5 years ago
Felix Fontein
a59b9d4269
Improve type documentation. ( #62179 )
5 years ago
Felix Fontein
41eafc2051
docker_container: improve image finding / change detection ( #62971 )
...
* Improve image finding / change detection.
* Checked wrong object.
* Improve behavior. (Let docker daemon sort this out.)
* Add changelog.
* Add simple test.
* Fix image name.
* Use new docker_image params.
* Rewrite.
5 years ago
The Magician
bb9b2e87bc
New Module: gcp_compute_node_group ( #63080 )
5 years ago
The Magician
18237d78e4
New Module: gcp_compute_node_group_info ( #63081 )
5 years ago
The Magician
d19b1da1e1
New Module: gcp_compute_network_endpoint_group ( #63121 )
5 years ago
The Magician
7b7fff3d84
New Module: gcp_compute_network_endpoint_group_info ( #63122 )
5 years ago
GomathiselviS
7ac4756bf6
ios_bgp : Fix for bug #59083 ( #63055 )
...
* Fix for the bug 59083
* Bug fix #59083 - corrected linting errors
5 years ago
Jan Meerkamp
10ed3d0ec8
updated python-oca to pyone ( #62867 )
5 years ago
kamleshdudani
82a6f9d198
Update xml.py ( #63128 )
...
##### SUMMARY
Update example to remove escape characters in front of special characters as it is not needed to add explicitly anymore with latest ansible version
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
5 years ago
Andrey Klychkov
66de3d429f
mysql_replication: add basic CI tests with MySQL 5.6 ( #63124 )
...
* mysql_replication: add CI tests with MySQL 5.6
* mysql_replication: add CI tests with MySQL 5.6, add auxiliary checks
* mysql_replication: add CI tests with MySQL 5.6, fix comments
* mysql_replication: add CI tests with MySQL 5.6, add pause
5 years ago
Matt Clay
b91f452f4f
Fix ansible-test virtualenv real python search.
...
ansible-test now properly searches for `pythonX.Y` instead of `python` when looking for the real python that created a `virtualenv`.
5 years ago
Kathryn Morgan
f2214951c5
Update intro_installation.rst ( #62994 )
5 years ago
Sam Doran
0311897722
Add docs on hiding sensitive data in loops ( #63096 )
5 years ago
Nilashish Chakraborty
fc5358cea0
Fix traceback for empty config ( #62515 )
...
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
5 years ago
Nathaniel Case
7ae46329f2
This should never have been "support:network" ( #63068 )
5 years ago
Andrey Klychkov
ad5200a7c0
postgresql_lang: add owner parameter ( #62999 )
...
* postgresql_lang: add owner parameter
* postgresql_lang: add owner parameter, add changelog fragment
5 years ago
Andrey Klychkov
ea86b2c2f7
mysql_replication: add master_use_gtid parameter ( #62648 )
...
* mysql_replication: add master_use_gtid parameter
* mysql_replication: add master_use_gtid parameter, improve tests
5 years ago
Eliah Rebstock
6ad6fde424
datadog_monitor - Add api_host parameter ( #62608 )
5 years ago
tchernomax
25ac7042b0
pacman: remove 'recurse' deprecated option ( #61961 )
...
* pacman: remove 'recurse' deprecated option
* pacman: remove recurse deprecated option
* pacman: remove recurse deprecated option
5 years ago
Chris Trufan
e55f46f302
Doc updates to openssl_certificate and ecs_certificate ( #63006 )
...
* Doc updates to openssl_Certificate
* Doc updates to openssl_certificate and ecs_certificate.
* Update lib/ansible/modules/crypto/entrust/ecs_certificate.py
Co-Authored-By: Felix Fontein <felix@fontein.de>
5 years ago
sky-joker
ff933be7e6
VMware: new module vmware_guest_register_operation ( #54647 )
...
Added vmware module vmware_guest_register_operation
This module can do the following.
Register VM to inventory
Unregister VM from inventory
This is useful when you want to unregister a VM from inventory and register it again.
5 years ago
Dag Wieers
4bfa3b2bf8
aci_contract_subject: Remove missing entry ( #63044 )
...
This fixes a `KeyError: 'filter'` exception.
5 years ago