playbooks/init_chaos_mesh

18 lines
409 B
Plaintext

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