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

start of 'data manipulation' examples #46979

Merged
merged 3 commits into from
Aug 10, 2020
Merged

Conversation

bcoca
Copy link
Member

@bcoca bcoca commented Oct 12, 2018

SUMMARY
ISSUE TYPE
  • Docs Pull Request
COMPONENT NAME

docs

ANSIBLE VERSION
2.x

@ansibot
Copy link
Contributor

ansibot commented Oct 12, 2018

Hi @bcoca, thank you for submitting this pull-request!

click here for bot help

@ansibot
Copy link
Contributor

ansibot commented Oct 12, 2018

@ansibot ansibot added WIP This issue/PR is a work in progress. Nevertheless it was shared for getting input from peers. affects_2.8 This issue/PR affects Ansible v2.8 ci_verified Changes made in this PR are causing tests to fail. docs This issue/PR relates to or includes documentation. support:core This issue/PR relates to code supported by the Ansible Engineering Team. labels Oct 12, 2018
@ansibot ansibot removed the ci_verified Changes made in this PR are causing tests to fail. label Oct 18, 2018
@ansibot ansibot added the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Oct 26, 2018
@ansibot ansibot added the docsite This issue/PR relates to the documentation website. label Dec 4, 2018
@ansible ansible deleted a comment from ansibot Dec 7, 2018
@ansibot ansibot removed the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Dec 7, 2018
@ansible ansible deleted a comment from ansibot Dec 7, 2018
@bcoca bcoca changed the title [WIP] start of 'data manipulation' examples start of 'data manipulation' examples Dec 7, 2018
@ansibot ansibot added core_review In order to be merged, this PR must follow the core review workflow. ci_verified Changes made in this PR are causing tests to fail. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. and removed WIP This issue/PR is a work in progress. Nevertheless it was shared for getting input from peers. core_review In order to be merged, this PR must follow the core review workflow. labels Dec 7, 2018
@ansible ansible deleted a comment from ansibot Dec 11, 2018
@ansibot ansibot added ci_verified Changes made in this PR are causing tests to fail. and removed ci_verified Changes made in this PR are causing tests to fail. labels Dec 11, 2018
@ansibot ansibot removed the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Aug 5, 2020
@ansibot ansibot added core_review In order to be merged, this PR must follow the core review workflow. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. and removed needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. core_review In order to be merged, this PR must follow the core review workflow. labels Aug 5, 2020
@ansible ansible deleted a comment from ansibot Aug 5, 2020
@ansible ansible deleted a comment from ansibot Aug 5, 2020
docs/docsite/rst/user_guide/complex_data_manipulation.rst Outdated Show resolved Hide resolved
docs/docsite/rst/user_guide/complex_data_manipulation.rst Outdated Show resolved Hide resolved
docs/docsite/rst/user_guide/complex_data_manipulation.rst Outdated Show resolved Hide resolved
docs/docsite/rst/user_guide/complex_data_manipulation.rst Outdated Show resolved Hide resolved
docs/docsite/rst/user_guide/complex_data_manipulation.rst Outdated Show resolved Hide resolved
docs/docsite/rst/user_guide/complex_data_manipulation.rst Outdated Show resolved Hide resolved
docs/docsite/rst/user_guide/complex_data_manipulation.rst Outdated Show resolved Hide resolved
docs/docsite/rst/user_guide/complex_data_manipulation.rst Outdated Show resolved Hide resolved
docs/docsite/rst/user_guide/complex_data_manipulation.rst Outdated Show resolved Hide resolved
docs/docsite/rst/user_guide/complex_data_manipulation.rst Outdated Show resolved Hide resolved
 - draft 'get mount of path'
 - added list selection and mount example
 - added 'dict fun'
 - updated iwth omited lists

Co-Authored-By: Klaus Frank <agowa338@users.noreply.github.com>
Co-Authored-By: Felix Fontein <felix@fontein.de>

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
@ansible ansible deleted a comment from ansibot Aug 7, 2020
@ansible ansible deleted a comment from ansibot Aug 7, 2020
@ansible ansible deleted a comment from ansibot Aug 7, 2020
Co-authored-by: Felix Fontein <felix@fontein.de>
@ansibot ansibot added core_review In order to be merged, this PR must follow the core review workflow. and removed needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. labels Aug 7, 2020
Copy link
Contributor

@felixfontein felixfontein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ansibot ansibot added shipit This PR is ready to be merged by Core and removed core_review In order to be merged, this PR must follow the core review workflow. labels Aug 8, 2020
@Akasurde Akasurde merged commit f46b124 into ansible:devel Aug 10, 2020
@bcoca bcoca deleted the data_manip_docs branch August 10, 2020 15:31
zoredache pushed a commit to zoredache/ansible that referenced this pull request Aug 10, 2020
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>
samccann pushed a commit to samccann/ansible that referenced this pull request Aug 13, 2020
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)
acozine added a commit that referenced this pull request Aug 13, 2020
* Fixes due to branch being renamed (#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)

* Docs:  Fix typo (#71119)

(cherry picked from commit cb9336a)

* remove network for 2.10 base porting guide (#71158)

(cherry picked from commit 56748a8)

* Updating Getting Started with Resources section #68962 (#71102)

* Updating Getting Started with Resources section #68962
* Add links, including Workshops URL #68962

(cherry picked from commit 5f8b45a)

* start of 'data manipulation' examples (#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)

* toml: Clarify about inventory examples (#71180)

Add a note in toml inventory plugin about three different
inventory examples. Fixes: #67003

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit edac065)

* filters: minor doc fix (#71178)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 0a7ab39)

* docs: 'ansible_play_hosts' lists active hosts, not limited by serial (#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)

* Fix references to Ansible Collections Overview (#71227)

(cherry picked from commit 19589db)

* add another resource module example (#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)

* Adds fest link (#71241)

(cherry picked from commit ae3b8ee)

* Update release page for ansible and ansible-base (#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)

Co-authored-by: Daniel Finneran <dan@thebsdbox.co.uk>
Co-authored-by: Liviu Chircu <liviu@opensips.org>
Co-authored-by: kshitijcode <ikshitijsharma@gmail.com>
Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
Co-authored-by: Håkon Solbjørg <hakon@solbj.org>
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
@ansible ansible locked and limited conversation to collaborators Sep 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.8 This issue/PR affects Ansible v2.8 docs This issue/PR relates to or includes documentation. docsite This issue/PR relates to the documentation website. has_issue shipit This PR is ready to be merged by Core support:core This issue/PR relates to code supported by the Ansible Engineering Team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet