Set docker_compose_dir like other inventory vars

When docker-compose become the sole method for using
Docker directly, some of this was shifted around in ways that
are inconsistent with other elements.

This adjusts it so that:

* The inventory variable default is set like the others, and
is less confusing
* We no longer mention the Standalone Docker in inventory
* We format our INSTALL docs w/r/t this var
This commit is contained in:
Jeff Byrnes
2019-04-03 11:17:12 -04:00
parent 15b80cdb1a
commit cb806b1699
3 changed files with 2 additions and 5 deletions

View File

@@ -11,5 +11,3 @@ rabbitmq_password: "guest"
postgresql_version: "9.6"
postgresql_image: "postgres:{{postgresql_version}}"
docker_compose_dir: "/tmp/awxcompose"