Skip to content

Commit

Permalink
user part of docker group
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Jul 6, 2023
1 parent e00d3a7 commit b31672c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.bibigrid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.5'
services:
simplevm-client:
container_name: simplevm-client
image: denbicloud/simplevm-client:${CLOUD_PORTAL_CLIENT_TAG}
image: quay.io/denbicloud/simplevm-client:${CLOUD_PORTAL_CLIENT_TAG}
ports:
- ${CLIENT_PORT}:9090
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.5'
services:
simplevm-client:
container_name: simplevm-client
image: denbicloud/simplevm-client:${CLOUD_PORTAL_CLIENT_TAG}
image: quay.io/denbicloud/simplevm-client:${CLOUD_PORTAL_CLIENT_TAG}
ports:
- ${CLIENT_PORT}:9090
env_file:
Expand Down
7 changes: 7 additions & 0 deletions plays/setup_basics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,10 @@
images_filter:
dangling: false
networks: yes

- name: "Ensure the user {{ ansible_user }} is part of the docker group"
user:
name: "{{ ansible_user }}"
groups: docker
append: yes
tags: always

0 comments on commit b31672c

Please sign in to comment.