snel.kubernetes-cluster/playbook.yml

39 lines
744 B
YAML
Raw Permalink Normal View History

---
2023-10-23 14:12:25 +02:00
- name: Include dci_hardware.yml
ansible.builtin.import_playbook: dci_hardware.yml
tags:
- dci_hardware
2023-10-16 20:22:34 +02:00
- name: Include playbook hostbill
ansible.builtin.import_playbook: hostbill.yml
tags:
- hostbill
2023-10-23 16:39:49 +02:00
- name: Haproxy Control LB
hosts:
- kubernetes_control_lb
roles:
- role: haproxy_control_lb
tags:
- haproxy
- haproxy_control_lb
2023-10-16 22:27:33 +02:00
- name: Include playbook talos
ansible.builtin.import_playbook: talos.yml
tags:
- talos
- name: Include playbook k8s_services
ansible.builtin.import_playbook: k8s_services.yml
tags:
- k8s_services
- services
2023-10-23 16:39:49 +02:00
- name: Backup Talos
hosts:
- kubernetes_control_lb
roles:
- role: backup_talos
tags:
- backup_talos