ml
c9c84594d8
Docs: Fix k8s_config_resource_name YAML example ( #74129 )
...
The `name` key should be beneath `metadata`:
4 years ago
Abhijeet Kasurde
9ed0e37e53
Add a link to Jinja 2 templates ( #74348 )
...
Added a link to Jinja 2 templates in playbooks_templating documentation page.
Fixes : #74313
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
4 years ago
yuri
5f391a72ee
Update playbooks_filters.rst ( #74242 )
...
##### SUMMARY
Make the `random` filter description more clear.
4 years ago
schurzi
5e5bfa8116
remove deprecated ansible.module_utils._text from documentation ( #73211 )
...
According to comment in ansible.module_utils._text it is deprecated and
should not be used. This is now reflected in the documentation.
4 years ago
Baptiste Mille-Mathias
99a2b5f300
Provide results to examples ( #73984 )
4 years ago
David Shrewsbury
d44eb03f49
Remove include from tests ( #74330 )
4 years ago
daeseokyoun
9369bd6ca1
correct how to install Docker SDK for Python ( #74288 )
...
* docs: correct guide for the latest Docker SDK for Python
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Sandra McCann <samccann@redhat.com>
Co-authored-by: Daeseok Youn <daeseok.youn@navercorp.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
4 years ago
Brian Coca
7b39ee361d
corrected epmhasis line ( #74254 )
...
need to be careful when adding lines as you create a different offset
4 years ago
Matt Martz
17237c1d88
Deprecate Py2.6 support for target nodes ( #74165 )
4 years ago
Toshio Kuratomi
ee38202fc0
Update the porting guide for ansible package 4.0.0 alpha4 ( #74280 )
4 years ago
Brian Coca
270f109bb3
fix see_also formatting ( #74252 )
4 years ago
Rick Elrod
19aeb4706d
[conditional] Remove support for bare variables ( #74208 )
...
Change:
- Variables used in ``when`` conditionals are no longer parsed and
attempted to be converted to booleans. All non-empty strings are
considered true (empty strings, false).
Test Plan:
- Updated existing tests
- Added a bunch of new tests with various kinds of truthy/falsy
values.
Tickets:
- Fixes #74134
Signed-off-by: Rick Elrod <rick@elrod.me>
4 years ago
Matthew Cengia
c7473828c7
Docs: Remove duplicate word ( #74223 )
...
The word "to" was erroneously used twice consecutively.
Signed-off-by: Matthew Cengia <mattcen@mattcen.com>
4 years ago
Rick Elrod
d7df8a4484
[cron] Remove deprecated features ( #74197 )
...
Change:
- Require name always
- Drop 'reboot' parameter in favor of 'special_time: reboot'
Test Plan:
- CI
Tickets:
- fixes #74132
Signed-off-by: Rick Elrod <rick@elrod.me>
4 years ago
Matt Martz
09c8faca9f
Add 2.12 roadmap ( #74000 )
4 years ago
Alicia Cozine
05662fd2ab
Docs: clarify role docs - vars vs params, dependencies ( #74104 )
4 years ago
Rick Elrod
3a74f7ea22
prep for 2.12 version bump ( #74126 )
...
* prep for 2.12
* Add 2.12 deprecations and sort ignore.txt list.
Signed-off-by: Rick Elrod <rick@elrod.me>
4 years ago
Toshio Kuratomi
112a7718c6
Porting guide update for ansible-4.0 alpha3 ( #74075 )
4 years ago
Toshio Kuratomi
47ffa27416
Update the porting guide for a new ansible version ( #74073 )
4 years ago
Baptiste Mille-Mathias
6b33864a2c
Clarify tags on tasks are applied with OR and not AND ( #74038 )
...
Co-authored-by: flowerysong <junk+github@flowerysong.com>
4 years ago
Felix Fontein
af7f3fc266
Revert "Add duplicated set filter and documentation ( #72729 )" ( #74053 )
...
This reverts commit 99a6627c60
.
* ci_complete
4 years ago
Baptiste Mille-Mathias
99a6627c60
Add duplicated set filter and documentation ( #72729 )
...
Co-authored-by: Kerry <kerry@flatline-studios.com>
4 years ago
Alicia Cozine
c66cff444c
documents the use of ansible.legacy ( #73942 )
4 years ago
Leandro Scardua
5dbcaa4c01
Update version on FreeBSD ( #73664 )
...
##### SUMMARY
<!--- Your description here -->
On the main freebsd change, and no the version: py37-ansible
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
4 years ago
Sandra McCann
59c61bc88a
update docs to uninstall ansible-base on upgrade ( #74024 )
4 years ago
sgpinkus
2abb2d3f17
Update playbooks_variables.rst. To say you can define variables within a playbook is somewhat misleading. Variables are defined within plays and are only visible within the play they are defined in *not* the entire playbook. There is no way to define vars to have strictly playbook scope. ( #73986 )
...
+label: docsite_pr
4 years ago
Marketka
0bf9b7fdf8
Added prerequisites to install for CentOS ( #73993 )
...
* Added prerequisites to install for CentOS as well so CentOS users don't have to look for alternatives for each Ubuntu package.
Signed-off-by: mm667937 <marketa.muzikova@broadcom.com>
Signed-off-by: mm667937 <marketa.muzikova@broadcom.com>
4 years ago
saruter
73c08df2db
Docs: Add filter "urlencode" with example ( #74034 )
...
* Add example for URLENCODE filter
4 years ago
Alicia Cozine
eb631c1881
use present tense for porting guide entries ( #74021 )
...
Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
Co-authored-by: Sandra McCann <samccann@redhat.com>
4 years ago
Andrew Klychkov
46b02e125f
dev_guide/testing_integration: update image list ( #74017 )
4 years ago
David Greaves
4881ca1dcb
Introduce the concept of playbooks early on ( #74018 )
...
* Introduce the concept of playbooks early on
Co-authored-by: Sandra McCann <samccann@redhat.com>
4 years ago
Mark Mercado
3bccfb1615
Updating Community docs with DO information ( #74019 )
4 years ago
Andrew Klychkov
77ec2b3b3a
Documentation: update committer_guidelines.rst ( #73782 )
...
Co-authored-by: Sandra McCann <samccann@redhat.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
4 years ago
Toshio Kuratomi
c8a7899869
Update the porting guide for a new ansible version ( #74016 )
4 years ago
Andrew Klychkov
0543916a86
Docsite: clarify a changelog entry format ( #73902 )
...
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Sandra McCann <samccann@redhat.com>
4 years ago
Jim Speir
4780e10a2b
Adding jborean93/WindowsServer2019 in docs ( #73950 )
4 years ago
Matt Davis
c6cf7986ab
add porting guide info for optional module_utils ( #73979 )
4 years ago
Brian Coca
ccd9a992cf
complex data example using value and default from list of dicts ( #73937 )
4 years ago
sgpinkus
efe97aeb31
Update developing_inventory.rst ( #73931 )
...
* Update developing_inventory.rst
hashes/dictionaries in JSON (JavaScript Object Notation) are represented by what JSON calls "objects", so use that established terminology instead of "hash", "dictionary", or "hash/dictionary" etc.
* Update docs/docsite/rst/dev_guide/developing_inventory.rst
Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
4 years ago
Ompragash Viswanathan
561cdf3ace
Updated COLLECTIONS_4.rst to include ansible-inclusion repo link for new collection submission ( #73582 )
...
Co-authored-by: Sandra McCann <samccann@redhat.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
Co-authored-by: Sandra McCann <samccann@redhat.com>
4 years ago
Sloane Hertel
95dc8f2361
Add some dev documentation for constructed features ( #73497 )
4 years ago
Alicia Cozine
30c465c1a9
Promote publication ( #72400 )
...
Co-authored-by: Sandra McCann <samccann@redhat.com>
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
Co-authored-by: Sandra McCann <samccann@redhat.com>
4 years ago
Alicia Cozine
b57444af14
Rebased pr73824 ( #73934 )
...
Co-authored-by: Eugene <k.evgen61@gmail.com>
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
4 years ago
Toshio Kuratomi
0279d02980
Add porting guide for ansible 4
4 years ago
Toshio Kuratomi
e10da3c368
Porting guide changes when adding a new ansible release
...
* Add the ansible-4 porting guide to the index
* Need to exclude the porting guide for ansible-4 from the core docs build
4 years ago
Ikko Ashimine
3098022146
Fix typo in porting_guide_3.rst ( #73871 )
...
paramater -> parameter
4 years ago
Toshio Kuratomi
197e8f5640
Mention that minor releases end once the next ansible release is made. ( #73836 )
4 years ago
Toshio Kuratomi
780f79ecbc
Update the porting guide for a new ansible version ( #73856 )
4 years ago
Sandra McCann
bd020dd14a
describe what ansible-core is ( #73829 )
4 years ago
Jens Heinrich
27eaab310b
Add direct link to using multiple inventory sources ( #73680 )
...
This helps users to find the right ressources more easily and prevents them from clicking the first matching link only to be redirected to a subsection on the samepage from there
Co-authored-by: Jens Heinrich <github.com/JensHeinrich>
4 years ago