| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
* cs_volume: add volumes extraction and upload features
* cs_volume: Update doc, remove deprecated code
* cs_volume: Add unit tests for extract and upload features
|
|
|
|
|
|
|
|
|
|
| |
* Fixes flatpak module to work with flatpak >=1.2.0, fixes #51481
This keeps backwards-compatibility for flatpak versions before 1.2.0
* Fixes typeo
Co-Authored-By: oolongbrothers <oolongbrothers@zeibar.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
target_role" in "ALTER DEFAULT PRIVILEGES" (#51073)
* #50877:
* add support to postgresql_privs to use "FOR { ROLE | USER } target_role"
in "ALTER DEFAULT PRIVILEGES"
* fix sanity errors
* #50877: fix documentation and add a check for correct usage
of target_roles
* #50877: fix missing absent option for default privs with target_role
* #50877: add clear description, when target_roles can be used
* #50877: fix conflicts, formatting, and add a changelog fragment
* #50877: fix sanity error E335
* #50877: swap conditions and fix error to warning msg
* #50877: add tests for default privileges
* #50877: fix tests for default privileges
* #50877: fix tests for default privileges on centos 6
|
| |
|
|
|
|
|
|
|
|
| |
* Rename docker_*_facts -> docker_*_info.
* Add changelog.
* Update scenario guide.
|
| |
|
|
|
|
| |
Fixes #27237
|
| |
|
|
|
|
|
|
| |
* Rename acme_account_facts -> acme_account_info.
* Add changelog fragment.
|
|
|
|
|
|
| |
* Make resolve_image default to false
* Check resolve_image versions regularly
|
|
|
|
|
|
|
|
|
|
| |
* Simplify checks.
* Add use_config_proxy option.
* Add changelog.
* Avoid docker-py crash.
|
|
|
| |
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add backup option to openssl_privatekey.
* Add changelog fragment.
* Make module available in remove().
* Add tests for backup.
* Update lib/ansible/modules/crypto/openssl_privatekey.py
Co-Authored-By: felixfontein <felix@fontein.de>
* Update lib/ansible/modules/crypto/openssl_privatekey.py
Co-Authored-By: felixfontein <felix@fontein.de>
* Update lib/ansible/modules/crypto/openssl_privatekey.py
Co-Authored-By: felixfontein <felix@fontein.de>
* Update lib/ansible/modules/crypto/openssl_privatekey.py
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Prepare to change default of build.pull from yes to no in Ansible 2.12.
* Specify build.pull.
* Add changelog.
* Fix bad indent.
|
| |
|
|
|
|
|
|
| |
* windows - Fix module utils with glob paths
* fix link util tests when using DOS 8.3 paths
|
| |
|
| |
|
|
|
|
|
|
| |
* win_owner - fix glob like paths
* Fix issues on older PS versions
|
| |
|
| |
|
|
|
|
|
|
| |
* win_tempfile - return absolute path on created temp file
* Fix tests for CI
|
|
|
|
|
|
|
|
| |
The output of pw.getpwnam() does not distinbuish between local and remote accounts. It will return a result if an account exists locally or in the directory. When local is set to True in the task parameters, look through the local password database explicitly.
* Ensure luseradd is present for tests
* Add docs and warnings about local mode
|
|
|
|
|
|
| |
* Allow parent groups to be variables or literal, requires {{ }}
* Check strict before failing on templating errors
* Don't add a group if an invalid parent group was provided
|
|
|
|
|
|
|
|
| |
* Try to get correct buffer size to avoid races
fixes #51393
* fix test, mock buffer function since all is mocked
|
|
|
|
|
|
|
|
| |
* avoid using Postgres formatting function
* add tests for ALL FUNCTIONS IN SCHEMA
* documentation and changelog
* requested changes in tests
* fixed changelog
|
|
|
|
|
|
|
|
| |
* More warnings.
* Add changelog.
* Improve docstring.
|
|
|
|
|
|
|
|
|
|
| |
* Add source option.
* Split force parameter into force_source, force_absent and force_tag.
* Move all build-related options into a suboption called build.
* Add changelog.
|
| |
|
|
|
|
|
|
|
|
|
| |
In pyyaml versions before 5.1 the default_flow_style for yaml.dump
was None. Starting with 5.1 it is now False. This change explicitly
sets the value to None to maintain the original to_yaml behavior.
The change to pyyaml was made in the following commit:
https://github.com/yaml/pyyaml/commit/507a464ce62c933bf667b2296a96ad45f0147873
|
|
|
|
|
|
|
|
| |
* removed deprecation notice, made comment instead
* remove noisy deprecation
* space
|
|
|
|
|
|
| |
* cs_iso: fix missing param "is_public"
* add changelog fragment
|
|
|
|
|
|
| |
Handle return code return by pg_dump command
Fixes: #40424
|
|
|
|
|
|
|
|
| |
When user specifies the JUMP value to 'tee', gateway is required.
This fix adds new parameter 'gateway' to support this functionality.
Fixes: #53170
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Adding support for IP identifiers according to https://tools.ietf.org/html/draft-ietf-acme-ip-05.
* Add changelog.
* Make sure that the authorizations return value is unchanged for CSRs with DNS-only SANs.
* Remove unneeded import.
* type -> identifier_type
* Python 2.6 compatibility.
* Fix unit tests.
* Add IP address normalization.
* Extend tests.
* Move data into fixtures.
* Adjust BOTMETA.
|
|
|
|
|
|
|
|
| |
* Add IP address identifier support to acme_challenge_cert_helper.
* Add changelog.
* type -> identifier_type.
|
| |
|
|
|
|
|
|
| |
* win_reboot - Fix rc validation when using psrp and add extra docs
* Revert boot time command and fix docs
|
|
|
|
|
|
|
|
|
|
| |
function changed to do in place replacement, should be less expensive even with copy as it avoids 'sub copies', can compose with module_args_copy to create replacement for old behavior
attempt to fix #52910
* handle lists and subdicts correctly
* added missing exception case, which was not noticed since 'cleaning' was not working
* added comments to clarify exceptions
|
|
|
|
|
|
|
|
| |
* clear all loader caches with new dir for plugin
fixes #17078
* added toggle to revert behaviour
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Fix checksum file parsing. Fixes #48790
* guard invalid int conversion
Co-Authored-By: sivel <matt@sivel.net>
* Remove extra newline
|
|
|
|
|
|
| |
* create overridable sanitation function
* now used in aws, gce and azure plugins
* added new option to these plugins to work in conjunction with general toggle to make it easier
to emulate inventory script behavior.
|