renew_nomad_certificates/vars/main.yml
Bertrand Lanson 72ab6a50dc
All checks were successful
test / Linting (push) Successful in 9s
test / Molecule tests (default, debian11) (push) Successful in 1m13s
test / Molecule tests (default, debian12) (push) Successful in 1m18s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m26s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m23s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 1m12s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 1m14s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 1m24s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 1m37s
update role following manage_repo role update
2023-09-15 00:02:17 +02:00

19 lines
465 B
YAML

---
# vars file for renew_nomad_certificates
renew_nomad_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_nomad_certificates_packages:
- name: consul-template
version: latest
state: present