ansible-nas/roles/ansible-nas-general/defaults/main.yml

20 lines
464 B
YAML
Raw Normal View History

---
# Sets the hostname of your Ansible NAS
ansible_nas_hostname: ansible-nas
# Update all apt packages when playbook is run
keep_packages_updated: false
# Extra packages to install
ansible_nas_extra_packages:
- smartmontools
- htop
- zfsutils-linux
- bonnie++
- unzip
- lm-sensors
- ctop
# Sets the timezone for your Ansible NAS
# You can find a list here https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
ansible_nas_timezone: Etc/UTC