2023-04-27 22:04:26 +00:00
|
|
|
---
|
|
|
|
# vars file for renew_consul_certificates
|
2023-04-29 19:46:58 +00:00
|
|
|
renew_consul_certificates_repository:
|
2023-09-14 22:00:55 +00:00
|
|
|
- name: hashicorp
|
|
|
|
uri: "https://apt.releases.hashicorp.com"
|
2023-04-29 19:46:58 +00:00
|
|
|
comments: "hashicorp repository"
|
2023-09-14 22:00:55 +00:00
|
|
|
types:
|
|
|
|
- deb
|
|
|
|
suites:
|
|
|
|
- "{{ ansible_distribution_release }}"
|
|
|
|
components:
|
|
|
|
- main
|
|
|
|
options:
|
|
|
|
Signed-By: "https://apt.releases.hashicorp.com/gpg"
|
2023-04-29 19:46:58 +00:00
|
|
|
renew_consul_certificates_packages:
|
|
|
|
- name: consul-template
|
|
|
|
version: latest
|
|
|
|
state: present
|