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

fix hosts.yml filename for inventory #18134

Merged
merged 2 commits into from
Nov 10, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions docsite/rst/playbooks_best_practices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Directory Layout
The top level of the directory would contain files and directories like so::

production # inventory file for production servers
staging # inventory file for staging environment
staging # inventory file for staging environment

group_vars/
group1 # here we assign variables to particular groups
Expand Down Expand Up @@ -77,7 +77,7 @@ Alternatively you can put each inventory file with its ``group_vars``/``host_var

inventories/
production/
hosts.ini # inventory file for production servers
hosts.yml # inventory file for production servers
group_vars/
group1 # here we assign variables to particular groups
group2 # ""
Expand All @@ -86,7 +86,7 @@ Alternatively you can put each inventory file with its ``group_vars``/``host_var
hostname2 # ""

staging/
hosts.ini # inventory file for staging environment
hosts.yml # inventory file for staging environment
group_vars/
group1 # here we assign variables to particular groups
group2 # ""
Expand Down