summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Fix bugs with modules_support.rstDylan Silva2017-09-111-6/+6
| | | | (cherry picked from commit 88aa0b764509acb7abe38906937da8c06c6a9424)
* Remove use of unicode_literals as it is an anti-patternToshio Kuratomi2017-09-111-0/+16
| | | | | | | | | from __future__ unicode_literals leads to developer confusion as developers no longer can tell whether a bare literal string is a byte string or a unicode string. Explicit marking as u"" or b"" is the way to solve the same problem in the Ansbile codebase. (cherry picked from commit ff13d58c1443aeb3a59e224f73ab82b52230c6ff)
* Update docs version stringJohn R Barker2017-09-111-1/+1
| | | Hack until https://github.com/ansible/ansible/issues/28553 is fixes
* Misc typo correctionsAbhijeet Kasurde2017-09-091-1/+1
| | | | | | | | | | Fix adds correction for typos * Anisble to Ansible * Fasle to False Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> (cherry picked from commit 8f6626bd8f38473b974a7fcd991547e3095018c0)
* generate rst doc pages for command line tools (#27530)Adrian Likins2017-09-087-78/+397
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * let generate_man also gen rst pages for cli tools * make template-file, output-dir, output format cli options for generate_man * update main Makefile to use generate_man.py for docs (man pages and rst) * update vault docs that use :option: * Edits based on https://github.com/alikins/ansible/commit/6e34ea62429c417939bd96b6de5bf7e6ab1ff765 and https://github.com/alikins/ansible/commit/a3afc785357878da354e21a709cf3b9f16c3f146 * add a optparse 'desc' to lib/ansible/cli/config.py The man page needs a short desc for the 'NAME' field which it gets from the option parse 'desc' value. Fixes building ansible-config man page. * add trim_docstring from pep257 to generate_man use pep258 docstring trim function to fix up any indention weirdness inherit to doc strings (ie, lines other than first line being indented. * Add refs to cli command actions To reference ansible-vaults --vault-id option, use: :option:`The link text here <ansible-vault --vault-id>` or: :option:`--vault-id <ansible-vault --vault-id>` To reference ansible-vault's 'encrypt' action, use: :ref:`The link text here <ansible_vault_encrypt>` or most of the time: :ref:`ansible-vault encrypt <ansible_vault_encrypt>` (cherry picked from commit 89c973445c6bbb08551703917a4eec6e484a3e0c)
* change generated playbooks_keywords.rst to use an rst 'glossary' (#28843)Adrian Likins2017-09-083-28/+35
| | | | | | | | | | * Use a rst glossary for playbooks_keywords docs * Add a 'Task' and 'Tasks' to glossary. * Update keywords desciptions, * use :term: rst ref, some quoting * Make it more obvious that 'retries' and 'until' need to be used in combination. (cherry picked from commit 52f2edf19d2750eff58eae18083160da4f3799f6)
* clarify import_ docs (#28395)Brian Coca2017-09-063-5/+14
| | | | | | | | | | * clarify import_ docs * fixed izpellz * Copy edits. (cherry picked from commit f4fff54f6804885f5b203406a614d07b331cc646)
* introducing ALSO YAML inventory (#28596)Brian Coca2017-09-061-27/+104
| | | | | | | | * introducing ALSO YAML inventory * Copy edits (cherry picked from commit c3550b58ede1fcfaf84da2a81bab394e040802bd)
* Fix rst syntax issue in docs.Matt Clay2017-09-061-1/+1
|
* updated modules support page with new information (#29071)v2.4.0.0-0.1.rc1Dylan Silva2017-09-061-25/+24
| | | | | | * updated modules support page with new information * Minor wording tweaks.
* Replace rst extension with html in message (#29022)Sam Doran2017-09-051-1/+1
|
* Fix small typos and extra whitespace in the docs (#24559)Eddie Peters2017-09-051-6/+6
|
* Properly format inline code.Sam Doran2017-09-051-1/+2
|
* Minor syntax error in block versionaddedIan Wienand2017-09-051-2/+1
| | | | | The syntax for versionadded is to have the string as a second argument.
* Fix exported SSL_CERT_FILE variable (#28968)Nicklas Laine Overgaard2017-09-051-1/+1
| | | The variable was pointing to a file with a `.cer` extension but the curl command downloads a `.pem` file which makes executions of the bash script fail
* Fix typo: s/certfied/certified/ (#28951)Pilou2017-09-021-1/+1
|
* Make python3 testing doc clearer for distro packaging users (#28948)Toshio Kuratomi2017-09-011-2/+19
| | | https://bugzilla.redhat.com/show_bug.cgi?id=1486612
* Adds documentation for all the regex filters (#28944)Fran Fitzpatrick2017-09-011-24/+42
|
* minor fixes to docsite root URLs (#28945)Matt Davis2017-09-011-3/+3
| | | | * fix hardcoded http schemes to use relative URLs * add doc fragment to version selector link to scroll target directly to the selector
* Fixed incorrect version numbers.Scott Butler2017-09-011-1/+1
|
* Changed header to say 'devel' instead of 2.4Scott Butler2017-09-011-2/+2
|
* docs: add fact caching directives to intro_configuration (#27040)Lars Kellogg-Stedman2017-09-011-0/+36
| | | | the fact_caching* configuration directives were not listed in intro_configuration.rst.
* Update playbooks_best_practices.rst (#26714)Ron V2017-09-011-1/+1
| | | fix point of confusion for newer users
* Clarify how tag inheritance works (#28942)Sam Doran2017-09-013-42/+50
| | | | | Fixes #20119 Another crack at PR #27147
* Add ANSIBLE_CONFIG envvar to config/envvars tmpl (#28886)Adrian Likins2017-09-011-0/+6
|
* Update places we mention env vars to use :envvar: (#28887)Adrian Likins2017-09-0110-20/+24
|
* update network section for completed items (#28927)Peter Sprygada2017-09-011-8/+8
|
* Vault docs (#26979)Adrian Likins2017-08-313-89/+425
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * start rst docs for ansible-vault encrypt_string * wip, vault format docs (sorta markdown ish atm) * wip - formatting * wip, vault docs * Fix refs to other docs for now fixing default_role in conf.py will remove need for this * add 'ref' to cli names * more vault docs * wip, misc fixes * add some encrypt_string examples * Fix up rstcheck warnings The code blocks in question included the output that would be echo'ed from running the command, which isnt valid bash. * fix formatting and rstcheck warnings about code-block * Add envvar ref for ANSIBLE_VAULT_PASSWORD_FILE * fix doc title * Fixed title underline
* Edit pass for relocated community documentation. (#28368)scottb2017-08-319-185/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Edit pass for relocated community documentation. * Updated info on Ansibullbot Fixed improper link syntax Change links to point to new documents Changed Ansibot to Ansibullbot Clarified workflow Change formatting on commans and tags * Update communication.rst Add Contents Use correct headings * Update communication.rst * Topics, remove whitespace, codeofconduct * Formatting * Correct heading * Update maintainers.rst * Minor edits and a request for more info * Removed some hard-to-localize wording. * Removed incomplete sentence * Minor edits per review
* Fixed wording.Scott Butler2017-08-311-1/+1
|
* Add note in documentation and add warning related to retries parameter used ↵Giovanni Sciortino2017-08-311-0/+2
| | | | without until (#28078)
* Generate a rst for config and env options from base.yml (#28739)Adrian Likins2017-08-314-1/+147
| | | | | | | | | | | | | | | | * wip, gen docs from config/base.yml * wip * dont change conf.py here * cleanup, add dump_config --template-file cli opt * some desc are string, some are lists... TODO: fix base.yml so it is consistent * Filter out TODO and empty descriptions
* Create urlsplit filter (#28537)Sam Doran2017-08-291-10/+60
| | | | | | | | | | | | | | | | | | | | | | | | * Improve tests for uri filter * Create URL Split docs * Add urlsplit filter * Py3 compatibility * Use helper method and eliminate query options * Add options, cleanup output, fix tests * Update docs * Add parenthesis to boilerplate import * Add debug task to tests * Use exclude option to filter returned values * Filter out additional option for Python 3
* expose cloud_environment override in azure_rm modules (#28743)Matt Davis2017-08-292-2/+10
| | | | * Can be set via env, credential profile, or module arg * Valid values defined by Azure Python SDK, currently `AzureCloud`,`AzureChinaCloud`,`AzureUSGovernment`,`AzureGermanCloud` or any Azure Stack metadata discovery URL.
* Updates community code of conduct emailChris Houseknecht2017-08-291-3/+4
|
* Update ROADMAP_2_4.rstJason McKerr2017-08-291-0/+2
|
* fix typos in various modules and docsite (#28747)René Moser2017-08-291-4/+4
|
* updated windows roadmap (#28740)Jordan Borean2017-08-281-3/+3
|
* Fixes #28290: Added missing colon for paramiko host_key_auto_add line in ↵Reid Wahl2017-08-281-1/+1
| | | | network_debug_troubleshooting.rst (#28695)
* Fixes #21041: Add note to intro_inventory.rst that the Docker example is a ↵Reid Wahl2017-08-281-0/+3
| | | | playbook and not an inventory file (#28697)
* Corrected RETURNS -> RETURNDag Wieers2017-08-281-2/+2
|
* added diff keyword to changelog/docsBrian Coca2017-08-241-0/+1
|
* doc: replace play_hosts with ansible_play_batch (#28526)René Moser2017-08-231-2/+2
|
* Fix documentation references.Matt Clay2017-08-224-4/+4
|
* Bump version in docs layout (#28523)Shane McDonald2017-08-221-1/+1
|
* Misc docs fixesToshio Kuratomi2017-08-226-35/+54
| | | | | | | | | | | | | | * Revise and link inline to the lists of modules * Fix jinja2 objects.inv fallback path * Fix bolding of deprecation marker * Change module_support to link to lists via :doc: That links to the top of the page instead of a section. * Add a short text for each list of maintained modules * Change maintenance info to only display on core and network modules
* Remove nonexistent special_interest-groups docToshio Kuratomi2017-08-221-1/+0
|
* On clean, remove the *_maintained.rst generated filesToshio Kuratomi2017-08-221-0/+1
|
* Adding missing period into the module doc templateJiri Tyr2017-08-211-1/+1
|
* Fix trailing space in ec2_vol example, fix 'the the' typos (#28440)David Kretch2017-08-194-5/+5
| | | | | | | | | | | | * Fix 'the the' typos, fix 'pahting' filename typo * Change 'the the' typos to a single 'the'. * Change `playbook_pahting.rst` to `playbook_pathing.rst`. * Delete trailing space in ec2_vol example Delete the trailing space in `instance: "{{ item.id }} "`, which makes the example fail when run because it looks for instance "i-xxxx ".