diff options
Diffstat (limited to 'tools/k8s/cluster-deployment/k8scluster/k8sclustermanagement.yml')
-rw-r--r-- | tools/k8s/cluster-deployment/k8scluster/k8sclustermanagement.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/k8s/cluster-deployment/k8scluster/k8sclustermanagement.yml b/tools/k8s/cluster-deployment/k8scluster/k8sclustermanagement.yml new file mode 100644 index 00000000..5430bed5 --- /dev/null +++ b/tools/k8s/cluster-deployment/k8scluster/k8sclustermanagement.yml @@ -0,0 +1,4 @@ +---
+- hosts: all
+ roles:
+ - clustermanager
\ No newline at end of file |