 - name: Install Docker registry
   hosts: registry
   gather_facts: true
   become: yes
   become_user: root
   roles:
    - role: registry