Use ansible galaxy to install docker

This commit is contained in:
Jake Howard
2020-03-02 19:37:11 +00:00
parent 1af9fd508f
commit 85f6f59970
6 changed files with 15 additions and 21 deletions

View File

@ -10,4 +10,10 @@
- hosts: intersect
roles:
- ssh
- role: geerlingguy.docker
become: true
vars:
docker_install_compose: false # This role installs the binary directly, which is kinda nasty
docker_users:
- "{{ user }}"
- docker