Ansible.Harbor/playbook.yml
Danny Bessems 70b3543c9c
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Upgrade Harbor
2023-06-03 10:13:56 +02:00

11 lines
147 B
YAML

---
- hosts: registry
remote_user: root
gather_facts: false
vars:
harbor:
version: v2.8.1
roles:
- dockerhost
- registry