github.com/jlmeeker/kismatic@v1.10.1-0.20180612190640-57f9005a1f1a/ansible/_contiv.yaml (about) 1 --- 2 - hosts: master:worker:ingress:storage 3 any_errors_fatal: true 4 name: "{{ play_name | default('Start Contiv Network Components') }}" 5 serial: "{{ serial_count | default('100%') }}" 6 become: yes 7 vars_files: 8 - group_vars/all.yaml 9 - group_vars/container_images.yaml 10 11 roles: 12 - contiv