renew_vault_certificates/tasks/install.yml
Bertrand Lanson 1cf9ceb759
All checks were successful
test / Linting (push) Successful in 9s
test / Molecule tests (default, debian11) (push) Successful in 1m2s
test / Molecule tests (default, debian12) (push) Successful in 1m12s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m19s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m10s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 1m5s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 1m6s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 1m16s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 1m16s
feat(core): change namespace
2024-02-05 23:00:30 +01:00

16 lines
544 B
YAML

---
# task/install file for renew_vault_certificates
- name: "Configure hashicorp repository"
ansible.builtin.include_role:
name: ednz_cloud.manage_repositories
vars:
manage_repositories_enable_default_repo: false
manage_repositories_enable_custom_repo: true
manage_repositories_custom_repo: "{{ renew_vault_certificates_repository }}"
- name: "Install consul-template"
ansible.builtin.include_role:
name: ednz_cloud.manage_apt_packages
vars:
manage_apt_packages_list: "{{ renew_vault_certificates_packages }}"