blob: 7aaa32496831370744746e7b1a24d8b10c95cdbb [file] [log] [blame]
---
# instal docker and docker registry on head node
- name: run setup to gather facts
hosts: all, localhost
tasks:
- name: run setup
setup:
- name: install docker registry
hosts: head
roles:
- registry