manage_repositories/defaults/manage_repositories.yml.sample

29 lines
967 B
Plaintext
Raw Permalink Normal View History

2023-03-09 08:29:28 +00:00
---
# manage_repositories_enable_default_repo: true
# manage_repositories_enable_custom_repo: false
# manage_repositories_main_repo_uri:
# ubuntu: "http://fr.archive.ubuntu.com/ubuntu"
# debian: "http://deb.debian.org/debian"
# 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"
2023-03-09 08:29:28 +00:00
# comments: "hashicorp repository"
# types:
# - deb
# suites:
# - "{{ ansible_distribution_release }}"
# components:
# - main
# options:
# Signed-By: "https://apt.releases.hashicorp.com/gpg"