mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-27 12:03:08 +00:00
20 lines
464 B
YAML
20 lines
464 B
YAML
|
---
|
||
|
# 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
|