Commit Graph

3341 Commits (ce6c9befb88dba43420e5c2867af8c4f9aee3ff9)

Author SHA1 Message Date
Ompragash Viswanathan 5979f215a6
[WIP] Ansible 7 Roadmap (#78125) 2 years ago
Tom Janson 9bf5da8f75
Fix escaped asterisk in code block demonstrating wildcards (#78375)
The code block is rendered verbatim. This currently results in `\*` being shown, which is incorrect (i.e., not parsed as a wildcard pattern).
Removing the superfluous `\` fixes the rendering.
This PR fixes all instances of this issue on that page.
2 years ago
Tabah Baridule 85bc2bcfcd
Update information on the Intro_patterns.rst (#78192) 2 years ago
Sandra McCann 3ba6348e4d
Galaxy metadata docs update (PR 78280) (#78374)
Co-authored-by: Root <edroot@s1068319.srn.sandia.gov>
Co-authored-by: Emmanuel Ugwu <32464178+ugwutotheeshoes@users.noreply.github.com>
2 years ago
Sebastian P cb9b20311c
Update playbooks_variables.rst (#78359) 2 years ago
J. Casalino 27b4b74e52
Fix typo and style (#78365) 2 years ago
Sandra McCann eba15885cf
update Fest url per marketing (#78361) 2 years ago
Muhammad Rafly Andrianza 0f688f07af
update the out-of-date ansible-test sanity ignores (#78342) 2 years ago
Sviatoslav Sydorenko e4087baa83
Add missing colon to a snippet in complex data doc (#78349) 2 years ago
Matt Martz 1429672213
Add pep440 version_type for version test (#78308) 2 years ago
Matt Martz 399e34ddd6
Add cli docs for interacting with gpg for collection signing (#78321) 2 years ago
Hu Shuai fd810e88d6
Fix minor typos (#78294)
Signed-off-by: Hu Shuai <hus.fnst@fujitsu.com>
2 years ago
Don Naro 7aada8d499
Docs: Issue 78082 Create playbook guide (#78262) 2 years ago
Sandra McCann 5e74693215
add AnsibleFest 2022 registration banner (#78291) 2 years ago
Jan-Piet Mens 691dde645c
Update cheetsheet to fix meaning of -k (#78271) 2 years ago
Ompragash Viswanathan 358a8ad7af
Updated release_and_maintenance.rst (#78272) 2 years ago
jlownie bc3686c784
Adding some troubleshooting detail for Kerberos connections (#78197) 2 years ago
Desmond Obisi fedd386998
Add note about package managers (#78260) 2 years ago
Desmond Obisi c9a341902b
Document choice to use Ansible Project in copyright lines (#78164)
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
2 years ago
Desmond Obisi 6ddccc1604
Adding applicable licensing requirements (#78162) 2 years ago
Mario Lenz 048adac5b7
Migrate vmware.vmware_rest Dev Guide to collection (#78255) 2 years ago
Ompragash Viswanathan 3658c26ad4
Ansible 6.1.0: Updated porting_guide_6.rst (#78245) 2 years ago
Nathan Hyde be88250a83
Update python_3_support.rst (#78239)
Fix invalid characters warning when using example group names. (Replace dashes in example group name with underscores.)
2 years ago
Matt Martz b1dd2af4ca
Preflight utf8 encodings check (#78175) 2 years ago
Sandra McCann 7ec8916097
fix ternary problem (#78186) 2 years ago
Sandra McCann a77fc2e822
Pr 72292- Add context to inventory plugins (#78070)
* Add context to inventory plugins documentation

* Show how to add the inventory plugin to the `enable_plugins` configuration item - not just replace it.
* Show adding tags to `keyed_groups` without specifying the separator.
* Show adding more complex `groups` and `compose` statements, including using the ternary filter.
* As I added an additional group, I've updated the resulting `ansible-inventory` output accordingly.
2 years ago
jlownie 84105e39f4
Update vault.rst (#78140) 2 years ago
Sloane Hertel 7ec84c511f
elaborate on import/include conditional example (#78138) 2 years ago
Don Naro a1444f390d
Docs: Issue 78082 separate tips and tricks in user guide (3/3) (#78103) 2 years ago
Lewis Brogan 4bd7e50612
fixed hyperlinks to galaxy.ansible for issue #78104 (#78152) 2 years ago
Don Naro 4cfa0b07fc
issue #78082 create win user guide (#78099) 2 years ago
Don Naro 08327c698c
issue #78082 add concepts to start (#78097) 2 years ago
Don Naro 59f3f1b625
issue #78076 fix diagram (#78077) 2 years ago
Sandra McCann 70543402c7
update intersphinx links for Ansible 6 (#78121) 2 years ago
Sandra McCann e8a77626a3
update conf.py for Ansible 6 release (#78049) 2 years ago
Sandra McCann a9ce358f98
update release page to reflect Ansible 6 release (#78047)
Co-authored-by: Iheanacho Amarachi Sharon  <58210919+Iheanacho-ai@users.noreply.github.com>
2 years ago
Ompragash Viswanathan 1b63e7d3fa
docs: Update porting guide for Ansible 6.0.0 (#78101) 2 years ago
paulreece 717f178870
Add tutorial links to the docs #78073 (#78084) 2 years ago
Sandra McCann 66c0882314
reword the regex note (#75393)
Co-authored-by: Matt Martz <matt@sivel.net>
Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com>
2 years ago
Don Naro 3cd2c494bd
issue #72449 winrm script rm (#77931) 2 years ago
Emanuele Barbato 681dc6eab9
Windows - incorrect python-devel package in WinRM docs (#78037)
Co-authored-by: Emanuele Barbato <manu@Giuseppes-MacBook-Air.local>
2 years ago
Matt Martz 18992b7947
Add new `loop_control.extended_allitems` option (#75760)
* Add new `loop_control.extended_allitems` option. Fixes #75216

* Add test for extended_allitems

* docs code block fix
2 years ago
Andrew Klychkov 46d86a882d
Docsite: update links to community docs (#78043) 2 years ago
Sandra McCann f4ad1c771e
Create reusable role layout snippet for documentation (#78057)
* reuse role structure
* reuse role snippet in role docs
2 years ago
Lewis Brogan 561cf1956d
Docsite: Updated style guide resources (#78048) 2 years ago
Felix Fontein 614dc10ef0
With antsibull-changelog >= 0.14.0 and the sidecar docs feature, test and filter plugins are detected if they have version_added (#77871)
Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com>
2 years ago
Bennykillua 556ac89664
Rephrase-community (#77985) 2 years ago
Philippe Kueck fa840d4c7c
mention different results for password_hash depending on library used (#76863) (#77963) 2 years ago
Sandra McCann 85329beb90
update backport instructions to reflect stable-2.13 (#77958)
Co-authored-by: Divine Odazie <dodazie@gmail.com>
2 years ago
Felix Fontein ca9be6e27e
Fix docs links for the steering committee (#77974) 2 years ago