Compare commits
4 commits
64fa638244
...
565c92f38f
| Author | SHA1 | Date | |
|---|---|---|---|
| 565c92f38f | |||
|
|
443b73e99c | ||
|
|
b657818cd1 | ||
|
|
9756a9575c |
2 changed files with 6 additions and 2 deletions
|
|
@ -1,11 +1,13 @@
|
|||
- name: Ensure packages are installed
|
||||
become: true
|
||||
check_mode: no
|
||||
apt:
|
||||
name:
|
||||
- python3-pip
|
||||
- apt-transport-https
|
||||
- ca-certificates
|
||||
- curl
|
||||
- gnupg
|
||||
- gnupg-agent
|
||||
- software-properties-common
|
||||
state: present
|
||||
|
|
@ -34,6 +36,7 @@
|
|||
- docker-ce-cli
|
||||
- containerd.io
|
||||
- docker-compose
|
||||
- docker-compose-plugin
|
||||
update_cache: true
|
||||
state: present
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"data-root": "{{ docker_root | default('/var/lib/docker') }}"
|
||||
"data-root": "{{ docker_root | default('/var/lib/docker') }}",
|
||||
"experimental": {{ docker_experimental | default (false) }}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue