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

Docs [2.10] Backportapalooza 6 #71129

Merged
merged 21 commits into from Aug 7, 2020
Merged

Commits on Aug 6, 2020

  1. Misc typo fixes (ansible#71089)

    (cherry picked from commit 504ef60)
    Akasurde authored and samccann committed Aug 6, 2020
    Copy the full SHA
    ef04a74 View commit details
    Browse the repository at this point in the history
  2. Add some documentation for the format of meta/runtime.yml (ansible#71035

    )
    
    * Document the format of meta/runtime.yml
    
    * Document multiple Ansible versions
    
    Clarify difference between deprecation and tombstone fields
    
    * add note
    
    (cherry picked from commit a9eb8b0)
    s-hertel authored and samccann committed Aug 6, 2020
    Copy the full SHA
    ec9e22e View commit details
    Browse the repository at this point in the history
  3. add note to uninstall older versions of ansible for pip (ansible#71023)

    * add note to uninstall older versions of ansible for pip
    
    * combine with the other PR
    
    (cherry picked from commit 72d3d44)
    samccann committed Aug 6, 2020
    Copy the full SHA
    434d6e3 View commit details
    Browse the repository at this point in the history
  4. VMware: Inventory scenario guide for hostnames (ansible#71055)

    Added a scenario guide for ``hostnames`` parameter
    for vmware_vm_inventory.
    
    Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
    (cherry picked from commit 0055673)
    Akasurde authored and samccann committed Aug 6, 2020
    Copy the full SHA
    82a4be4 View commit details
    Browse the repository at this point in the history
  5. Document string tests a bit more (ansible#71049)

    - Explain how `regex` differs from `match` and `search`.
    - Document `multiline` and `ignorecase`.
    
    Signed-off-by: Rick Elrod <rick@elrod.me>
    (cherry picked from commit 701c638)
    relrod authored and samccann committed Aug 6, 2020
    Copy the full SHA
    c37dbe6 View commit details
    Browse the repository at this point in the history
  6. docs: Add a note about package requirements for fact gathering (ansib…

    …le#70796)
    
    Fixes: ansible#26148
    
    Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
    (cherry picked from commit a6725d6)
    Akasurde authored and samccann committed Aug 6, 2020
    Copy the full SHA
    32f6dc2 View commit details
    Browse the repository at this point in the history
  7. added note about fakeroot (ansible#71018)

    see ansible#70895
    
    (cherry picked from commit 11a31e9)
    bcoca authored and samccann committed Aug 6, 2020
    Copy the full SHA
    fcf0c7c View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    a7ac9c8 View commit details
    Browse the repository at this point in the history
  9. DOCS: add 2.10 collections roadmap (ansible#70975)

    * draft of 2.10 collections roadmap
    
    * incorporates feedback from felixfontein
    
    * gundalow and samccann feedback, fix link
    
    Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
    (cherry picked from commit 9879da8)
    acozine authored and samccann committed Aug 6, 2020
    Copy the full SHA
    e430622 View commit details
    Browse the repository at this point in the history
  10. updates changelog types; some updates for easier translation (ansible…

    …#71027)
    
    Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
    Co-authored-by: Felix Fontein <felix@fontein.de>
    (cherry picked from commit 4f4436c)
    acozine authored and samccann committed Aug 6, 2020
    Copy the full SHA
    fc69b2e View commit details
    Browse the repository at this point in the history
  11. Document common return values with examples (ansible#71046)

    * adding return value examples
    * shift to console code blocks
    * cleaning up whitespace and shortening invocation example
    * reordering diff section
    
    (cherry picked from commit 864573a)
    Terciero authored and samccann committed Aug 6, 2020
    Copy the full SHA
    090d188 View commit details
    Browse the repository at this point in the history
  12. Update intro_getting_started.rst (ansible#71039)

    Added two additional learning resources in the See also: section- forgot closing backticks
    
    (cherry picked from commit 9850915)
    bjosullivan authored and samccann committed Aug 6, 2020
    Copy the full SHA
    a86f0b3 View commit details
    Browse the repository at this point in the history
  13. Guide users to use ansible-runner (ansible#71063)

    Update the docs to guide users to use `ansible-runner` instead of using Python API directly. In many use cases, executing Ansible playbooks are sufficient. In those use cases, `ansible-runner` is easier and much stable to use comparing with Python API, but there is no mention of it.
    
    (cherry picked from commit 0c855dc)
    HurSungYun authored and samccann committed Aug 6, 2020
    Copy the full SHA
    f104f5e View commit details
    Browse the repository at this point in the history
  14. Porting guides for ansible-base 2.10 and ansible 2.10 (ansible#70891)

    * Fix changelog link title.
    
    * Rename Ansible 2.10 and 2.11 porting guides to Ansible-base porting guides.
    
    * Add stub for automatically generated 2.10 porting guide.
    
    * Move things that should not be in the ansible-base porting guide to the ansible porting guide.
    
    * Apply changes to base porting guides.
    
    * Add remark that ansible-base is mainly for developers.
    
    * Ansible Base -> Ansible-base
    
    * Fix link in base porting guide.
    
    * Add generated porting guide.
    
    * Use same header signs as antsibull-changelog's RST builder.
    
    * Update generated porting guide.
    
    (cherry picked from commit 61b36c6)
    felixfontein authored and samccann committed Aug 6, 2020
    Copy the full SHA
    33299fe View commit details
    Browse the repository at this point in the history
  15. Update network platform guides with FQCN (ansible#70699)

    * fqcn all the docs things!
    
    (cherry picked from commit 54bee71)
    samccann committed Aug 6, 2020
    Copy the full SHA
    e253256 View commit details
    Browse the repository at this point in the history
  16. Document how to upgrade to ansible with pip (ansible#70768)

    Fixes ansible#70348
    
    (cherry picked from commit 5019335)
    bmillemathias authored and samccann committed Aug 6, 2020
    Copy the full SHA
    a7711d3 View commit details
    Browse the repository at this point in the history
  17. document how to migrate between collections (ansible#70243)

    * document how to migrate between collections
    * Apply suggestions from code review
    
    Co-authored-by: John R Barker <john@johnrbarker.com>
    Co-authored-by: Felix Fontein <felix@fontein.de>
    (cherry picked from commit 58145df)
    samccann committed Aug 6, 2020
    Copy the full SHA
    6c9a227 View commit details
    Browse the repository at this point in the history
  18. remove github link from plugins (ansible#70951)

    (cherry picked from commit e28b20d)
    samccann committed Aug 6, 2020
    Copy the full SHA
    f730ee9 View commit details
    Browse the repository at this point in the history
  19. Add latest rc from ansible-base (ansible#70974)

    * Add latest rc from ansible-base
    
    (cherry picked from commit d62dffa)
    bmillemathias authored and samccann committed Aug 6, 2020
    Copy the full SHA
    5bd4c94 View commit details
    Browse the repository at this point in the history
  20. Document to_json will convert to ASCII strings by default (ansible#70954

    )
    
    ... as reported in issue ansible#68702
    
    (cherry picked from commit 8c48366)
    bmillemathias authored and samccann committed Aug 6, 2020
    Copy the full SHA
    2861bb9 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Update the porting guide for ansible-2.10.0a8 (ansible#71141)

    (cherry picked from commit 0a9638c)
    abadger authored and samccann committed Aug 7, 2020
    Copy the full SHA
    e82cac0 View commit details
    Browse the repository at this point in the history