mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-06 15:46:35 -03:00
fixes
This commit is contained in:
parent
4f9a25b990
commit
f534301a3b
2 changed files with 9 additions and 3 deletions
|
@ -8,6 +8,6 @@
|
|||
- name: install nomad
|
||||
ansible.builtin.import_role:
|
||||
name: nomad
|
||||
- name: install nomad
|
||||
- name: install vault
|
||||
ansible.builtin.import_role:
|
||||
name: vault # I NEED TO MANUALLY CREATE THIS ROLE BTW
|
|
@ -12,9 +12,15 @@ adguard.lab.marioverde.com.br {
|
|||
dns cloudflare "${cloudflare_api_token}"
|
||||
}
|
||||
}
|
||||
|
||||
#
|
||||
vault.lab.marioverde.com.br {
|
||||
reverse_proxy "${endpoint}:8200"
|
||||
reverse_proxy "https://${endpoint}:8200" {
|
||||
transport http {
|
||||
tls
|
||||
tls_insecure_skip_verify
|
||||
}
|
||||
}
|
||||
|
||||
tls {
|
||||
dns cloudflare "${cloudflare_api_token}"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue