role_apt/defaults/main.yml

33 lines
695 B
YAML
Raw Normal View History

2022-10-24 14:02:08 +00:00
---
# defaults file for apt
apt_distribution_name: debian
2024-05-24 10:44:01 +00:00
apt_distribution_release: bookworm
2022-10-24 14:02:08 +00:00
apt_distribution_sections: main
2023-11-28 09:57:22 +00:00
apt_repositories: []
# Exemple:
2024-06-03 16:05:23 +00:00
# - name: sid
# url: http://deb.debian.org/debian
# suites: sid
# components: main
# key_path: /usr/share/keyrings/debian-archive-keyring.gpg
2023-11-28 09:57:22 +00:00
# - name: incus
# url: https://pkgs.zabbly.com/incus/stable
2024-06-03 16:05:23 +00:00
# suites: bookworm
# components: main
# key_url: https://pkgs.zabbly.com/key.asc
# key_path: /etc/apt/keyrings/incus.asc
apt_preferences: []
# Exemple:
# - filename: sid
# package: "*"
# pin: release n=sid
# priority: 100
2023-11-28 09:57:22 +00:00
2022-10-24 14:02:08 +00:00
apt_remove: []
apt_install: []
2023-11-28 09:57:22 +00:00
apt_full_upgrade: false