renew_consul_certificates/vars/main.yml
Bertrand Lanson a22c9849f8
All checks were successful
test / Linting (push) Successful in 9s
test / Molecule tests (default, debian11) (push) Successful in 1m19s
test / Molecule tests (default, debian12) (push) Successful in 1m20s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m44s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m31s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 1m23s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 1m38s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 1m49s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 1m27s
update role following manage_repo role update
2023-09-15 00:00:55 +02:00

19 lines
468 B
YAML

---
# vars file for renew_consul_certificates
renew_consul_certificates_repository:
- name: hashicorp
uri: "https://apt.releases.hashicorp.com"
comments: "hashicorp repository"
types:
- deb
suites:
- "{{ ansible_distribution_release }}"
components:
- main
options:
Signed-By: "https://apt.releases.hashicorp.com/gpg"
renew_consul_certificates_packages:
- name: consul-template
version: latest
state: present