---
- name: deploy harbor server
  hosts: all
  user: ubuntu
  become: yes
  gather_facts: yes
  roles:
    - harbor
