aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/docker/defaults/main.yml
blob: 3418577d27770b41a11ce70f8e1c2bbde58d2a15 (plain)
1
2
3
4
5
6
7
8
---

# Adds this user to the group docker which is allowed to access docker
jenkins_user: jenkins

# Keep amount of stored docker images below this size with docuum (OS#5099)
# (Currently configured for x86_64 only)
docker_max_space: "100 GB"