forked from IBM/ibm-spectrum-scale-install-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
playbook_ces.yml
29 lines (26 loc) · 842 Bytes
/
playbook_ces.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
#
# samples/playbook_ces.yml
#
# Playbook sample for deploying IBM Spectrum Scale (GPFS) cluster with Cluster
# Export Services (CES). Additional variables need to be defined for this, it is
# recommended to use Ansible group variables for this purpose:
# https://docs.ansible.com/ansible/latest/user_guide/intro_inventory.html#assigning-a-variable-to-many-machines-group-variables
# Sample definitions can be found in samples/vars/ces_vars.yml
- hosts: cluster01
vars:
- scale_version: 5.0.4.0
- scale_install_localpkg_path: /root/Spectrum_Scale_Standard-5.0.4.0-x86_64-Linux-install
pre_tasks:
- include_vars: ces_vars.yml
roles:
- core/precheck
- core/node
- core/cluster
- core/postcheck
- nfs/precheck
- nfs/node
- nfs/cluster
- smb/precheck
- smb/node
- smb/cluster