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