kubeasz/roles/cluster-storage/cluster-storage.yml

9 lines
175 B
YAML
Raw Normal View History

2018-07-25 18:25:38 +08:00
hosts: deploy
roles:
- cluster-storage
vars:
storage_type: nfs
storage_server: 172.16.3.86
storage_path: /data/nfs
storage_class_name: nfs-dynamic-class