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

36 lines
593 B
YAML
Raw Normal View History

---
2020-08-12 17:20:30 +02:00
# install these additional packages
base__extra_packages: []
2019-05-14 17:37:22 +02:00
# - foo
# - bar
2019-07-15 23:07:17 +02:00
2020-08-12 17:20:30 +02:00
base__add_ethz: "{{ add_ethz }}"
2019-07-15 23:07:17 +02:00
2020-08-12 17:20:30 +02:00
# LEGACY VARS
# ++ WILL BE REMOVED SOON ++
2019-07-15 23:07:17 +02:00
# add eth zurich apt source
add_ethz: true
2020-08-12 17:20:30 +02:00
# do we want the latest package version or just upgrade manually?
upgrade_packages_to_latest_version: true
2019-07-15 23:07:17 +02:00
# we use vim!
editor_is_vim: true
2019-07-16 16:53:03 +02:00
# print os variables
print_os_vars: false
2019-07-15 23:07:17 +02:00
2019-07-20 22:38:49 +02:00
# do we want non-free firmware from eth zuerich?
base_pkg_non_free_firmware: false
2019-07-29 08:57:58 +02:00
# do we want contrib from eth zuerich?
base_pkg_contrib: false
2019-07-15 23:07:17 +02:00
# version management
2019-05-13 17:38:29 +02:00
submodules_versioncheck: true