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

     1  ---
     2    - hosts: master[0]
     3      any_errors_fatal: true
     4      name: "{{ play_name | default('Start Kubernetes Dashboard') }}"
     5      become: yes
     6      run_once: true
     7      vars_files:
     8        - group_vars/all.yaml
     9        - group_vars/container_images.yaml
    10      
    11      roles:
    12        - kube-dashboard