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, 0 insertions, 13 deletions
diff --git a/ci/nbp-ansible/site.yml b/ci/nbp-ansible/site.yml
deleted file mode 100644
index 7e22f83..0000000
--- a/ci/nbp-ansible/site.yml
+++ /dev/null
@@ -1,13 +0,0 @@
----
-# 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
- - installer