From 08fee4f3f2eeed42585ee94e04b983cd226099d6 Mon Sep 17 00:00:00 2001 From: Alex Dworjan Date: Fri, 1 Dec 2023 12:32:45 -0500 Subject: [PATCH] changed image store location --- ansibleremoteserver.yml | 2 +- ansiblesharedimage.yml | 2 +- roles/shadowman_dev_shared_image_store/defaults/main.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ansibleremoteserver.yml b/ansibleremoteserver.yml index 8d38279..1bd5bc7 100644 --- a/ansibleremoteserver.yml +++ b/ansibleremoteserver.yml @@ -20,7 +20,7 @@ # Deploy an example repository using ansible-galaxy init deploy_ansiblegalaxy_repo: false # location of additional image store for shared storage, must be previously set up https://access.redhat.com/solutions/6206192. Remove if not using - additionalimagestores: "/var/lib/mycontainers-shared" + additionalimagestores: "/var/lib/myee-shared" # Install VS Code locally on your laptop and then commit ID can be found in VS Code under "About Visual Studio Code" commit_id: "1a5daa3a0231a0fbba4f14db7ec463cf99d7768e" diff --git a/ansiblesharedimage.yml b/ansiblesharedimage.yml index 0d0f85c..9ba4742 100644 --- a/ansiblesharedimage.yml +++ b/ansiblesharedimage.yml @@ -11,7 +11,7 @@ # specific image to pull ansible_image: "registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel8:latest" # location of additional image store for shared storage - additionalimagestores: "/var/lib/mycontainers-shared" + additionalimagestores: "/var/lib/myee-shared" roles: - shadowman_dev_shared_image_store diff --git a/roles/shadowman_dev_shared_image_store/defaults/main.yml b/roles/shadowman_dev_shared_image_store/defaults/main.yml index cffa2c3..d31bd06 100644 --- a/roles/shadowman_dev_shared_image_store/defaults/main.yml +++ b/roles/shadowman_dev_shared_image_store/defaults/main.yml @@ -1,3 +1,3 @@ --- ansible_image: "registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel8:latest" -additionalimagestores: "/var/lib/mycontainers-shared" +additionalimagestores: "/var/lib/myee-shared"