Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Jul 27, 2022
2 parents 04d6b7f + f54c563 commit 271da00
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
5 changes: 4 additions & 1 deletion VirtualMachineService/ancon/playbooks/change_key.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
- name: Echo Public Key to set
ansible.builtin.command: echo "${{ change_key_vars.key }}"

tags:
- always
- name: Set user public Key and remove created public Key
authorized_key:
user: ubuntu
key: "{{ change_key_vars.key }}"
state: present
exclusive: True
tags:
- always
4 changes: 0 additions & 4 deletions VirtualMachineService/ancon/playbooks/generic_playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
vars_files:
pre_tasks:

- name: PRE_TASK Wait for cloud-init / user-data to finish
ansible.builtin.command: cloud-init status --wait
changed_when: false

- name: Populate service facts
ansible.builtin.service_facts:

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.bibigrid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:

client_redis:
container_name: client_redis
image: redis:7.0.3
image: redis:7.0.4
expose:
- "6379"
networks:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.bibigrid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:

client_redis:
container_name: client_redis
image: redis:7.0.3
image: redis:7.0.4
expose:
- "6379"
networks:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:

client_redis:
container_name: client_redis
image: redis:7.0.3
image: redis:7.0.4
expose:
- "6379"
networks:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:

client_redis:
container_name: client_redis
image: redis:7.0.3
image: redis:7.0.4
expose:
- "6379"
networks:
Expand Down

0 comments on commit 271da00

Please sign in to comment.