summaryrefslogtreecommitdiffstats
path: root/playbooks/adhoc/setupnfs.yml
blob: fd489dc70f9afb615307516a358401bdb04254a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
### This playbook is old and we are currently not using NFS.
- hosts: tag_Name_nfs-v3-stg
  become: no
  remote_user: root
  gather_facts: no
  roles:
  - role: openshift_storage_nfs_lvm
    mount_dir: /exports/stg-black
    volume_prefix: "kwoodsontest"
    volume_size: 5
    volume_num_start: 222
    number_of_volumes: 3
  tasks:
  - fetch:
    dest: json/
    src: /root/"{{ item }}"
  with_items:
  - persistent-volume.kwoodsontest5g0222.json
  - persistent-volume.kwoodsontest5g0223.json
  - persistent-volume.kwoodsontest5g0224.json