From afe38b8e68ef8359deaa3c42c99450e10ab1a344 Mon Sep 17 00:00:00 2001 From: Lunar Date: Mon, 30 Sep 2019 10:58:37 -0500 Subject: [PATCH] Change to ~/.awx --- installer/inventory | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/inventory b/installer/inventory index 5a86b24f2a..39e8b6b433 100644 --- a/installer/inventory +++ b/installer/inventory @@ -57,11 +57,11 @@ dockerhub_base=ansible # Common Docker parameters awx_task_hostname=awx awx_web_hostname=awxweb -postgres_data_dir=/var/lib/pgdocker +postgres_data_dir="~/.awx/pgdocker" host_port=80 host_port_ssl=443 #ssl_certificate= -docker_compose_dir=/var/lib/awxcompose +docker_compose_dir="~/.awx/awxcompose" # Required for Openshift when building the image on your own # Optional for Openshift if using Dockerhub or another prebuilt registry