Skip to content

Commit

Permalink
No longer need to vault IP
Browse files Browse the repository at this point in the history
  • Loading branch information
codyro committed Nov 12, 2024
1 parent cc05eed commit f1173ab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions group_vars/mqtt_servers.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
albs_web_ip: 10.0.18.39
beholder_ip: 10.0.21.189
# Vaulted until migrated to new AWS Infra account
gitupdater_ip: "{{ lookup('community.hashi_vault.hashi_vault', '{{ hashi_vault_path }}:gitupdater_ip',
token=lookup('env', 'VAULT_TOKEN'), url=secrets_url, errors='warn') | default('') }}"
gitupdater_ip: 10.0.26.90
# # Vaulted until migrated to new AWS Infra account
# gitupdater_ip: "{{ lookup('community.hashi_vault.hashi_vault', '{{ hashi_vault_path }}:gitupdater_ip',
# token=lookup('env', 'VAULT_TOKEN'), url=secrets_url, errors='warn') | default('') }}"
hashi_vault_path: "kv/data/infra/{% if staging %}stg/{% endif %}mqttserver"
hashi_vault_generic_path: "kv/data/infra/general-ansible-vars"
firewalld_extra_allow_ports: []
Expand Down

0 comments on commit f1173ab

Please sign in to comment.