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

     1  ---
     2    - hosts: all
     3      any_errors_fatal: true
     4      name: Run Cluster Pre-Flight Checks
     5      become: yes
     6      vars_files:
     7        - group_vars/all.yaml
     8      roles:
     9        - preflight
    10      environment: "{{proxy_env}}"