github.com/jlmeeker/kismatic@v1.10.1-0.20180612190640-57f9005a1f1a/ansible/_storage.yaml (about)

     1  ---
     2    - hosts: storage
     3      any_errors_fatal: true
     4      name: "Bootstrap Persistent Storage Cluster"
     5      become: yes
     6      
     7      roles:
     8        - role: packages-glusterfs
     9          when: allow_package_installation|bool == true
    10        - glusterfs
    11  
    12    - hosts: storage
    13      any_errors_fatal: true
    14      name: "Create NFS service on the cluster"
    15      run_once: true
    16      become: yes
    17      vars_files:
    18        - group_vars/all.yaml
    19        - group_vars/container_images.yaml
    20      roles:
    21        - glusterfs-k8s