summaryrefslogtreecommitdiffstats
path: root/ci/nbp-ansible/site.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/nbp-ansible/site.yml')
-rw-r--r--ci/nbp-ansible/site.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/ci/nbp-ansible/site.yml b/ci/nbp-ansible/site.yml
new file mode 100644
index 0000000..42c0790
--- /dev/null
+++ b/ci/nbp-ansible/site.yml
@@ -0,0 +1,13 @@
+---
+# Defines deployment design and assigns role to server groups
+
+- name: deploy opensds flexvolume plugin in all kubelet nodes
+ hosts: worker-nodes
+ remote_user: root
+ vars_files:
+ - group_vars/common.yml
+ gather_facts: false
+ become: True
+ roles:
+ - common
+ - flexvolume