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

[2.10] Docs Backportapalooza 7 #71261

Merged
merged 12 commits into from Aug 13, 2020
Merged

Commits on Aug 13, 2020

  1. Fixes due to branch being renamed (ansible#71115)

    The ansible collection repository correctly renamed their default branch from `master` to `main`, which has caused a number for broken urls. This PR fixes those urls.
    
    (cherry picked from commit fb9c957)
    thebsdbox authored and samccann committed Aug 13, 2020
    Copy the full SHA
    09b98d3 View commit details
    Browse the repository at this point in the history
  2. Docs: Fix typo (ansible#71119)

    Fix typo
    
    (cherry picked from commit cb9336a)
    liviuchircu authored and samccann committed Aug 13, 2020
    Copy the full SHA
    029b597 View commit details
    Browse the repository at this point in the history
  3. remove network for 2.10 base porting guide (ansible#71158)

    (cherry picked from commit 56748a8)
    samccann committed Aug 13, 2020
    Copy the full SHA
    b7602ca View commit details
    Browse the repository at this point in the history
  4. Updating Getting Started with Resources section ansible#68962 (ansibl…

    …e#71102)
    
    * Updating Getting Started with Resources section ansible#68962
    * Add links, including Workshops URL ansible#68962
    
    (cherry picked from commit 5f8b45a)
    kshitijcode authored and samccann committed Aug 13, 2020
    Copy the full SHA
    7a7d236 View commit details
    Browse the repository at this point in the history
  5. start of 'data manipulation' examples (ansible#46979)

    Co-authored-by: Klaus Frank <agowa338@users.noreply.github.com>
    Co-authored-by: Felix Fontein <felix@fontein.de>
    Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
    (cherry picked from commit f46b124)
    bcoca authored and samccann committed Aug 13, 2020
    Copy the full SHA
    90699d8 View commit details
    Browse the repository at this point in the history
  6. toml: Clarify about inventory examples (ansible#71180)

    Add a note in toml inventory plugin about three different
    inventory examples.
    
    Fixes: ansible#67003
    
    Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
    (cherry picked from commit edac065)
    Akasurde authored and samccann committed Aug 13, 2020
    Copy the full SHA
    f11298d View commit details
    Browse the repository at this point in the history
  7. filters: minor doc fix (ansible#71178)

    Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
    (cherry picked from commit 0a7ab39)
    Akasurde authored and samccann committed Aug 13, 2020
    Copy the full SHA
    4e2e67d View commit details
    Browse the repository at this point in the history
  8. docs: 'ansible_play_hosts' lists active hosts, not limited by serial (a…

    …nsible#71116)
    
    ansible_play_batch lists the currently targeted host(s) in the serial/batch, while
    ansible_play_hosts lists all the hosts which will be targeted by the play.
    
    (cherry picked from commit e72e12a)
    sklirg authored and samccann committed Aug 13, 2020
    Copy the full SHA
    44fa958 View commit details
    Browse the repository at this point in the history
  9. Fix references to Ansible Collections Overview (ansible#71227)

    (cherry picked from commit 19589db)
    Andersson007 authored and samccann committed Aug 13, 2020
    Copy the full SHA
    9eb7946 View commit details
    Browse the repository at this point in the history
  10. add another resource module example (ansible#71162)

    * Update docs/docsite/rst/network/user_guide/network_resource_modules.rst
    Co-authored-by: Nilashish Chakraborty <nilashishchakraborty8@gmail.com>
    
    (cherry picked from commit f4388de)
    samccann committed Aug 13, 2020
    Copy the full SHA
    de5a629 View commit details
    Browse the repository at this point in the history
  11. Adds fest link (ansible#71241)

    * adds two possible links to AnsibleFest - pick one
    
    * selected preferred text
    
    Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
    (cherry picked from commit ae3b8ee)
    acozine authored and samccann committed Aug 13, 2020
    Copy the full SHA
    3c81504 View commit details
    Browse the repository at this point in the history
  12. Update release page for ansible and ansible-base (ansible#71229)

    * [docs] 2.7 is EOL, add 2.10 which is almost out
    - Remove 2.7 support from the maintenance schedule
    - Add 2.10 which is in RC and will be out soon enough.
    Signed-off-by: Rick Elrod <rick@elrod.me>
    
    * Update docs/docsite/rst/reference_appendices/release_and_maintenance.rst, fix table and separate ansible-base from ansible, fix rstcheck errors, clean up sections, explain the two packages
    Co-authored-by: Sandra McCann <samccann@redhat.com>
    Co-authored-by: Rick Elrod <rick@elrod.me>
    
    (cherry picked from commit 553cced)
    samccann committed Aug 13, 2020
    Copy the full SHA
    8bde5d5 View commit details
    Browse the repository at this point in the history