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
|
- name: Ensure packages are installed
|
||||||
become: true
|
become: true
|
||||||
|
check_mode: no
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- python3-pip
|
- python3-pip
|
||||||
- apt-transport-https
|
- apt-transport-https
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
- curl
|
- curl
|
||||||
|
- gnupg
|
||||||
- gnupg-agent
|
- gnupg-agent
|
||||||
- software-properties-common
|
- software-properties-common
|
||||||
state: present
|
state: present
|
||||||
|
|
@ -34,6 +36,7 @@
|
||||||
- docker-ce-cli
|
- docker-ce-cli
|
||||||
- containerd.io
|
- containerd.io
|
||||||
- docker-compose
|
- docker-compose
|
||||||
|
- docker-compose-plugin
|
||||||
update_cache: true
|
update_cache: true
|
||||||
state: present
|
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