Install docker tools

master
Michael Mandl 2020-09-14 10:46:43 +02:00
parent ef02de7c16
commit 87ff607e92
No known key found for this signature in database
GPG Key ID: 4E60F44227F611B4
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,18 @@
---
# # Only for wsl-1
# - name: set docker-host variable
# become_user: "{{ account.name }}"
# lineinfile:
# path: "/home/{{ account.name }}/.zshrc"
# regexp: "^export DOCKER_HOST="
# line: "export DOCKER_HOST=tcp://localhost:2375"
- name: install docker tools
package:
name:
- docker.io
- docker-compose
state: latest

View File

@ -17,3 +17,4 @@
- tools
- dev-machine
- pinentry-wsl
- dockerd-wsl