cluster-ansible/join-workers.yml
2025-04-26 16:10:03 +02:00

7 lines
110 B
YAML

- name: Add workers to the cluster
hosts: workers
become: true
gather_facts: true
roles:
- worker