2023-04-16 20:26:14 +00:00
|
|
|
---
|
|
|
|
# vars file for renew_vault_certificates
|
|
|
|
renew_vault_certificates_repository:
|
2023-09-14 22:01:41 +00:00
|
|
|
- name: hashicorp
|
|
|
|
uri: "https://apt.releases.hashicorp.com"
|
2023-04-16 20:26:14 +00:00
|
|
|
comments: "hashicorp repository"
|
2023-09-14 22:01:41 +00:00
|
|
|
types:
|
|
|
|
- deb
|
|
|
|
suites:
|
|
|
|
- "{{ ansible_distribution_release }}"
|
|
|
|
components:
|
|
|
|
- main
|
|
|
|
options:
|
|
|
|
Signed-By: "https://apt.releases.hashicorp.com/gpg"
|
2023-04-16 20:26:14 +00:00
|
|
|
renew_vault_certificates_packages:
|
|
|
|
- name: consul-template
|
2023-04-29 17:24:30 +00:00
|
|
|
version: latest
|
2023-04-16 20:26:14 +00:00
|
|
|
state: present
|