forked from ansible/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
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
syncing from original #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* add option to define keysize at luks partition creation * Bump version_added. * Extend tests.
This was caught by our ansible network collections migration script. Signed-off-by: Paul Belanger <[email protected]>
A custom "tag" could be passed to the instance metadata with the nics. Add support for the "tag" to the module.
A few PRs have been automerged since devel became 2.10 even though they still had `version_added: 2.9` Lets disable automerge till: a) We find a proper fix (automerge should so `rebuild_merge`?) b) We wait 7 days since devel became 1.10 to cause stale_ci
* perf: reduce getting handler variables ci_complete * Do not re-create templar
While it's possible to host InfluxDB on a different path prefix (through a reverse proxy such as nginx or traefik), the Ansible influxdb_* modules did't support that use case. The patch adds a 'path' parameter, which is passed to the influxdb Python client. Example for connecting to InfluxDB running on http://localhost/influxdb - hosts: all tasks: - influxdb_database: database_name: test path: influxdb port: 80
* Ansible FTD Module improvements and tests update. * Fix sanity tests * Fix formatting
…61603) * luks_device.py: Allow manipulate LUKS containers with label or UUID - Allow create a LUKS2 container format with label support - Allow manipulate (open, close, modify) an LUKS container based on both label (LUKS2 format) or UUID instead of using devices only. Fixes: #58973 Signed-off-by: Alexandre Mulatinho <[email protected]> * test_luks_device.py: organizing tests to support labels - Add label on some tests and fix errors reported by Shippable Signed-off-by: Alexandre Mulatinho <[email protected]> * luks_device.py: adjusting versions and messages - Modifying version_added from 2.9 to 2.10 - Fixing some messages - Created a changelog fragment - Moving blkid from scope Fixes #58973 Signed-off-by: Alexandre Mulatinho <[email protected]>
Signed-off-by: Abhijeet Kasurde <[email protected]>
Changed homebrew_cask module flag from "allow_external_apps" to "accept_external_apps" in example section
I no longer desire to be mentioned on most AWS changes. If there are modules I'm on the authors list then I'll remain notified. Also remove me from openshift and kubectl plugins, I don't use those.
Hide the temporary password when `ansible-test` is called with the `--redact` parameter.
##### SUMMARY Although there is an example showing that username is not required with personal access token, it will be nice to more clearly state in options description. ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr
password -> configured_password in the last example
We print "%s success", so there's too much success going on.
Following module used internal results key as part of return json, this commit changes this to appropriate values - * vmware_datastore_maintenancemode.py * vmware_host_kernel_manager.py * vmware_host_ntp.py * vmware_host_service_manager.py * vmware_tag.py Fixes: #62083 Signed-off-by: Abhijeet Kasurde <[email protected]>
Add the commands alias to match UX of IOS, EOS etc.
* Update test_cp_mgmt_network.py * 17 tests
* Fix for junos cli_config replace option * For device that support replace option by loading configuration from a file on device `config` option is not required and value of `replace` option is the path of configuration file on device. This fix allows invoking run() function in cli_config if `config` option is None and `replace` option is not boolean * The command to replace running config on junos device is `load override <filename>` and not `load replace <filename>` This is fixed in the junos cliconf plugin. * Add integration test
* Fix eos_l3_interfaces case sensitivity * Unify EOS module notes * Add normalize_interfaces to eos_l2_interfaces * Pull normalize_interface into eos_interfaces * Add normalize_interface to lag_interfaces * Add normalize_interface to lldp_interfaces * Add normalize_interface to lacp_interfaces * more module cleanup * Add changelog
Fixes #61978 * moar tests for get_url fetch behavior with existing file * add changelog fragment
* Initial commit of VMware HttpApi REST New directory structure created for httpapi-based modules. These will live in the 'vmware_httpapi' directory under 'modules/cloud'. The AnsibleModule class was extended to create the VmwareRestModule class that lives in the 'vmware_httpapi' directory under 'module_utils'. It implements comms with the httpapi plugin, and also provides debugging output, url and filtering generation by object, and support for multiple VMware REST APIs. It also provides dynamic handling of HTTP return codes that can be tailored to each module's needs.
devel is now 2.10, so this needs to be bumped as well.
- azure_rm_azurefirewall currently takes more than 25m to run: #62307 - azure_rm_manageddisk takes around 2 minutes
* Update test_cp_mgmt_network.py * 18 tests
* Update test_cp_mgmt_network.py * 18 tests
The documentation links are now displayed when running from an install. Previously the links were only displayed when running from source. This was due to ansible-test checking for the presence of documentation files locally, which are only present when running from source. The check is no longer necessary since there is a sanity test in place to enforce the presence of documentation for all sanity tests.
* Add ecs_domain module * Fixes to integration tests and module * Fixes to tests and module * Corrections to revalidation behavior, cna only revalidate domains in expiring. * Remove debugs for final test run, fix sanity check test fails. * Add checks for domain status * Add changelog fragment for new module. * Removed extra space in backtick * Minor fixes to make behavior more consistent and correct documentation. * Update lib/ansible/modules/crypto/entrust/ecs_domain.py Co-Authored-By: Felix Fontein <[email protected]> * Update lib/ansible/modules/crypto/entrust/ecs_domain.py Co-Authored-By: Felix Fontein <[email protected]> * Update lib/ansible/modules/crypto/entrust/ecs_domain.py Co-Authored-By: Felix Fontein <[email protected]> * Apply suggestions from code review Co-Authored-By: Felix Fontein <[email protected]> * Change casing of verification method enum, remove redundant changelog fragment * Return ov_eligible and ev_eligible fields even if false, as long as they're returned by ECS API
* Fix check mode support in win_group * Fix copy/paste error
* Support large folder size comparisons for win_find Changed [int] to [int64] to support larger folders. Otherwise module fails as soon as a large folder is encountered. * Create 58466-FIX_win_find-Bug-Get-FileStat_fails_on_large_files.yml
* win_find - Fix deduped files mistaken for directories * Update win_find.ps1 * Update win_find.py * Update win_find.ps1
…s specified (#61227) * correct behaviour of win_iis_webapplication when no applicationpool is specified * documentation for win_iis_webapplication apppool change
* win_format - Idem not working if file exist but same fs * Test fix * Fix test assertion syntax * Update tests.yml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SUMMARY
ISSUE TYPE
COMPONENT NAME
ANSIBLE VERSION
ADDITIONAL INFORMATION