Merge pull request #29 from bjoernfan/doc-install-fixes

Documentation fixes in INSTALL.md
This commit is contained in:
Bill Nottingham
2017-09-07 09:33:57 -07:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
# Installing AWX # Installing AWX
This document provides a guide for intalling AWX. This document provides a guide for installing AWX.
## Table of contents ## Table of contents
@@ -19,8 +19,8 @@ This document provides a guide for intalling AWX.
- [Start the build](#start-the-build) - [Start the build](#start-the-build)
- [Post build](#post-build) - [Post build](#post-build)
- [Accessing AWX](#accessing-awx) - [Accessing AWX](#accessing-awx)
- [Docker](#Docker) - [Docker](#docker)
- [Prerequisites](#prerequisites-1) - [Prerequisites](#prerequisites-2)
- [Pre-build steps](#pre-build-steps-1) - [Pre-build steps](#pre-build-steps-1)
- [Deploying to a remote host](#deploying-to-a-remote-host) - [Deploying to a remote host](#deploying-to-a-remote-host)
- [Inventory variables](#inventory-variables) - [Inventory variables](#inventory-variables)
@@ -284,7 +284,7 @@ In the above example, image build tasks will be delegated to `localhost`, which
> You may also want to set additional variables to control how Ansible connects to the host. For more information about this, view [Behavioral Inventory Parameters](http://docs.ansible.com/ansible/latest/intro_inventory.html#id12). > You may also want to set additional variables to control how Ansible connects to the host. For more information about this, view [Behavioral Inventory Parameters](http://docs.ansible.com/ansible/latest/intro_inventory.html#id12).
> As mentioned above, in Prerequisites](#prerequisites-1), the prerequisites are required on the remote host. > As mentioned above, in [Prerequisites](#prerequisites-1), the prerequisites are required on the remote host.
#### Inventory variables #### Inventory variables