Commit Graph

2971 Commits (fa8dc6b73d6bb4ceab4c51a4033fc774146dbfef)

Author SHA1 Message Date
Sudipto Ghosh fb8c2daf46
Docs: true/false with boolean values in docsite/rst/os_guide (#78957) 2 years ago
jmakhack 56c48d1c45
docs - Use code-block to format examples in Windows module development walkthrough (#78985) 2 years ago
Thomas Doczkal 1b922b42dd
Adds code-block in collection documentation (#78977)
* fix issue #78976
2 years ago
Luigi Giugliano 9afb37eda6
#78965 Adding the code-block to prevent the translation (#78979)
* Adding the code-block to prevent the translation
2 years ago
IMvision12 93c2cb2b8e
#78971 Update module_lifecycle.rst (#78974)
* Update module_lifecycle.rst
2 years ago
Ozan Uslan 3dc0c2135e
Docs: Add code-block wrappers to code examples in style_guide (#78970)
* Docs: Add code-block wrappers to code examples in style_guide
List of changed files:
- docs/docsite/rst/dev-guide/style_guide/index.rst
- docs/docsite/rst/dev-guide/style_guide/basic_rules.rst
2 years ago
Lukas Grimm 446406a0c8
added code-blocks according to #78963 (#78969)
* added code-blocks according to  #78963
* Update testing.rst, added newlines
2 years ago
Deepshri M 1db75a41bf
Adding code-block wrappers to code examples (#78968) 2 years ago
Lukas Grimm 01484cdc68
added code-blocks according to #78962 (#78972) 2 years ago
Ozan Uslan 538b99781f
Docs: Add code-block wrappers to code examples: testing_documentation.rst (#78966)
* Docs: Add code-block wrappers to code examples: testing_documentation.rst
List of changed files:
- docs/docsite/rst/dev_guide/testing_documentation.rst
* Fix: match whitespace convention of other occurences
2 years ago
Jordan Borean be4807b712
ansible-test validate-module - support sidecar docs (#78904) 2 years ago
Matt Martz c3fc8db41c
Deprecate using a list of dicts for vars. See #78920 (#78927) 2 years ago
Greg "Gwmngilfen" Sutcliffe 0343ae46d2
Add message about viewing chat history when on IRC (#78834) 2 years ago
Christian Adams 0884a7cf0e
Add Ansible community 7.x porting guide (#78916) 2 years ago
Shivam Durgbuns 6e949d8f5d
Added normpath filter (#78894)
Signed-off-by: Shivam Durgbuns <sdurgbun@redhat.com>
2 years ago
Shivam Durgbuns 8444d47b11
Adding two new os.path filters and its docs (#78794)
* Adding two new os.path filters and its docs

Signed-off-by: Shivam Durgbuns <sdurgbun@redhat.com>
2 years ago
Anwesha Das 71adb02142
Fixes typo in rst format (#78884)
.. hint:: requires a blank line above and below.
2 years ago
JaroslavKlech 964e2bc6fe
iss#72389: Adds note and polishes docs/docsite/rst/tips_tricks/sample_setup.rst (#78858)
Co-authored-by: Jaroslav Klech <jklech@redhat.com>
2 years ago
Matt Martz f8e8326437
Bump devel to 2.15.0.dev0 (#78817) 2 years ago
Brian Coca 3b937123d2
final docs for filters (#78800)
Co-authored-by: Felix Fontein <felix@fontein.de>
2 years ago
taso 24a42bb25e
fix network_connection_options text (#78813) 2 years ago
gryu7 ab8a291824
Add sudo for writing bash completion to a global (#78712) 2 years ago
Andrew Klychkov 2df2261cd4
Doc: Community Steering Committee policy: add topics triage workflow (#78732) 2 years ago
Tabah Baridule a55afcc39a
Added warning (#78785) 2 years ago
wnjuguna e276770ee9
Removed repeated introduction paragraph (#78691) 2 years ago
vanou c7b4a25f9d
Fix typo and wrong syntax in intro_patterns.rst (#78702) 2 years ago
Brian Coca db33ca8e1a
faq legacy vs builtin (#78769) 2 years ago
Ompragash Viswanathan d4407ca688
Ansible 6.4.0: Porting Guide (#78775) 2 years ago
Sandra McCann df6a564abd
add galaxy docs back to core' (#78764) 2 years ago
Don Naro 540442db2e
issue #78760 missing indexes (#78763) 2 years ago
Martin Krizek fd19ff2310
Propagate ansible_failed_task to an outer rescue (#78676)
Fixes #43191
Fixes #72638
Fixes #78042

Co-authored-by: Sandra McCann <samccann@redhat.com>
2 years ago
Don Naro 848143640b
issue 78082 move content and orphan user guide (#78711) 2 years ago
Don Naro 223e05e012
issue 78082 create collections users guide (#78708) 2 years ago
Don Naro 75975a691e
issue 78082 modules plugins collections (#78699) 2 years ago
Don Naro a66a6c2f84
issue 78082 create separate vault guide (#78697) 2 years ago
wnjuguna 077e1bfe17
Added section about boolean variables (#78653)
Co-authored-by: William Njuguna <william@coralogix.com>
2 years ago
Adrian Brown b8abcd17a8
new: documentation update for galaxy usr guide (#78649) 2 years ago
Sloane Hertel 2464e1e91c
Fix vars plugin code and documentation mismatch (#78562)
* Add a warning for collections that are attempting to be autoloaded to no effect
* Deprecate REQUIRES_WHITELIST and add support for REQUIRES_ENABLED so the docs are accurate
* Fix documentation
* add more vars plugin tests
* Simplify code and add a FIXME for another bug
* fix precedence
* Make setting the class attr at all a warning, even if it's True
* Add fun parsing for _load_name
* include _load_name in messages
2 years ago
jw-maynard ebcf1654c4
Note that `become_user` is required for `runas` (#78603) 2 years ago
Joshua Kelley 484a671c5e
Fixes broken links. For the github links this was where references to in the URL are stale due to the default branch in the linked repository now being . While github does have the functionality of dropping you on the default branch (via an HTTP 302 redirect) when it does not recognize the branch you are trying to reach, the fact that most of these links work is more of a coincidence than reliance on a github feature. Also removes unnecessary whitespace where found. (#78638) 2 years ago
Joshua Kelley 49fdf59d1f
Fixes typo on docsite playbook_reuse_roles page (#78630) 2 years ago
Alicia Cozine 843405077e
prep intro inventory page to be subdivided (#78634) 2 years ago
Christian Adams df497ea13b
Add Porting Guide for ansible-community v6 (#78625) 2 years ago
Sloane Hertel 5ac40b358d
fix adhoc dev example (#78593) 2 years ago
Sandra McCann 045f30371f
fix Ansible 2.14 reference (#78589) 2 years ago
Ian Wienand 1e6730aec4
docs: Update managed node requirements (#78468) 2 years ago
Don Naro e0eb45e753
Docs: Issue 78082 Create command line guide (#78567) 2 years ago
Don Naro 9e287d9002
issue 78082 move bsd hosts content (#78568) 2 years ago
Matt Martz deb54e4c5b
Relax minimal config to enable manifest functionality (#78574)
* Revert "Fix incorrect docs about how to enable manifest functionality (#78572)"

This reverts commit ac1ca40fb3.
2 years ago
Matt Martz ac1ca40fb3
Fix incorrect docs about how to enable manifest functionality (#78572) 2 years ago
Matt Martz d2f8099118
Use MANIFEST.in style directives to build collections (#78422) 2 years ago
Sandra McCann 33ee5d4c1b
update FAQ with not about libyaml (#78483) 2 years ago
Sandra McCann 7ae1eabaa4
clarify collection signature not available from Community Galaxy (#78386) 2 years ago
Don Naro ccf1a63158
issue #78082 separate inventory user guide (#78555) 2 years ago
Martin Krizek 811093f022
Move handler processing into new PlayIterator state (#77955)
Fixes #46447
Fixes #52561
Fixes #54991
Fixes #64611
Fixes #64999
Fixes #65067
Fixes #72725
Fixes #72781
Fixes #77616
2 years ago
Arnold Kamanzi 7f69629fa7
Fix ansible-docs: shipping ansible in wheel format #78485 (#78524) 2 years ago
Akira Yokochi 0d3523df8f
docs: misc fixes in The Ansible Development Cycle (#78513) 2 years ago
Sandra McCann 0a199a07ed
remove old network link (#78495) 2 years ago
Alex 69c7e3f4a3
update the documentation for the _collection init_ command (#78404) 2 years ago
Akira Yokochi 98a5820da6
Python 3.9 Controller minimum (#78466) 2 years ago
Akira Yokochi 82246df5b7
fix configuration name in porting guide 2.12 (#78472) 2 years ago
Felix Fontein 2218b63aef
Fix typo: missing 'install'. (#78448) 2 years ago
Tabah Baridule d92f6da592
Update galaxy_server_list (#78398) 2 years ago
Felix Fontein 733a767948
Add basic docs on how to create a collection docsite with antsibull-docs. (#78387) 2 years ago
Geoffrey van Wyk ddd8b8bfd9
Improve grammar (#78391) 2 years ago
Ian Wienand f5cac6bc5d
docs: Fix control node reference links (#78424) 2 years ago
Sandra McCann eb46ab1399
fix broken link (#78434) 2 years ago
Jordan Borean ad79c1e0d0
Add support for json in adhoc -a (#78114)
Co-authored-by: Sandra McCann <samccann@redhat.com>
2 years ago
Ompragash Viswanathan 27ce607a14
Ansible 6.2.0: porting_guide changes (#78408) 2 years ago
Matt Martz 9af282debe
Slip data tagging to 2.15 (#78414) 2 years ago
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
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
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