9 lines
117 B
Plaintext
9 lines
117 B
Plaintext
---
|
|
- name: deploy harbor server
|
|
hosts: all
|
|
user: ubuntu
|
|
become: yes
|
|
gather_facts: yes
|
|
roles:
|
|
- harbor
|