Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport/2.8/docs rst omnibus #56310

Merged
merged 20 commits into from
May 13, 2019

Commits on May 10, 2019

  1. Update windows_setup.rst (ansible#55535)

    Wrong protocol and port in command.
    
    +label: docsite_pr
    
    (cherry picked from commit 6ea3eca)
    spellis authored and acozine committed May 10, 2019
    Configuration menu
    Copy the full SHA
    fd36af9 View commit details
    Browse the repository at this point in the history
  2. Clarify the Vault guide and add Vault ID examples (ansible#55111)

    updates docs/docsite/rst/user_guide/vault.rst
    * Add reference to single variable vault encryption
    * rST ref to jump to the section
    * Clarify the two targets of vault encryption, with notes about advantages and drawbacks of each
    * Add the default form for --vault-id
    * Add Vault ID examples for normal operations
    
    Co-Authored-By: tacatac <taca@kadisius.eu>
    (cherry picked from commit 79198ca)
    tacatac authored and acozine committed May 10, 2019
    Configuration menu
    Copy the full SHA
    a27d8cd View commit details
    Browse the repository at this point in the history
  3. Improve consistency of loop documentation (ansible#55674)

    There were a series of sections with subheadings in the loop
    documentation, but the most recent additions did not follow the same
    pattern.
    
    (cherry picked from commit a5cb47d)
    larsks authored and acozine committed May 10, 2019
    Configuration menu
    Copy the full SHA
    53d1c8b View commit details
    Browse the repository at this point in the history
  4. Add Microsoft Document URL for WinRM Memory Hotfix (ansible#55680)

    * Add microsoft document for memory hotfix
    
    * Update docs/docsite/rst/user_guide/windows_setup.rst
    
    Co-Authored-By: hiyokotaisa <thel.vadam2485@gmail.com>
    (cherry picked from commit 7b86208)
    hiyokotaisa authored and acozine committed May 10, 2019
    Configuration menu
    Copy the full SHA
    ce0ff4a View commit details
    Browse the repository at this point in the history
  5. Clarify poll value behaviour in playbook async doc (ansible#54929)

    Clarify the documentation for `async` and `poll`; describe the behavior when `poll` = 0 and when it does not.
    
    * Update docs/docsite/rst/user_guide/playbooks_async.rst
    
    * Update the default poll value in async doc
    
    Co-Authored-By: tacatac <taca@kadisius.eu>
    (cherry picked from commit dbc64ae)
    tacatac authored and acozine committed May 10, 2019
    Configuration menu
    Copy the full SHA
    ba76b60 View commit details
    Browse the repository at this point in the history
  6. Add security group info and example to AWS guide (ansible#55783)

    * expand documentation on how to use lookup plugin aws_service_ip_ranges with ec2_group module
    
    * fix rst syntax error
    
    (cherry picked from commit bb5059f)
    acozine committed May 10, 2019
    Configuration menu
    Copy the full SHA
    6f7dc69 View commit details
    Browse the repository at this point in the history
  7. correct description of modules vs plugins (ansible#55784)

    (cherry picked from commit 9d5b5d7)
    acozine committed May 10, 2019
    Configuration menu
    Copy the full SHA
    132a2a7 View commit details
    Browse the repository at this point in the history
  8. Fix var naming (ansible#55795)

    Make vars match tasks in Google Compute guide.
    
    (cherry picked from commit 943f733)
    stroebitzer authored and acozine committed May 10, 2019
    Configuration menu
    Copy the full SHA
    255acf7 View commit details
    Browse the repository at this point in the history
  9. Clarifies how Ansible processes multiple failed_when conditions (an…

    …sible#55941)
    
    Docs: Clarify that multiple failed_when conditions join with AND not OR to counter third-party pages online incorrectly stating that it uses `OR`. ([example](https://groups.google.com/d/msg/ansible-project/cIaQTmY3ZLE/c5w8rlmdHWIJ)).
    (cherry picked from commit 5439eb8)
    acozine committed May 10, 2019
    Configuration menu
    Copy the full SHA
    37874d9 View commit details
    Browse the repository at this point in the history
  10. Docs: edits & expands module_utils & search path info in dev guide (a…

    …nsible#55931)
    
    * Update docs/docsite/rst/dev_guide/developing_module_utilities.rst
    
    (cherry picked from commit 8542459)
    acozine committed May 10, 2019
    Configuration menu
    Copy the full SHA
    e9f43ea View commit details
    Browse the repository at this point in the history
  11. Add faq note about ssh ServerAliveInterval (ansible#55568)

    (cherry picked from commit 76dba7a)
    Klaas- authored and acozine committed May 10, 2019
    Configuration menu
    Copy the full SHA
    59239c9 View commit details
    Browse the repository at this point in the history
  12. docsite: correct path, list requirements for testing module docs, etc. (

    ansible#52008)
    
    * dev_guide: correct path, list requirements, etc.; module HTML docs are in '_build/html/module' subdir
    
    (cherry picked from commit b14f477)
    mz0 authored and acozine committed May 10, 2019
    Configuration menu
    Copy the full SHA
    f3782ed View commit details
    Browse the repository at this point in the history
  13. Developer documentation update involving module invocation (ansible#5…

    …5747)
    
    * Update docs for the 2.7 change to AnsiballZ which invokes modules with one
      less Python interpreter
    
    * Add a section on how module results are returned and on trust between modules, action plugins, and the executor.
    
    * Update docs/docsite/rst/dev_guide/developing_program_flow_modules.rst
    
    Co-Authored-By: abadger <a.badger@gmail.com>
    (cherry picked from commit edafa71)
    abadger authored and acozine committed May 10, 2019
    Configuration menu
    Copy the full SHA
    523acfc View commit details
    Browse the repository at this point in the history
  14. add doc example of multiline failed_when with OR (ansible#56007)

    * add doc example of multiline failed_when with OR
    
    * add variety to multiple OR failed_when doc example
    
    (cherry picked from commit 7d5ada7)
    Matthew Davis authored and acozine committed May 10, 2019
    Configuration menu
    Copy the full SHA
    a479516 View commit details
    Browse the repository at this point in the history
  15. Note that by default the regex test is identical to match, but can do…

    … much more (ansible#50205)
    
    * Note that the regex test behaves like 'match', with default settings
    
    (cherry picked from commit 86e98c5)
    jimrollenhagen authored and acozine committed May 10, 2019
    Configuration menu
    Copy the full SHA
    8a0f834 View commit details
    Browse the repository at this point in the history
  16. more info on how vaults work (ansible#56183)

    also add warning about what it covers.
    
    (cherry picked from commit 8ff27c4)
    bcoca authored and acozine committed May 10, 2019
    Configuration menu
    Copy the full SHA
    7ad7d49 View commit details
    Browse the repository at this point in the history
  17. Fix var naming (ansible#55796)

    * Fix var naming in GCE guide
    
    (cherry picked from commit dae5564)
    stroebitzer authored and acozine committed May 10, 2019
    Configuration menu
    Copy the full SHA
    d378cba View commit details
    Browse the repository at this point in the history
  18. dev_guide: Various small updates (ansible#53273)

    * Document the clarifications that I usually remark when doing reviews
    * Update docs/docsite/rst/dev_guide/developing_modules_documenting.rst
    
    Co-Authored-By: dagwieers <dag@wieers.com>
    (cherry picked from commit eac7f1f)
    dagwieers authored and acozine committed May 10, 2019
    Configuration menu
    Copy the full SHA
    52348b6 View commit details
    Browse the repository at this point in the history
  19. Lack of "--update" flag in older Ubuntu distros (ansible#56283)

    When installing Ansible on older Ubuntu distributions be aware of the lack of ``-u`` or ``--update`` flag.
    
    +label: docsite_pr
    
    (cherry picked from commit dd0b0ae)
    coolblknerd authored and acozine committed May 10, 2019
    Configuration menu
    Copy the full SHA
    ea23e55 View commit details
    Browse the repository at this point in the history
  20. should have gone into 52373 (ansible#56306)

    (cherry picked from commit 3c8d8b1)
    acozine committed May 10, 2019
    Configuration menu
    Copy the full SHA
    4d536ba View commit details
    Browse the repository at this point in the history