Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-11communication.rst: add AAP Config As Code WG (#79365)HEADdevelAndrew Klychkov
2022-11-10Add note to command_line_tools.rst (#79351)saranti
Documentation fix for #69390
2022-11-10docfix for ssh_args FAQ (#79308)prasadpatil49
2022-11-10update backport instructions to 2.14 (#79354)Sandra McCann
2022-11-10communication.rst: add Storage WG info (#79359)Andrew Klychkov
2022-11-10Fix up incorrectly quoted doc example (#79356)Jordan Borean
2022-11-09Allow force deletion of group (#78172)Tom Page
* Allow force deletion of group * Update version_added Co-authored-by: Jordan Borean <jborean93@gmail.com>
2022-11-09Refactor structure of group module integration tests (#78652)Roy Lenferink
This to match the structure with the tests for the user module. When having the tests available as stand-alone tests, it will be easier to add more integration tests in the future.
2022-11-08Japanese version switcher (#79276)Sandra McCann
* update japanese version switcher for 2.14 * update latest version
2022-11-08Add Ansible community 6.6.0 porting guide (#79340)Christian Adams
2022-11-08Add Ansible community 7.0.0b1 porting guide (#79341)Christian Adams
2022-11-08openbsd factgs, use physmem instead of usermem for total mem (#79316)Darshan
Signed-off-by: darshanip <darshancoding@gmail.com>
2022-11-08Move collection playbook output from "warning" to "-v" (#79320)stmps
* lib/ansible/executor/playbook_executor.py: fix minor typo in comment * lib/ansible/executor/playbook_executor.py: move 'running playbook inside collection' from warning to -v debugging output
2022-11-08The attribute was renamed to 'action' and the extra data was not used ↵Felix Fontein
anymore. (#79317)
2022-11-08Add missing type to the `reference` option of the documentation of the `git` ↵Louis Mandel
module (#79305) * Add missing type to the `reference` option of the `git` module * No more doc-missing-type error in validate-modules
2022-11-07update version switcher to include 2.14 (#79273)Sandra McCann
2022-11-07update release table with 2.14 details (#79272)Sandra McCann
2022-11-07Fix typo 'Ansbile'. (#79318)Felix Fontein
2022-11-04Update Ansible 7 roadmap (#79307)Mario Lenz
2022-11-03Delete a bad PR #79263 change note (#79295)Sviatoslav Sydorenko
2022-11-03blockinfile - document multiline marker behavior (#79292)Sloane Hertel
2022-11-03Add more documentation for InventoryData methods (#79288)Sloane Hertel
* Add more documentation for InventoryData methods Reword some constructed documention and mention fetch_hostvars * describe use cases for default strict behavior Co-Authored-By: Brian Coca <bcoca@users.noreply.github.com> Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
2022-11-03ansible-test - Fix and update documentation links.Matt Clay
2022-11-02added --allow-change-held-packages for apt remove (#78203)inifares23lab
* added --allow-change-held-packages for apt remove * add tests for apt remove (allow_change_held_packages=yes) * add changelog for apt remove (allow-change-held-packages=yes) * update tests for apt remove (allow_change_held_packages=yes)
2022-11-02[CI] Move running `reboot` integration test to group 2Sloane Hertel
PR #79289, follow-up for #78402. It was breaking the integration-aliases sanity test, but only became apparent post-merge. This patch fixes that.
2022-11-02Enable the `reboot` integration test in CISviatoslav Sydorenko
Co-Authored-By: Matt Clay <matt@mystile.com>
2022-11-02ansible-test - Update test container to 7.4.0 (#79281)Jordan Borean
2022-11-02Added ignore revs file for tracking commits with bulk sanity changes (#79280)Jordan Borean
2022-11-02Fix up sanity problemsJordan Borean
2022-11-02ansible-test - Update PSScriptAnalyzer to 1.21.0Jordan Borean
2022-11-01replace yes/no with true/false in docstrings (#79274)Alicia Cozine
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
2022-11-01communication.rst: add Ansible MySQL WG information (#79269)Andrew Klychkov
2022-11-01validate-modules: do not treat falsy non-`False` defaults as `None` (#79267)Felix Fontein
* Do not treat falsy non-False defaults as None. * Fix various instances of this in modules. * Add changelog fragment.
2022-11-01Log `runme.sh` execution in integration tests (#79263)Sviatoslav Sydorenko
* Log `runme.sh` execution in integration tests This patch adds `set -x` where it's missing in the integration tests. It also enables `pipefail` in `runme.sh` scripts that use pipes. * Add a change note for PR #79263
2022-11-01De-duplicate initialisation of ConnectionBase._connected (#79256)Alex Willmer
The same value is unconditionally set 4 lines down.
2022-11-01#59449: Removes translatable words from code blocks (#79193)JaroslavKlech
Co-authored-by: Jaroslav Klech <jklech@redhat.com>
2022-10-28add ansible 7 porting guide to index page (#79254)Sandra McCann
2022-10-28mention acl in permissions errors (#79209)Brian Coca
as chmod/mode is not the only thing we attempt and Ubuntu not shipping acl in newer versions can lead to some confusion fixes #79146
2022-10-27File lookup handle missing file more gracefully (#79230)Brian Coca
previously it would have a 2nd tb due to bad error raising also remove superfluous warning
2022-10-27plugins/lookup/pipe: docs typo fixes (#79222)Kenyon Ralph
2022-10-27collection roles dont support plugins (#79243)Brian Coca
2022-10-27Communication docs: note that editing Matrix messages causes IRC spam (#79238)Felix Fontein
2022-10-27Docs: Typos and edits in collections reviews (#79217)Goodness Chris-Ugari
2022-10-27ansible-test - Update default container.Matt Clay
2022-10-27stable docs build: do not use YAML parsing/serialization for .deps files ↵Felix Fontein
(#79233) * Do not use YAML parsing/serialization for .deps files. * Prevent crash.
2022-10-26Bump antsibull-docs version from 1.6.1 to 1.7.0. (#79071)Felix Fontein
2022-10-26fix url for fest VoD banner (#79229)Sandra McCann
2022-10-26Docs: Typos and edits in collections integration (#79228)Goodness Chris-Ugari
2022-10-26contributor_path: misc doc fixes (#79224)Andrew Klychkov
2022-10-25Add Ansible community 7.0.0a2 porting guide (#79219)Christian Adams