John R Barker
5bcdf4f204
cli_config, not net_config ( #42903 )
6 years ago
Sandra McCann
1900635409
fixed typo ( #42900 )
6 years ago
Matt Davis
1c420f160a
add links to roadmap projects/issues/PRs ( #42771 )
...
* add links to roadmap projects/issues/PRs
6 years ago
Taranjeet Singh
58d6044251
Docs: Update sentence structure in user guide ( #42884 )
...
This commit fixes the information about become keyword in
Introduction to Playbook part under User Guide.
6 years ago
Matt Martz
27b4d7ed31
Add feature to expose vars/defaults with include/import_role ( #41330 )
...
* First pass at making 'private' work on include_role, imports are always public
* Prevent dupe task execution and overwriting handlers
* New functionality will use public instead of deprecated private
* Add tests for public exposure
* Validate vars before import/include to ensure they don't expose too early
* Add porting guide docs about public argument and change to import_role
* Add additional docs about public and vars exposure to module docs
* Insert role handlers at parse time, exposing them globally
6 years ago
Dylan Silva
65643dfc8c
Updated winrm details for more clarity ( #42574 )
6 years ago
Sviatoslav Sydorenko
97cc0cce7f
🚸 🐍 🍒 ⛏ Integrate cherry picker ( #41403 )
...
This enables developers to use cherry-picker for backporting purposes.
This tool originally comes from Core Python Development Workflow.
Ref: https://pypi.org/p/cherry-picker
Ref: https://github.com/python/core-workflow/tree/master/cherry_picker
Also:
* 📝 Add docs about supporting cherry-picker
6 years ago
Jiri Tyr
028f79a86b
Adding the Ansible way how to create a password hash
6 years ago
Fran Fitzpatrick
5928ec04ca
Adds an ipmath filter ( #41985 )
6 years ago
Brian Coca
a37f27a243
removed note from already removed 1.x api comment
...
fixes #39888
6 years ago
saidmu
52fe9aaf04
Update intro_inventory.rst
...
<!--- I think a colon is missing-->
+label: docsite_pr
6 years ago
Abhijeet Kasurde
ef67f580cc
VMware: Add scenario guide for renaming VM ( #42094 )
...
This adds new sceario guide for renaming an existing virtual machine
to new name.
Fixes : #42084
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Dylan Silva
c227a0c8bb
Initial upload of roadmap for 2.7 ( #41845 )
...
* Initial upload of roadmap for 2.7
* Update ROADMAP_2_7.rst
* Uses regular quotes, rather than smart quotes
* Fix broken link
6 years ago
Sam Doran
7b0dea45e9
Update JSON Query filter examples ( #42432 )
...
* Update JSON Query filter examples
Correct syntax on one example
Add more examples of escaping
Change example to show joining list to string
6 years ago
Brian Coca
b21c7c0232
create default status for when not provided
...
* also updated text to be 'plugin friendly' vs hardcoding modules
(cherry picked from commit 341a0f7b035588557d35fc12164a0f4031c786fe)
6 years ago
Eugene Korekin
07adeff665
Fix typo ( #42433 )
...
+label: docsite_pr
6 years ago
Abhijeet Kasurde
6339e37abd
VMware: Remove VM using vmware_guest ( #42100 )
...
* VMware: Remove VM using vmware_guest
This adds scenario guide for removing VM using vmware_guest module.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* code review comments
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Alex Stephen
2916adc88a
New doc guide for GCP ( #41753 )
...
* New doc guide for GCP
* Changes per PR
* Addressing PR comments on GCE scenario guide
6 years ago
Sachidananda Urs
fecda03066
Fix typos in documentation ( #42406 )
...
Fix typos in unit test documentation
Fixes: #42405
6 years ago
Brian Coca
475abc0af7
inventory plugin docs ( #42022 )
...
* inventory plugin docs
* added set options
* minor wording and formatting fixes
* changed headers to std as per #35520 , also added to main readme
* unified inventory plugin devel, referenced from generic plugin dev
* fixed typos and update as per feedback
6 years ago
Sam Doran
3e2a4f67cf
Update link to GitHub admin process ( #42364 )
6 years ago
John R Barker
6366df700d
Document module links ( #42308 )
6 years ago
John R Barker
d962611528
Allow documentation of module options type ( #42285 )
...
* Allow documentation of module options
Pass through the `type` of a modules option so it's displayed on the
html module docs
* docs
6 years ago
Alexandre Vicenzi
df2e0c7c00
Fix broken links. ( #42323 )
6 years ago
Alexandre Vicenzi
1dafd92c8e
Fix Ansible Galaxy documentation link. ( #42316 )
...
More info: https://github.com/ansible/galaxy/issues/830
6 years ago
Dag Wieers
75c8d8bfc2
Fix aci_tenant module references
...
<!--- Your description here -->
+label: docsite_pr
6 years ago
Andrew Gaffney
21b99bff94
Fix 'ansible-doc' command in action plugin docs ( #42206 )
6 years ago
Brian Coca
d497eba196
several FAQ updates and clarifications
6 years ago
Sam Doran
fb55038d75
Add warning when using an empty regexp in lineinfile ( #42013 )
...
* Revert "Account for empty string regexp in lineinfile (#41451 )"
This reverts commit 4b5b4a760c
.
* Use context managers for interacting with files
* Store line and regexp parameters in a variable
* Add warning when regexp is an empty string
* Remove '=' from error messages
* Update warning message and add changelog
* Add tests
* Improve warning message
Offer an equivalent regexp that won't trigger the warning.
Update tests to match new warning.
* Add porting guide entry for lineinfile change
6 years ago
Brian Coca
b6f2aad600
ignore ansible.cfg in world writable cwd ( #42070 )
...
* ignore ansible.cfg in world writable cwd
* also added 'warnings' to config
* updated man page template
6 years ago
John R Barker
e9dbebfa57
Fix some broken links ( #42079 )
...
* Fix some broken links
* We now only serve via https
* redirects don't work with anchors, so update those links (devel/dev_guide)
6 years ago
Matt Martz
aea396f04b
Add items2dict filter that is the reverse of dict2items ( #42071 )
...
* Add items2dict filter that is the reverse of dict2items
* Address feedback about type checking, and add docs for zip/zip_longest
6 years ago
Alicia Cozine
e0a9a71b04
updates docs links to changelogs for all versions ( #41289 )
...
* updates docs links to changelogs for all versions
* updates latest 2.5 release
6 years ago
Felix Fontein
fb0b804988
Documentation: add parameter types, and version_added for return values and facts ( #41999 )
...
* Add types for parameters.
* Add version_added for return facts and return values.
6 years ago
Abhijeet Kasurde
19ece7b740
VMware: Add scenario guide ( #40075 )
...
This adds a scenario guide for vmware
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Felix Fontein
0752dc12b7
Documentation: show non-string non-iterable defaults for choices ( #40212 )
...
* Also marking non-string defaults.
* Adding list filter from #37517 to plugin_formatter.
* Simplifying list test.
* Redistribute imports
6 years ago
Matt Clay
d4ed572e91
Update roadmap schedule for 2.6.
6 years ago
Matt Martz
11ce954226
Fix docs for all test. Fixes #41956 ( #41965 )
6 years ago
Troy Murray
15ce7c5bab
change OS X to macOS ( #41294 )
...
* change OS X to macOS
<!--- Your description here -->
+label: docsite_pr
* Update all Mac OS X references to be macOS
* Drop extra Mac
6 years ago
Matt Clay
e60da3feaf
Update 2.6 roadmap release schedule.
6 years ago
Jordan Borean
2af36412f9
runas + async - get working on older hosts ( #41772 )
...
* runas + async - get working on older hosts
* fixed up sanity issues
* Moved first task to end of test for CI race issues
* Minor change to async test to be more stable, change to runas become to not touch the disk
* moved async test back to normal spot
6 years ago
Toshio Kuratomi
ad2e8dd6d8
Changes to support building docs with old jinja2
...
This commit: fa5c0282a4
relied upon
features present in Jinja-2.10 and above. The changes here allow us to
build the *rst* with older versions of jinja2.
6 years ago
Ted Timmons
3d78dd6677
add a third way to disable cows ( #41866 )
...
* add a third way to disable cows
Cows are great, but there's a third way to disable. I'm sure my RST markup can be improved.
* oops, actually in ansible.cfg
6 years ago
Jordan Borean
0b2ec9b11c
windows dsc docs: fix missing colon in example ( #41886 )
6 years ago
Toshio Kuratomi
8841fdd481
Bump versions on release_and_maintenance doc
...
(cherry picked from commit c8b1b271c6
)
6 years ago
Olivier Bourdon
06b73ff8f1
Add random_mac string filter ( #39775 )
...
Add new filter to generate random MAC addresses from
string prefix. See docs/docsite/rst/user_guide/playbooks_filters.rst
for more detailed infos.
6 years ago
Andrea Tartaglia
a342538aba
Add shell out checks ( #41545 )
...
* Added error codes for shell_out checks
* Added ignore lines for allowed Modules
* Added shell out checks
* Fixed pep8
* Updated regex to only match subprocess.Popen
* Added failing modules to ignore.txt
* Wrong postgresql module in ignore.txt
* Removed bigip from ignore.txt
6 years ago
Will Thames
50fe5dc090
Trim parameter documentation when generating docs ( #38470 )
...
While the HTML produced is perfectly valid, without the `trim` filter,
a lot of warnings are emitted (700 lines of warnings out of 2812 are
eliminated by this change)
6 years ago
Abhijeet Kasurde
27b85e732d
Argument spec must be dict/hash ( #40858 )
...
validate-modules should fail when argument is not dict/hash.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Matt Martz
ee221859cd
Load role vars and defaults before parsing tasks ( #40982 )
...
* Load role vars and defaults before parsing tasks. Fixes #40163
* Add porting guide note
* Wording clarifications
* typo
* grammar fixes
6 years ago