Bertrand Lanson
880451bcd5
Some checks failed
test / Linting (push) Failing after 29s
test / Molecule tests (default, debian11) (push) Has been skipped
test / Molecule tests (default, debian12) (push) Has been skipped
test / Molecule tests (default, ubuntu2004) (push) Has been skipped
test / Molecule tests (default, ubuntu2204) (push) Has been skipped
test / Molecule tests (with_custom_repo, debian11) (push) Has been skipped
test / Molecule tests (with_custom_repo, debian12) (push) Has been skipped
test / Molecule tests (with_custom_repo, ubuntu2004) (push) Has been skipped
test / Molecule tests (with_custom_repo, ubuntu2204) (push) Has been skipped
27 lines
787 B
YAML
27 lines
787 B
YAML
---
|
|
manage_repositories_enable_default_repo: true
|
|
manage_repositories_enable_custom_repo: true
|
|
manage_repositories_custom_repo:
|
|
- name: docker
|
|
uri: "https://download.docker.com/linux/{{ ansible_distribution|lower }}"
|
|
comments: "{{ ansible_distribution|lower }} docker repository"
|
|
types:
|
|
- deb
|
|
suites:
|
|
- "{{ ansible_distribution_release }}"
|
|
components:
|
|
- stable
|
|
options:
|
|
Signed-By: "https://download.docker.com/linux/{{ ansible_distribution|lower }}/gpg"
|
|
- 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"
|