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
Sandra McCann
660aceaa77
Fix version switcher for Japanese docs ( #78432 )
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
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
Ompragash Viswanathan
a30500144e
docs: Update porting guide for ansible 6.0.0rc1 ( #77991 )
2 years ago
Ompragash Viswanathan
f9d4c26143
docs: Update porting guide for ansible 5.9.0 ( #77982 )
2 years ago
Martin Krizek
0fae2383da
Add macOS fork issue to FAQ ( #77965 )
...
* Add macOS fork issue to FAQ
* Remove colon from error msg
2 years ago
Mario Lenz
0ff1ba3e12
Move AWS guidelines to collection ( #77959 )
2 years ago
Martin Krizek
39b3581316
Deprecate non lists lookups ( #77875 )
3 years ago
Andrew Klychkov
e589eba506
Docs: change community collection inclusion process ( #77905 )
3 years ago
Dan Kolepp
16e0d4a121
fix: update button text to "Load token" ( #77925 )
3 years ago
Don Naro
89e4fb71e6
Issue #77681 revamp getting started guide ( #77897 )
3 years ago
Mario Lenz
b69eb28ed2
Migrate community.vmware Dev Guide to collection ( #77723 )
3 years ago
Sandra McCann
f3c684564c
Remove platform dev guides from core docs ( #77915 )
3 years ago
David Moreau Simard
9f7956ba30
docs: add missing notes in porting guide for 6.0.0b1 ( #77926 )
...
There was an issue with the changelog in community.network 4.0.0, it's
been fixed in 4.0.1 and now properly included.
3 years ago
David Moreau Simard
7c89562580
docs: update porting guide for ansible 6.0.0b1 ( #77913 )
3 years ago
TheBigBear
45d930e9c1
Point to Kerberos as a safer winrm setup method ( #77794 )
3 years ago
Sergei Petrosian
74469bf54a
[docs]Mention that global variables are not mapped to hostvars ( #77783 )
3 years ago
Sandra McCann
a99623bce1
add anchors for crossreferencing ( #77800 )
3 years ago
rawtaz
9010f0fbe3
doc: Clarify stride/increment in inventory intro ( #77893 )
3 years ago
Matt Martz
a2eb472fb6
Remove statement about dependencies and includes. Fixes #75055 ( #77912 )
3 years ago
David Moreau Simard
66e92a3aff
docs: Update porting guide for ansible 6.0.0a3 ( #77842 )
3 years ago
David Moreau Simard
059204b871
docs: Update porting guide for ansible 5.8.0 ( #77843 )
3 years ago
Sandra McCann
f5642cea28
update version switcher to include 2.13 ( #77786 )
3 years ago
Tabah Baridule
f75bb09a8b
Update url to quickstart video. ( #77779 )
3 years ago
Sandra McCann
654fff05e6
clarify Ansible EOL details ( #77778 )
...
* clarify Ansible EOL details: update docs/docsite/rst/reference_appendices/release_and_maintenance.rst
Co-authored-by: Felix Fontein <felix@fontein.de>
3 years ago
Sandra McCann
6230244537
core-2.13 - update release table ( #77780 )
3 years ago
Brian Coca
8e91403412
revamp basic concepts docs ( #77748 )
3 years ago
Felix Fontein
836683a082
Stop making core docs build talk of (ansible-)'base' when meaning (ansible-)'core'. ( #77728 )
3 years ago
David Moreau Simard
235f2598b1
docs: Update ansible-core release date in Ansible roadmap ( #77775 )
3 years ago
Matt Martz
75bc630565
2.13 GA has been bumped up a week to release on May 16 ( #77772 )
3 years ago
Mario Lenz
9923e92d97
Fix plugin dev examples ( #77759 )
...
* Fix plugin dev examples
* Update docs/docsite/rst/dev_guide/developing_plugins.rst
Co-authored-by: Felix Fontein <felix@fontein.de>
3 years ago
Andrew Klychkov
97e574fe6e
Docsite/communication.rst: fix formatting ( #77760 )
3 years ago
Sandra McCann
5e22fe21fd
stub out ovirt dev guide with pointer to new location ( #77751 )
3 years ago
Desmond Obisi
42086c14a3
Updated the playbook section in this docs ( #77747 )
3 years ago
Matt Davis
d352f2ec21
core branch descriptions ( #76152 )
3 years ago
David Moreau Simard
0cfc291573
docs: update porting guide for ansible 6.0.0a2 ( #77736 )
3 years ago