summaryrefslogtreecommitdiffstats
path: root/ci/nbp-ansible/site.yml
blob: 7e22f8307eb37cfe78c8635d6d3718f995612fb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
    - installer