This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
ansible-nas
Watch
2
Star
0
Fork
You've already forked ansible-nas
0
mirror of
https://github.com/davestephens/ansible-nas
synced
2024-12-27 20:13:09 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
3c1b26fa3a
ansible-nas
/
templates
/
docker
/
daemon.json
4 lines
100 B
JSON
Raw
Normal View
History
Unescape
Escape
Major updates: * Rejig of playbook to load roles from ansible-galaxy * Remove ansible-nas role and move tasks to tasks directory * Add InfluxDB/Telegraf/Grafana for monitoring & dashboards * Automatically configure InfluxDB as a datasource in Grafana * Switch to ZFS Docker driver * Add note about switching to overlay2 Docker driver if required
2018-04-08 22:29:25 +00:00
{
Separate docker image directory and docker container data directory
2018-12-23 23:50:37 +00:00
"data-root"
:
"{{ docker_image_directory }}"
,
Major updates: * Rejig of playbook to load roles from ansible-galaxy * Remove ansible-nas role and move tasks to tasks directory * Add InfluxDB/Telegraf/Grafana for monitoring & dashboards * Automatically configure InfluxDB as a datasource in Grafana * Switch to ZFS Docker driver * Add note about switching to overlay2 Docker driver if required
2018-04-08 22:29:25 +00:00
"storage-driver"
:
"{{ docker_storage_driver }}"
}
Reference in a new issue
Copy permalink