terminate.yml 361 B

1234567891011121314
  1. ---
  2. - name: Terminate instance(s)
  3. hosts: localhost
  4. vars_files:
  5. - vars.yml
  6. - include: ../openshift-node/terminate.yml
  7. vars:
  8. oo_host_group_exp: 'groups["tag_env-host-type_{{ cluster_id }}-openshift-node"]'
  9. - include: ../openshift-master/terminate.yml
  10. vars:
  11. oo_host_group_exp: 'groups["tag_env-host-type_{{ cluster_id }}-openshift-master"]'