setupnfs.yml 545 B

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