launch_config.yml 420 B

123456789101112131415
  1. ---
  2. - fail:
  3. msg: "Ensure that an AMI value is defined for openshift_aws_ami or openshift_aws_launch_config_custom_image."
  4. when:
  5. - openshift_aws_ami is undefined
  6. - fail:
  7. msg: "Ensure that openshift_deployment_type is defined."
  8. when:
  9. - openshift_deployment_type is undefined
  10. - include_tasks: launch_config_create.yml
  11. with_dict: "{{ l_nodes_to_build }}"
  12. loop_control:
  13. loop_var: launch_config_item