role_apt/defaults/main.yml

26 lines
566 B
YAML
Raw Normal View History

2022-10-24 16:02:08 +02:00
---
# defaults file for apt
apt_distribution_name: debian
2024-05-24 12:44:01 +02:00
apt_distribution_release: bookworm
2022-10-24 16:02:08 +02:00
apt_distribution_sections: main
2023-11-28 10:57:22 +01:00
apt_repositories: []
# Exemple:
2024-06-07 10:51:58 +02:00
# - url: http://deb.debian.org/debian
2024-06-03 18:05:23 +02:00
# suites: sid
# components: main
# key_path: /usr/share/keyrings/debian-archive-keyring.gpg
2024-06-07 10:51:58 +02:00
# - url: https://pkgs.zabbly.com/incus/stable
2024-06-03 18:05:23 +02:00
# suites: bookworm
# components: main
# key_url: https://pkgs.zabbly.com/key.asc
# key_path: /etc/apt/keyrings/incus.asc
2024-06-05 13:26:41 +02:00
apt_preferences: []
2022-10-24 16:02:08 +02:00
apt_remove: []
apt_install: []
2023-11-28 10:57:22 +01:00
apt_full_upgrade: false