role_apt/defaults/main.yml

33 lines
695 B
YAML

---
# defaults file for apt
apt_distribution_name: debian
apt_distribution_release: bookworm
apt_distribution_sections: main
apt_repositories: []
# Exemple:
# - name: sid
# url: http://deb.debian.org/debian
# suites: sid
# components: main
# key_path: /usr/share/keyrings/debian-archive-keyring.gpg
# - name: incus
# url: https://pkgs.zabbly.com/incus/stable
# 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
apt_remove: []
apt_install: []
apt_full_upgrade: false