2022-10-31 09:56:41 -04:00
|
|
|
---
|
2022-11-09 07:09:46 -05:00
|
|
|
# - name: nodes
|
|
|
|
# hosts: k8s_worker
|
|
|
|
# gather_facts: true
|
|
|
|
# become: true
|
|
|
|
# roles:
|
|
|
|
# - k8s_storage_ebs_nodes
|
|
|
|
|
|
|
|
- name: manifests
|
2022-11-01 20:21:31 -04:00
|
|
|
hosts: localhost
|
2022-11-09 07:09:46 -05:00
|
|
|
gather_facts: false
|
2022-11-01 20:21:31 -04:00
|
|
|
become: false
|
2022-10-31 09:56:41 -04:00
|
|
|
roles:
|
2022-11-09 07:09:46 -05:00
|
|
|
- k8s_storage_ebs_manifests
|