Initial commit
This commit is contained in:
19
defaults/main.yml
Normal file
19
defaults/main.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
repo_key: 'https://download.docker.com/linux/ubuntu/gpg'
|
||||
repo_branch: stable
|
||||
repo_url: "deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ ansible_lsb.codename|lower }} {{ repo_branch }}"
|
||||
|
||||
|
||||
dst_compose_files_dir: '/mnt/deploy/docker'
|
||||
|
||||
ipv6_enable: false
|
||||
remap_enable: false
|
||||
remap_user: dockremap
|
||||
remap_subuid: 100000
|
||||
metrics_enable: true
|
||||
metrics_addr: 0.0.0.0
|
||||
metrics_port: 19323
|
||||
experimental_enable: "{{ metrics_enable }}"
|
||||
tcp_listen: false
|
||||
live_restore: true
|
||||
swarm_init: false
|
||||
Reference in New Issue
Block a user