disable_excluder.yml 563 B

1234567891011121314151617
  1. ---
  2. - name: Disable excluders
  3. hosts: oo_masters_to_config:oo_nodes_to_config
  4. gather_facts: no
  5. tasks:
  6. # During installation the excluders are installed with present state.
  7. # So no pre-validation check here as the excluders are either to be installed (present = latest)
  8. # or they are not going to be updated if already installed
  9. # disable excluders based on their status
  10. - include_role:
  11. name: openshift_excluder
  12. tasks_from: disable
  13. vars:
  14. openshift_excluder_package_state: present
  15. docker_excluder_package_state: present