This commit is contained in:
Luigi Oliveira 2023-08-12 02:55:27 -03:00
parent 4f9a25b990
commit f534301a3b
2 changed files with 9 additions and 3 deletions

View file

@ -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

View file

@ -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}"
}