Skip to content

Commit

Permalink
changed image store location
Browse files Browse the repository at this point in the history
  • Loading branch information
adworjan committed Dec 1, 2023
1 parent a473bc2 commit 08fee4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansibleremoteserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion ansiblesharedimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion roles/shadowman_dev_shared_image_store/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 08fee4f

Please sign in to comment.