Eugene Korekin
07adeff665
Fix typo ( #42433 )
...
+label: docsite_pr
2018-07-07 15:04:05 -04:00
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>
2018-07-06 12:29:52 -05:00
Alex Stephen
2916adc88a
New doc guide for GCP ( #41753 )
...
* New doc guide for GCP
* Changes per PR
* Addressing PR comments on GCE scenario guide
2018-07-06 09:09:13 -05:00
Sachidananda Urs
fecda03066
Fix typos in documentation ( #42406 )
...
Fix typos in unit test documentation
Fixes: #42405
2018-07-06 17:37:57 +05:30
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
2018-07-05 17:30:46 -04:00
Sam Doran
3e2a4f67cf
Update link to GitHub admin process ( #42364 )
2018-07-05 15:38:52 -04:00
John R Barker
6366df700d
Document module links ( #42308 )
2018-07-05 14:19:09 -05:00
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
2018-07-05 09:57:58 -04:00
Alexandre Vicenzi
df2e0c7c00
Fix broken links. ( #42323 )
2018-07-04 18:54:49 -07:00
Alexandre Vicenzi
1dafd92c8e
Fix Ansible Galaxy documentation link. ( #42316 )
...
More info: https://github.com/ansible/galaxy/issues/830
2018-07-04 09:52:47 -07:00
Dag Wieers
75c8d8bfc2
Fix aci_tenant module references
...
<!--- Your description here -->
+label: docsite_pr
2018-07-03 10:39:46 +02:00
Andrew Gaffney
21b99bff94
Fix 'ansible-doc' command in action plugin docs ( #42206 )
2018-07-02 13:26:46 -05:00
Brian Coca
d497eba196
several FAQ updates and clarifications
2018-07-02 10:46:59 -04:00
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
2018-06-29 17:15:43 -07:00
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
2018-06-29 16:46:10 -07:00
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)
2018-06-29 11:12:01 -07:00
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
2018-06-29 10:47:07 -05:00
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
2018-06-28 13:09:22 -07:00
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.
2018-06-28 12:26:14 -05:00
Abhijeet Kasurde
19ece7b740
VMware: Add scenario guide ( #40075 )
...
This adds a scenario guide for vmware
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-06-28 14:58:22 +05:30
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
2018-06-27 22:31:47 -04:00
Matt Clay
d4ed572e91
Update roadmap schedule for 2.6.
2018-06-26 21:52:58 -07:00
Matt Martz
11ce954226
Fix docs for all test. Fixes #41956 ( #41965 )
2018-06-26 14:53:58 -05:00
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
2018-06-26 14:09:23 -04:00
Matt Clay
e60da3feaf
Update 2.6 roadmap release schedule.
2018-06-25 22:10:37 -07:00
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
2018-06-26 14:40:49 +10:00
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.
2018-06-25 15:53:56 -07:00
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
2018-06-25 16:53:19 -04:00
Jordan Borean
0b2ec9b11c
windows dsc docs: fix missing colon in example ( #41886 )
2018-06-25 11:38:08 +10:00
Toshio Kuratomi
8841fdd481
Bump versions on release_and_maintenance doc
...
(cherry picked from commit c8b1b271c6
)
2018-06-21 18:01:19 -07:00
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.
2018-06-21 15:56:54 -05:00
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
2018-06-21 11:58:39 -04:00
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)
2018-06-21 13:51:58 +02:00
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>
2018-06-20 12:05:49 -04:00
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
2018-06-18 10:56:55 -05:00
zharalim
d52ea9518d
Update playbooks_filters.rst ( #41628 )
...
Add an example on how to use regexp_replace to modify list items.
+label: docsite_pr
Fix typo
2018-06-18 10:20:23 -04:00
Jon Dufresne
bf304832ff
Prefer readthedocs.io instead of readthedocs.org for doc links ( #41537 )
...
Read the Docs moved hosting to readthedocs.io instead of
readthedocs.org. Fix all links in the project.
For additional details, see:
https://blog.readthedocs.com/securing-subdomains/
> Starting today, Read the Docs will start hosting projects from
> subdomains on the domain readthedocs.io, instead of on
> readthedocs.org. This change addresses some security concerns around
> site cookies while hosting user generated data on the same domain as
> our dashboard.
2018-06-18 08:22:50 -04:00
Jon Dufresne
dc7e50fa90
Update additional pypi.python.org URLs to pypi.org ( #41373 )
...
For details on the new PyPI, see the blog post:
https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
2018-06-17 14:01:18 +02:00
Abhijeet Kasurde
01cdc22ac6
Add documentation around package dependencies ( #41437 )
...
Documented procedure to handle package dependencies required by
packages which are Ansible dependencies.
Fixes : #30732
Fixes : #16571
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-06-15 20:44:01 +05:30
Jeff Geerling
a4f49ed648
Fix typos in blocks documentation examples. ( #41508 )
2018-06-14 16:14:11 +10:00
Matt Martz
dd8d74c351
Add docs for debugger for keyword dumper ( #41421 )
2018-06-11 16:18:01 -05:00
Sam Doran
30da71d880
Update docs on import/include tasks ( #33032 )
2018-06-11 13:01:53 -04:00
Matt Clay
2ecf1d35d3
Update 2.6 roadmap schedule.
2018-06-09 00:11:17 -07:00
wazzaz
91803c6ad3
Format fix on VMware Guide ( #41272 )
...
* Updating format of VMware Guide: small formatting error - hyperlink to module
2018-06-08 11:15:04 -05:00
Felix Fontein
9f84c09bf3
Changing example code block language from yaml to yaml+jinja. ( #40365 )
2018-06-07 16:12:09 -05:00
MironVeryanskiy
f785bf3a9c
Fix docs typo modules_intro.rst ( #40835 )
...
Fixed typo in modules_intro.rst.
+label: docsite_pr
2018-06-07 15:17:20 -05:00
Hideki Saito
d7df072b96
Add syslog_facility parameter handling with systemd.journal ( #41078 )
...
* Add syslog_facility parameter handling with systemd.journal
- Fixed issue #41072
Signed-off-by: Hideki Saito <saito@fgrep.org>
2018-06-07 12:23:13 -07:00
Matt Martz
4ca23cb147
Ensure the 2.7 porting guide is in the toc ( #41267 )
2018-06-07 12:22:23 -05:00
Till Maas
8be3924d4e
Add Fedora as possible ansible_distribution value ( #41177 )
...
"ansible_distribution" can also be Fedora
+label: docsite_pr
2018-06-06 11:15:00 +02:00
Abhijeet Kasurde
e8227e8395
Add note about updating pip ( #41124 )
...
Fixes : #39120
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-06-06 09:27:07 +05:30