added ebs hostpath storage

This commit is contained in:
2022-11-10 01:09:46 +13:00
parent e5fdf35669
commit 3e70f70fa3
15 changed files with 125 additions and 16516 deletions

View File

@ -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