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

Add examples for various inventory setups to the documentation #62323

Merged
merged 7 commits into from
Sep 19, 2019
Merged

Add examples for various inventory setups to the documentation #62323

merged 7 commits into from
Sep 19, 2019

Conversation

zerok
Copy link
Contributor

@zerok zerok commented Sep 15, 2019

Fixes: #12480.

@ansibot
Copy link
Contributor

ansibot commented Sep 15, 2019

@ansibot ansibot added affects_2.10 This issue/PR affects Ansible v2.10 core_review In order to be merged, this PR must follow the core review workflow. docs This issue/PR relates to or includes documentation. needs_triage Needs a first human triage before being processed. new_contributor This PR is the first contribution by a new community member. support:core This issue/PR relates to code supported by the Ansible Engineering Team. labels Sep 15, 2019
@Akasurde Akasurde changed the title Add examples for various inventory setups to the documentation. This … Add examples for various inventory setups to the documentation Sep 16, 2019
@ansibot ansibot removed the needs_triage Needs a first human triage before being processed. label Sep 16, 2019
docs/docsite/rst/user_guide/intro_inventory.rst Outdated Show resolved Hide resolved
docs/docsite/rst/user_guide/intro_inventory.rst Outdated Show resolved Hide resolved
docs/docsite/rst/user_guide/intro_inventory.rst Outdated Show resolved Hide resolved
docs/docsite/rst/user_guide/intro_inventory.rst Outdated Show resolved Hide resolved
docs/docsite/rst/user_guide/intro_inventory.rst Outdated Show resolved Hide resolved
@acozine
Copy link
Contributor

acozine commented Sep 17, 2019

Thanks @zerok for submitting these examples. We appreciate the time and effort you've put in. If you're interested in documentation, please consider joining the Docs Working Group!

Can you take a look at the comments above? If you have questions, need clarification, etc., feel free to reach out on the #ansible-docs channel on freenode IRC.

@zerok
Copy link
Contributor Author

zerok commented Sep 17, 2019 via email

zerok and others added 5 commits September 18, 2019 18:16
Co-Authored-By: Sandra McCann <samccann@redhat.com>
Co-Authored-By: Sandra McCann <samccann@redhat.com>
Co-Authored-By: Sandra McCann <samccann@redhat.com>
Co-Authored-By: Sandra McCann <samccann@redhat.com>
Copy link
Contributor

@samccann samccann left a comment

Choose a reason for hiding this comment

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

leftover nit from removing the dash from the groups :-)

docs/docsite/rst/user_guide/intro_inventory.rst Outdated Show resolved Hide resolved
Co-Authored-By: Sandra McCann <samccann@redhat.com>
@samccann samccann merged commit 7047b66 into ansible:devel Sep 19, 2019
@samccann
Copy link
Contributor

Thanks @zerok for the inventory examples!

@zerok
Copy link
Contributor Author

zerok commented Sep 19, 2019 via email

anas-shami pushed a commit to anas-shami/ansible that referenced this pull request Sep 23, 2019
…le#62323)

* Add examples for various inventory setups to the documentation. This closes ansible#12480.

* Update docs/docsite/rst/user_guide/intro_inventory.rst

Co-Authored-By: Sandra McCann <samccann@redhat.com>

* Update docs/docsite/rst/user_guide/intro_inventory.rst

Co-Authored-By: Sandra McCann <samccann@redhat.com>

* Update wording in inventory examples

Co-Authored-By: Sandra McCann <samccann@redhat.com>

* Update wording in inventory examples

Co-Authored-By: Sandra McCann <samccann@redhat.com>

* Use code-block and rename groups in inventory setup examples

* Fix group name in inventory setup example

Co-Authored-By: Sandra McCann <samccann@redhat.com>
samccann pushed a commit to samccann/ansible that referenced this pull request Sep 24, 2019
…le#62323)

* Add examples for various inventory setups to the documentation. This closes ansible#12480.

* Update docs/docsite/rst/user_guide/intro_inventory.rst

Co-Authored-By: Sandra McCann <samccann@redhat.com>

* Update docs/docsite/rst/user_guide/intro_inventory.rst

Co-Authored-By: Sandra McCann <samccann@redhat.com>

* Update wording in inventory examples

Co-Authored-By: Sandra McCann <samccann@redhat.com>

* Update wording in inventory examples

Co-Authored-By: Sandra McCann <samccann@redhat.com>

* Use code-block and rename groups in inventory setup examples

* Fix group name in inventory setup example

Co-Authored-By: Sandra McCann <samccann@redhat.com>

(cherry picked from commit 7047b66)
@samccann samccann mentioned this pull request Sep 24, 2019
acozine pushed a commit that referenced this pull request Sep 30, 2019
* Update pip module docs (#62359)
* Clarifying pip module requirements in reference to #47361
* Further clarifying message with link to ansible_python_interpreter

(cherry picked from commit d3ec5ca)

* chore/doc-module: sts_assume_role.py (#62475)
Update `Example` section with with the correct module usage.

(cherry picked from commit a4a2166)

* Improve dconf documentation to include conversion problems (#62316)

(cherry picked from commit 8649283)

* Add examples for various inventory setups to the documentation (#62323)
* Updates docs/docsite/rst/user_guide/intro_inventory.rst, closes #12480.
* Use code-block and rename groups in inventory setup examples
* Fix group name in inventory setup example

Co-Authored-By: Sandra McCann <samccann@redhat.com>

(cherry picked from commit 7047b66)

* added networking porting guide info (#61999)
* Update docs/docsite/rst/porting_guides/porting_guide_2.9.rst

Co-Authored-By: Nathaniel Case <this.is@nathanielca.se>

(cherry picked from commit 6d35f90)

* [docs] split collections into user and dev guide sections (#62363)

(cherry picked from commit 7badeb6)

* fixed options (#62605)

(cherry picked from commit 170b4e6)

* ec2_vpc_subnet: Rename resource_tags > tags (#62663)

Most of the AWS module documentation refers to `tags` and not
`resource_tags`. This patch updates the documentation to match
other AWS module documentation. 😉

Signed-off-by: Major Hayden <major@redhat.com>
(cherry picked from commit cced1a3)

* [Docs] Document the resource module builder (#62222)

(cherry picked from commit b17581a)

* Fix link syntax and a typo in dev collections doc (#62650)

(cherry picked from commit 2969614)

* hcloud_volume: clarify volume size units (#62771)

(cherry picked from commit 190b8fc)

* ovirt_host update force doc (#62491)

(cherry picked from commit 3b2b418)

* update example document for zabbix_action module (#62667)

(cherry picked from commit 3299f29)
@ansible ansible locked and limited conversation to collaborators Oct 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.10 This issue/PR affects Ansible v2.10 core_review In order to be merged, this PR must follow the core review workflow. docs This issue/PR relates to or includes documentation. new_contributor This PR is the first contribution by a new community member. 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.

Write sample inventory setups
5 participants