renew_vault_certificates/vars/main.yml
Bertrand Lanson 1a41fb5bf3
All checks were successful
test / Linting (push) Successful in 7s
test / Molecule tests (default, debian11) (push) Successful in 1m10s
test / Molecule tests (default, debian12) (push) Successful in 1m23s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m35s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m26s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 1m10s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 1m24s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 1m19s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 1m25s
update role following manage_repo role update
2023-09-15 00:01:41 +02:00

19 lines
465 B
YAML

---
# vars file for renew_vault_certificates
renew_vault_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_vault_certificates_packages:
- name: consul-template
version: latest
state: present