From bd5e33c2f41768be5cf24afa351a697e6b3d64fc Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Fri, 22 Sep 2017 17:07:16 -0400 Subject: [PATCH] Clarify awx-logos location. Add 'docker' group note. --- INSTALL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 97f61751cc..12621d0666 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -42,7 +42,7 @@ Once you have a local copy, run commands within the root of the project tree. You can optionally install the AWX branding assets from the [awx-logos repo](https://github.com/ansible/awx-logos). Prior to installing, please review and agree to the [trademark guidelines](https://github.com/ansible/awx-logos/blob/master/TRADEMARKS.md). -To install the assets, clone the awx-logos repo into the root of your local AWX clone. The `awx-logos` directory should be next to the `awx` directory. As you progress through the installation steps, you'll be setting variables in the [inventory](./installer/inventory) file. To include the assets in the build, set `awx_official=true`. +To install the assets, clone the `awx-logos` repo so that it is next to your `awx` clone. As you progress through the installation steps, you'll be setting variables in the [inventory](./installer/inventory) file. To include the assets in the build, set `awx_official=true`. ### Prerequisites @@ -272,6 +272,8 @@ In the above example, image build tasks will be delegated to `localhost`, which > As mentioned above, in [Prerequisites](#prerequisites-1), the prerequisites are required on the remote host. +> When deploying to a remote host, the playook does not execute tasks with the `become` option. For this reason, make sure the user that connects to the remote host has privileges to run the `docker` command. This typically means that non-privileged users need to be part of the `docker` group. + #### Inventory variables