This commit is contained in:
aynic.os
2021-07-11 08:56:03 +01:00
parent ce449b3966
commit d6d1299ae2
41 changed files with 342 additions and 211 deletions
+5
View File
@@ -1,6 +1,11 @@
---
# file: inventories/host_vars/localhost
disks_additional_disks:
- disk: none
fstype: btrfs
mount: /var/lib/docker
service: docker
docker_image_tag: "{{ lookup('env','ANSIBLE_DOCKER_IMAGE_TAG') or 'latest' }}"
docker_registry: "{{ lookup('env','ANSIBLE_DOCKER_REGISTRY') }}"
hosts_enable_local: true