7 lines
110 B
YAML
7 lines
110 B
YAML
- name: Add workers to the cluster
|
|
hosts: workers
|
|
become: true
|
|
gather_facts: true
|
|
roles:
|
|
- worker
|