Skip to content

Commit

Permalink
chore(ansible/playbooks/vault): disable dns and healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jon77p committed Sep 17, 2024
1 parent 787d207 commit 9dd8d5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions ansible/host_vars/vault/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ services:
- IPC_LOCK
restart: always
command: [vault, server, -config, /vault/config/config.hcl]
healthcheck:
test: [CMD, wget, "{{ healthchecks.healthcheck }}", -O, /dev/null]
timeout: 45s
interval: "{{ healthchecks_defaults.ping.interval }}s"
retries: 5
# healthcheck:
# test: [CMD, wget, "{{ healthchecks.healthcheck }}", -O, /dev/null]
# timeout: 45s
# interval: "{{ healthchecks_defaults.ping.interval }}s"
# retries: 5
opconnect_api:
image: 1password/connect-api:latest@sha256:0601c7614e102eada268dbda6ba4b5886ce77713be2c332ec6a2fd0f028484ba
volumes:
Expand Down
2 changes: 1 addition & 1 deletion ansible/playbooks/vault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
become: true
roles:
- common
- dns
# - dns
- healthchecks
- vault
- docker

0 comments on commit 9dd8d5a

Please sign in to comment.