iac_modules/playbook/init_chartmuseum
2023-12-20 20:00:55 +08:00

20 lines
451 B
Plaintext

- name: setup harbor
hosts: all
user: root
become: yes
gather_facts: yes
tasks:
- include_role:
name: chartmuseum
vars:
group: master
namespace: harbor
domain: onwalk.net
auto_issuance: true
update_secret: true
storage_type: oss
tls:
- secret_name: chartmuseum-tls
keyfile: /etc/ssl/onwalk.net.key
certfile: /etc/ssl/onwalk.net.pem