Sandra McCann
7f9258b024
update backport instructions for 2.11 ( #71567 )
...
* update backport instructions in docs/docsite/rst/community/development_process.rst
Co-authored-by: Matt Martz <matt@sivel.net>
4 years ago
Andrew Klychkov
bfba0ffc45
Docsite: improve developing_modules_documenting.rst ( #71590 )
...
* Docsite: improve developing_modules_documenting.rst
* add necessary dots to returns descriptions
4 years ago
Andrew Klychkov
cda5854099
Docsite: improve spelling_word_choice.rst ( #71592 )
4 years ago
Toshio Kuratomi
1882c60b04
Update the porting guide for ansible-2.10.0b1 ( #71583 )
4 years ago
Rick Elrod
0c50ee1abe
[docs] Fix up porting guides for CVE revert ( #71580 )
...
Change:
- Fix up wording and do proper backports for porting guide entries.
Signed-off-by: Rick Elrod <rick@elrod.me>
4 years ago
Alicia Cozine
b694dbadfe
User guide overhaul, Table of Contents ( #71553 )
4 years ago
Alicia Cozine
29b20bd1b1
DOCS: Mentions ansible-base, adds collections pointers to Community and Dev Guides ( #71480 )
4 years ago
Andrew Klychkov
56423b1648
testing_sanity.rst: add argument for running in docker ( #71223 )
4 years ago
Sandra McCann
f75223d2c6
update install for 2.10 ( #71543 )
...
* update install for 2.10
4 years ago
Matt Deacalion
ec3920cef1
Update intro_patterns.rst ( #71542 )
...
Call out the trailing comma when specifying a single host. Small snag that took me a while to notice.
4 years ago
Amin Vakil
bc6461432e
Add --allow-disabled to sanity docs ( #71524 )
4 years ago
Sandra McCann
d6fe849b2e
add skeleton 2.11 base roadmap ( #71478 )
4 years ago
Toshio Kuratomi
c586d436fa
Feature freeze date has been merged with Ansible-2.10.0beta1 ( #71494 )
4 years ago
Sandra McCann
addee0699e
quick update to changelog instructins ( #71492 )
4 years ago
Sandra McCann
b6f10b9b52
update Network Advanced Topics for FQCN ( #71325 )
...
* update Network Advanced Topics for FQCN
4 years ago
Alicia Cozine
f82a1e06d7
updates network plugin docs pages for 2.10 ( #71467 )
...
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
4 years ago
Abhijeet Kasurde
3c8744f0c1
Add link to Matt's blog ( #71436 )
...
nitzmahone's blog nicely explained why Windows is not supported
as Ansible controller. Link that in documentation so users can
read about it.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
4 years ago
Abhijeet Kasurde
0b16c0a8c7
user_guide: Fix reuse role examples ( #71440 )
...
Fixes : #53919
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
4 years ago
Abhijeet Kasurde
5c1594916a
user_guide: Add an example for loop ( #71441 )
...
Explain how to use complex data in loop while converting
from with_together
Fixes : #47906
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
4 years ago
John Westcott IV
a6537b59ab
Modify wording to specify two ctl-d to end stdin input in ansible-vault ( #69436 )
...
* 51860 - Modify wording to specify two ctl-d to end stdin input in ansible-vault
* removes space to make line 160 chars
4 years ago
Patrick Reader
2b7461eb52
fix broken links due to master -> main branch rename ( #71426 )
4 years ago
flowerysong
66e38bf499
docs: Remove examples using the `ec2.py` script ( #69107 )
...
This script is mostly unmaintained and relies on the deprecated and
unmaintained `boto` library. Featuring it prominently in the docs
leads to many new users using it instead of the supported `aws_ec2`
inventory plugin.
4 years ago
Sandra McCann
6c48c62f93
document securing editor for vault ( #71404 )
4 years ago
Sloane Hertel
fb035da3b2
clarify inventory plugin user documentation ( #71387 )
4 years ago
Eric G
13ab73cd89
Docs: ansible_host can contain FQDN ( #71186 )
4 years ago
David M. Lee
3e4377300b
Explain duplicate checks includes tags and when ( #68183 )
...
##### SUMMARY
Per #67913 , when comparing dependencies, Ansible takes into account parameters, tags and the when clause in determining whether a role is a duplicate or not.
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
4 years ago
Sloane Hertel
1425e3597b
Allow meta tasks to use tags ( #67508 )
...
* Support tags for explicit meta tasks
Add --list-tasks tests for meta tags
Add breaking_changes changelog fragment and porting guide
4 years ago
Abhijeet Kasurde
59b80b9146
docs: Update Kubernetes Guide ( #71372 )
...
Fixes : #61681
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
4 years ago
Andrew Klychkov
5498b0bb71
Documentation: improve dev_guide/testing_integration.rst ( #71370 )
4 years ago
Felix Fontein
a479b003e8
Fix module links. ( #71030 )
4 years ago
Andrew Klychkov
b82889eef5
Add note about integration tests for new modules to the dev guide ( #71345 )
4 years ago
Sandra McCann
74f88c56a5
quick fix to change main back to devel ( #71342 )
...
* quick fix to change main back to devel
* Update docs/docsite/rst/dev_guide/developing_collections.rst
Co-authored-by: Felix Fontein <felix@fontein.de>
4 years ago
Rick Elrod
ea58d7c233
Make it so callback plugins can act on implicit/explicit meta tasks ( #71009 )
...
Change:
- Now sends meta tasks to the task start callback
- Lets callback plugins opt-in to receiving implicit tasks
Test Plan:
- New integration tests
Tickets:
- Indirectly fixes #71007 by allowing custom callbacks with this data
Signed-off-by: Rick Elrod <rick@elrod.me>
4 years ago
Abhijeet Kasurde
a1257d75aa
network: Correct documentation ( #71246 )
...
ini-style inventory does not support Ansible Vault password.
This fixes network_best_practices_2.5 doc.
Fixes : #69039
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
4 years ago
Abhijeet Kasurde
4f993922c8
Add documentation about info/facts module development ( #71250 )
...
Fixes : #40151
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
4 years ago
Sandra McCann
f79a7c5585
Update Network Getting Started for FQCN/collection world ( #71188 )
...
* pull out network roles, cleanup, update first playbook examples, update gather facts section, some inventory conversion to .yml, update inventory and roles, simplify the navigation titles, fix tocs, feedback comments
4 years ago
Alicia Cozine
5073cfc8bc
incorporate minimalism feedback on debugging page ( #71272 )
...
Co-authored-by: bobjohnsrh <50667510+bobjohnsrh@users.noreply.github.com>
4 years ago
Alicia Cozine
02ea80f6d7
tidies up vars page ( #71339 )
4 years ago
Sayee
4d68efbe24
Writing style updates to Using Variables topic ( #71194 )
...
* updated topic title, underline length for headings, and incorporated peer feedback
4 years ago
Andrew Klychkov
180507c62b
dev_guide: improve developing_collections.rst ( #71332 )
4 years ago
Remi Verchere
824cd4cbeb
Update ansible european IRC channel ( #71326 )
...
Signed-off-by: Rémi VERCHERE <remi@verchere.fr>
4 years ago
Abhijeet Kasurde
606604bb97
Add warning about copyright year change ( #71251 )
...
To simplify project administration and avoid any legal issues,
add a warning in the docs. This reflects - https://github.com/ansible/ansible/issues/45989#issuecomment-423635622 and fixes : #45989
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
4 years ago
Sayee
ecd3b52ad7
Writing style updates to Developing dynamic inventory topic ( #71245 )
...
* modified the writing style
* incorporated peer feedback
4 years ago
Abhijeet Kasurde
ecea018506
Fix 404 links ( #71256 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
4 years ago
Felix Fontein
ee48e0b0ad
Fix roadmap formatting. ( #71275 )
4 years ago
Felix Fontein
61b7f234bd
Update auto-generated 2.10 porting guide in devel. ( #71276 )
4 years ago
Andrew Klychkov
a496b89d6f
overview_architecture.rst: fix playbook example ( #71303 )
4 years ago
Andrew Klychkov
9296ee9329
developing_modules_in_groups.rst: add note about releasing ( #71305 )
4 years ago
Baptiste Mille-Mathias
92d59a58c0
Fix code markups and add link to CVE ( #71082 )
4 years ago
Toshio Kuratomi
e507c127e5
Move 2.10.0rc1 release date a few days forward. ( #71270 )
...
At yesterday's meeting it was decided to have ansible-2.10.0 depend on
ansible-base-2.10.1 so that we can get several fixes for ansible-base's
routing (including adding the gluster.gluster collection).
ansible-base-2.10.1 will release on September 8th. So we will plan on
releasing ansible-2.10.0rc1 on the 10th.
https://meetbot.fedoraproject.org/ansible-community/2020-08-12/ansible_community_meeting.2020-08-12-18.00.html
4 years ago