summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/doc_fragments/files.py
Commit message (Collapse)AuthorAgeFilesLines
* Backportapalooza 04 21 (#80600)Sandra McCann2023-04-241-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix typo in playbooks_keywords.rst.j2 (#80461) (cherry picked from commit 2ed4396558105733d4865631e99e378cfda68b8c) * Correct bypass_host_loop attribute for group_by (#80380) This action originally bypassed the host loop, but it does not currently. (cherry picked from commit fc5c0aadc92837cda5d81cadd9402ef88a562455) * Add Ansible community 8.0.0a1 porting guide (#80498) (cherry picked from commit 362c949622b637fb1a5e80b1b0bf780c1ac7e3b8) * Adds Ansible 8 Porting Guide to Index Page (#80511) (cherry picked from commit d081ed36169f4f74512d1707909185281a30e29b) * documents approaches to octal modes better (#80112) (cherry picked from commit 032881e4f1cbad1ca66b2fc40c8c56b17b33d965) * Update password.py documentation (#80297) * Update password.py documentation with new semantic markup (cherry picked from commit bf4e0166a56adb8d22047ba4b0e7c3c34efa431a) * Add OpenSUSE to the distro's installation guide (#80308) * Add OpenSUSE to the distro's installation guide Similar to the rest of the distros, OpenSUSE distributes ansible and it was missing. Signed-off-by: ybonatakis <ybonatakis@suse.com> (cherry picked from commit af6d75e31363591921808f7f351185d11b7b429b) * Document how to run all tasks, even the ones with the never tag (#80315) Co-authored-by: Martin Krizek <martin.krizek@gmail.com> (cherry picked from commit ec403db1c7c8b23aa0ea09705b53596ce9cb6951) * 📝 Document macOS user deletion over SSH (#80358) Co-authored-by: Matt Clay <matt@mystile.com> Co-authored-by: Don Naro <dnaro@redhat.com> (cherry picked from commit 88a380c8f00e97119f10879d36324a0324eefe4e) * Update playbooks_templating.rst (#80375) (cherry picked from commit a6e0012b8a7638f69e01c05ca1566cd01c92bf6b) * Documentation changes for #80367 and #80270 (#80391) (cherry picked from commit 0460f780810bb91b052809b0bf850633b2df7769) * [Docs] communication.rst: Add a hint about adding Matrix shields to READMEs (#80392) (cherry picked from commit db8f1756bc016faddf6cac37d12d8bc195f29278) * installation_distros: update Fedora section (#80453) (cherry picked from commit 4e9d21ec32b21c8b75ca831dfb33a55baa520f85) * Fix PolicyRcD.__exit__ docstring (#80528) (cherry picked from commit 64fb64643d166cf3f544a9d1d43be8c96f20ef1d) * Update validate_argument_spec.py (#80547) ##### SUMMARY Fix example with file lookup, filter 'from_yaml' is required. ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr (cherry picked from commit 8d685b89f29dc7985b2c04b70c7c860bf09a632a) * redirect old vmware guide (#80553) (cherry picked from commit c1d8130df5c1bcefceb439bbf19cd8c926ce36d5) * Update tools and programs page as per community feedback (#80493) (cherry picked from commit 44794e3ebc04d90669d31b0ccde47c40aa48225f) * uri module, fix example (#80554) (cherry picked from commit 449c628f3d8dee4b93e0d3e6880b146ebb5486f0) * apt key and repository example security patch (#80381) (cherry picked from commit ed9cd39d0fa764c2bf51599afef38921aff84b70) * note in systemd that systemctl can change behaviour due to diff order… (#80570) (cherry picked from commit 9ca863501c6f3cf679b1b7c773747766e35ae907) * Vars Plugin Documentation Improvement (#80470) (cherry picked from commit 791510ccba5f3a9af3d22f442e9d4d10b1129a00) * Add note guidelines for additional distributions (#80389) (cherry picked from commit 68e270d4cc2579e4659ed53aecbc5a3358b85985) --------- Co-authored-by: Christinanik251 <93385939+Christinanik251@users.noreply.github.com> Co-authored-by: flowerysong <paul.arthur@flowerysong.com> Co-authored-by: Anwesha Das <anwesha@das.community> Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com> Co-authored-by: aaronk1 <aaronk1@users.noreply.github.com> Co-authored-by: Yiannis <jbonatakis@gmail.com> Co-authored-by: Daniel-at-github <Daniel-at-github@users.noreply.github.com> Co-authored-by: Sviatoslav Sydorenko <webknjaz@redhat.com> Co-authored-by: dzvision <5590839+dzvision@users.noreply.github.com> Co-authored-by: WeiXinFam-Insta <86450936+WeiXinFam-Insta@users.noreply.github.com> Co-authored-by: Andrew Klychkov <aklychko@redhat.com> Co-authored-by: Maxwell G <maxwell@gtmx.me> Co-authored-by: Rodrigo Candido Gryzinski <contact@rogryza.me> Co-authored-by: 7840vz <122374011+7840vz@users.noreply.github.com> Co-authored-by: JaroslavKlech <klechh@gmail.com> Co-authored-by: Brian Coca <bcoca@users.noreply.github.com> Co-authored-by: hexagon6 <hexagon6@fet.li> Co-authored-by: Tim Way <1091435+timway@users.noreply.github.com> Co-authored-by: Sarah Lau-Kilo <slaukilo@gmail.com>
* Description for changing User ID to match user value (#79470)Tabah Baridule M2023-02-021-0/+2
|
* add note about permission change (#78128)Sandra McCann2022-07-281-0/+4
|
* doc_fragments/files.py: fix "objecs" typo (#76822)Kenyon Ralph2022-01-241-1/+1
|
* use filesystem object instead of specific objects (#76054)Brian Coca2021-10-291-16/+16
| | | | | | since the fragment is imported by different modules that support different set of filesystem objects fixes #72375
* Clarify mode behavior for modules that can set file permissions (#72837)Sam Doran2020-12-081-0/+5
|
* Remove "mode: preserve" option from documentation (#71486)Timothy Visser2020-08-271-2/+0
| | | | Remove "mode: preserve" option from documentation in doc fragments "FILE_COMMON_ARGUMENTS", as it was incorrectly included in the documentation for the `lineinfile`, `unarchive` and other file-related modules. The `copy` and `templates` modules documentation remains untouched and still contain "mode: preserve", as intended.
* Fix boilerplate in setup.py and lib/ansible/ dir.Matt Clay2020-06-221-0/+2
|
* add_file_common_arguments: fix defaults and tpyes, improve sanity checking ↵Felix Fontein2020-02-121-2/+1
| | | | | | | | | | | | (#67243) * Make validate-modules stop ignore FILE_COMMON_ARGUMENTS. * Add types to FILE_COMMON_ARGUMENTS and update document fragment to match it. * Update ignore.txt. * Add changelog.
* doc_fragments: Clean up parameter types (other) (#52182)Dag Wieers2019-02-191-2/+5
| | | | | | This PR includes: - Parameter types added - Copyright format fixes - Short license statement
* Doc fragments to plugins (#50172)Brian Coca2019-01-231-0/+78
* promote doc_fragments into actual plugins change tests hardcoded path to doc fragments avoid sanity in fragments avoid improper testing of doc_fragments also change runner paths fix botmeta updated comment for fragments updated docs