Merge pull request #18134 from gmella/devel

fix hosts.yml filename for inventory
This commit is contained in:
scottb
2016-11-10 00:18:15 -08:00
committed by GitHub

View File

@@ -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
@@ -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 # ""
@@ -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 # ""