mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-07 16:06: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
|
- name: install nomad
|
||||||
ansible.builtin.import_role:
|
ansible.builtin.import_role:
|
||||||
name: nomad
|
name: nomad
|
||||||
- name: install nomad
|
- name: install vault
|
||||||
ansible.builtin.import_role:
|
ansible.builtin.import_role:
|
||||||
name: vault # I NEED TO MANUALLY CREATE THIS ROLE BTW
|
name: vault # I NEED TO MANUALLY CREATE THIS ROLE BTW
|
|
@ -12,9 +12,15 @@ adguard.lab.marioverde.com.br {
|
||||||
dns cloudflare "${cloudflare_api_token}"
|
dns cloudflare "${cloudflare_api_token}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#
|
||||||
vault.lab.marioverde.com.br {
|
vault.lab.marioverde.com.br {
|
||||||
reverse_proxy "${endpoint}:8200"
|
reverse_proxy "https://${endpoint}:8200" {
|
||||||
|
transport http {
|
||||||
|
tls
|
||||||
|
tls_insecure_skip_verify
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
tls {
|
tls {
|
||||||
dns cloudflare "${cloudflare_api_token}"
|
dns cloudflare "${cloudflare_api_token}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue