Skip to content

Commit 093a358

Browse files
authored
move out from deprecated images source (#45)
* move out from deprecated images source * bump galaxy version
1 parent f403f3f commit 093a358

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: "stackhpc"
22
name: "hashicorp"
3-
version: "2.2.0"
3+
version: "2.3.0"
44
readme: "README.md"
55
authors:
66
- "Michał Nasiadka"

roles/vault/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
consul_docker_name: "consul"
3-
consul_docker_image: "consul"
3+
consul_docker_image: "hashicorp/consul"
44
consul_docker_tag: "latest"
55
consul_docker_volume: "consul_data"
66

77
vault_docker_name: "vault"
8-
vault_docker_image: "vault"
8+
vault_docker_image: "hashicorp/vault"
99
vault_docker_tag: "latest"
1010

1111
vault_cluster_name: ""

0 commit comments

Comments
 (0)