main.yml 503 B

1234567891011
  1. ---
  2. __deprecation_header: "[DEPRECATION WARNING]: The following are deprecated variables and will be no longer be used in the next minor release. Please update your inventory accordingly."
  3. # this is a list of variables that we will be deprecating within the next minor release, this list should be expected to change from release to release
  4. __warn_deprecated_vars:
  5. # logging
  6. - 'openshift_logging_namespace'
  7. # labels and kubelet args
  8. - 'openshift_node_labels'
  9. - 'openshift_node_kubelet_args'