Chris Smolen
1e2b332001
Update the regex_findall example ( #43052 )
...
<!--- Your description here -->
The example has:
`{{ 'Some DNS servers are 8.8.8.8 and 8.8.4.4' | regex_findall('\b(?:[0-9]{1,3}\.){3}[0-9]{1,3}\b') }}`
It needs be double backslashes to escape the backslashes:
`{{ 'Some DNS servers are 8.8.8.8 and 8.8.4.4' | regex_findall('\\b(?:[0-9]{1,3}\\.){3}[0-9]{1,3}\\b') }}`
+label: docsite_pr
2018-07-19 19:02:49 -04:00
Brian Coca
18aa87803f
remove dupe entries
2018-07-19 12:16:33 -04:00
Sergiu Marsavela
8d194fa5f7
Update Openstack dynamic inventory reference ( #41459 )
...
* Update Openstack dynamic inventory link
* Add note for change of script name
* Change name of script to prevent Python module import errors.
Fixes #41562
2018-07-18 21:34:11 +05:30
John R Barker
5bcdf4f204
cli_config, not net_config ( #42903 )
2018-07-17 10:18:23 -07:00
Sandra McCann
1900635409
fixed typo ( #42900 )
2018-07-17 12:13:20 -04:00
Matt Davis
1c420f160a
add links to roadmap projects/issues/PRs ( #42771 )
...
* add links to roadmap projects/issues/PRs
2018-07-17 09:11:05 -07:00
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.
2018-07-17 21:16:03 +05:30
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
2018-07-15 09:59:30 -05:00
Dylan Silva
65643dfc8c
Updated winrm details for more clarity ( #42574 )
2018-07-12 13:44:41 -07:00
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
2018-07-12 19:34:02 +03:00
Jiri Tyr
028f79a86b
Adding the Ansible way how to create a password hash
2018-07-11 20:30:26 -04:00
Fran Fitzpatrick
5928ec04ca
Adds an ipmath filter ( #41985 )
2018-07-11 10:52:31 -07:00
Brian Coca
a37f27a243
removed note from already removed 1.x api comment
...
fixes #39888
2018-07-11 11:55:57 -04:00
saidmu
52fe9aaf04
Update intro_inventory.rst
...
<!--- I think a colon is missing-->
+label: docsite_pr
2018-07-10 12:08:21 -04:00
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>
2018-07-10 09:22:52 -05:00
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
2018-07-09 12:29:08 -07:00
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
2018-07-09 15:09:52 -04:00
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)
2018-07-09 11:44:01 -04:00
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