docker-tools.yml 125 Bytes
Newer Older
1 2 3 4 5 6 7
- name: build a VM with docker-tools
  hosts: all
  sudo: True
  gather_facts: True
  roles:
    - docker
    - docker-tools