1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_packages.git synced 2024-08-16 10:19:51 +02:00
ansible_role_packages/defaults/main.yml
2020-08-12 17:20:30 +02:00

35 lines
593 B
YAML

---
# install these additional packages
base__extra_packages: []
# - foo
# - bar
base__add_ethz: "{{ add_ethz }}"
# LEGACY VARS
# ++ WILL BE REMOVED SOON ++
# add eth zurich apt source
add_ethz: true
# do we want the latest package version or just upgrade manually?
upgrade_packages_to_latest_version: true
# we use vim!
editor_is_vim: true
# print os variables
print_os_vars: false
# do we want non-free firmware from eth zuerich?
base_pkg_non_free_firmware: false
# do we want contrib from eth zuerich?
base_pkg_contrib: false
# version management
submodules_versioncheck: true