Ansible.Harbor/playbook.yml

8 lines
105 B
YAML

---
- hosts: registry
remote_user: root
gather_facts: false
roles:
- dockerhost
- registry