Skip to content

Commit

Permalink
restore vault service to gateway node
Browse files Browse the repository at this point in the history
  • Loading branch information
marmila authored Feb 28, 2024
1 parent 4c8e33e commit 95e3eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/external_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
## Install Hashicorp Vault Server

- name: Install Vault Server
hosts: vault
hosts: gateway
gather_facts: true
tags: [vault]
become: true
Expand Down Expand Up @@ -223,7 +223,7 @@

## Load all credentials into Hashicorp Vault Server
- name: Load Vault Credentials
hosts: vault
hosts: gateway
gather_facts: true
tags: [vault, credentials]
become: false
Expand Down

0 comments on commit 95e3eb2

Please sign in to comment.