diff options
author | Sebastien Thebert <sebthebert@gmail.com> | 2017-09-08 23:43:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-08 23:43:00 +0200 |
commit | f4770d065eaecc9199e2bfde38e4664967f45f01 (patch) | |
tree | eee323b3b0a8875bc552685c54ae2f74f0f2594a /INSTALL.md | |
parent | Merge pull request #82 from Zokormazo/fix-typo-local_docker (diff) | |
download | awx-f4770d065eaecc9199e2bfde38e4664967f45f01.tar.xz awx-f4770d065eaecc9199e2bfde38e4664967f45f01.zip |
Add the 'installer' directory to 'inventory' and 'install.yml' files
Add the 'installer' directory to 'inventory' and 'install.yml' files in the 'Docker' Section
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md index b49374f95d..d27042395c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -268,9 +268,9 @@ You will need the following installed on the host where AWX will be deployed: #### Deploying to a remote host -By default, the delivered [inventory](./installer/inventory) file will deploy AWX to the local host. It is possible; however, to deploy to a remote host. The [install.yml](./installer/install.yml) playbook can be used to build images on the local host, and ship the built images to, and run deployment tasks on, a remote host. To do this, modify the *inventory* file, by commenting out `localhost`, and adding the remote host. +By default, the delivered [installer/inventory](./installer/inventory) file will deploy AWX to the local host. It is possible; however, to deploy to a remote host. The [installer/install.yml](./installer/install.yml) playbook can be used to build images on the local host, and ship the built images to, and run deployment tasks on, a remote host. To do this, modify the [installer/inventory](./installer/inventory) file, by commenting out `localhost`, and adding the remote host. -For example, suppose you wish to build images locally on your CI/CD host, and deploy them to a remote host named *awx-server*. To do this, add *awx-server* to the *inventory* file, and comment out or remove `localhost`, as demonstrated by the following: +For example, suppose you wish to build images locally on your CI/CD host, and deploy them to a remote host named *awx-server*. To do this, add *awx-server* to the [installer/inventory](./installer/inventory) file, and comment out or remove `localhost`, as demonstrated by the following: ```yaml # localhost ansible_connection=local |