added ebs hostpath storage
This commit is contained in:
@ -1,7 +1,14 @@
|
||||
---
|
||||
- name: scratch testing
|
||||
# - name: nodes
|
||||
# hosts: k8s_worker
|
||||
# gather_facts: true
|
||||
# become: true
|
||||
# roles:
|
||||
# - k8s_storage_ebs_nodes
|
||||
|
||||
- name: manifests
|
||||
hosts: localhost
|
||||
gather_facts: true
|
||||
gather_facts: false
|
||||
become: false
|
||||
roles:
|
||||
- k8s_storage_deploy
|
||||
- k8s_storage_ebs_manifests
|
Reference in New Issue
Block a user