2022-10-31 13:56:41 +00:00
|
|
|
---
|
2022-11-09 12:09:46 +00:00
|
|
|
# - name: nodes
|
|
|
|
# hosts: k8s_worker
|
|
|
|
# gather_facts: true
|
|
|
|
# become: true
|
|
|
|
# roles:
|
|
|
|
# - k8s_storage_ebs_nodes
|
|
|
|
|
|
|
|
- name: manifests
|
2022-11-02 00:21:31 +00:00
|
|
|
hosts: localhost
|
2022-11-09 12:09:46 +00:00
|
|
|
gather_facts: false
|
2022-11-02 00:21:31 +00:00
|
|
|
become: false
|
2022-10-31 13:56:41 +00:00
|
|
|
roles:
|
2022-11-09 12:09:46 +00:00
|
|
|
- k8s_storage_ebs_manifests
|