diff --git a/.github/workflows/label_pr.yml b/.github/workflows/label_pr.yml index 72448ce2..dfcd25a9 100644 --- a/.github/workflows/label_pr.yml +++ b/.github/workflows/label_pr.yml @@ -1,4 +1,5 @@ --- + # Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/.github/workflows/publish_docs.yml b/.github/workflows/publish_docs.yml index b04184ce..5edc636f 100644 --- a/.github/workflows/publish_docs.yml +++ b/.github/workflows/publish_docs.yml @@ -1,5 +1,19 @@ --- +# Copyright 2023 Cloudera, Inc. All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + name: Publish documentation on: diff --git a/.github/workflows/validate_pr.yml b/.github/workflows/validate_pr.yml index 8b5070d8..127b1504 100644 --- a/.github/workflows/validate_pr.yml +++ b/.github/workflows/validate_pr.yml @@ -1,4 +1,5 @@ --- + # Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/.github/workflows/validate_pr_docs.yml b/.github/workflows/validate_pr_docs.yml index f165de9f..b82112a5 100644 --- a/.github/workflows/validate_pr_docs.yml +++ b/.github/workflows/validate_pr_docs.yml @@ -1,5 +1,19 @@ --- +# Copyright 2023 Cloudera, Inc. All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + name: Validate Pull Request documentation on: diff --git a/.gitignore b/.gitignore index 15e31e64..56ef9602 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/docs/freeipa.md b/docs/freeipa.md index d466a40d..adcb10f7 100644 --- a/docs/freeipa.md +++ b/docs/freeipa.md @@ -30,9 +30,9 @@ You must also set `krb5_kdc_type: "Red Hat IPA"`. ### Existing FreeIPA -This case is simple: +Set `krb5_kdc_host` to your FreeIPA server hostname. The role `infrastructure/krb5_client` will then install the FreeIPA client and enroll it with the designated server. -Please set `krb5_kdc_host` to you FreeIPA server hostname. +If you wish to suppress the enrollment, say you have already established enrollment outside of the automation, you can set the `freeipa_enroll` parameter to `false`. ### Playbook-provisioned diff --git a/galaxy.yml b/galaxy.yml index c8d1cd20..fa27ae07 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -16,7 +16,7 @@ namespace: cloudera name: cluster -version: 4.0.0-rc1 +version: 4.0.0 readme: README.md authors: [] diff --git a/meta/runtime.yml b/meta/runtime.yml index e6c9457e..3dc9b998 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,6 +1,6 @@ --- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/action/cm_api.py b/plugins/action/cm_api.py index f7f3ffc2..7465208b 100644 --- a/plugins/action/cm_api.py +++ b/plugins/action/cm_api.py @@ -1,4 +1,7 @@ -# Copyright 2021 Cloudera, Inc. +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/doc_fragments/cm_endpoint.py b/plugins/doc_fragments/cm_endpoint.py index 838fad91..b67f2f3c 100644 --- a/plugins/doc_fragments/cm_endpoint.py +++ b/plugins/doc_fragments/cm_endpoint.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/doc_fragments/cm_options.py b/plugins/doc_fragments/cm_options.py index 7ca17a18..5aa13223 100644 --- a/plugins/doc_fragments/cm_options.py +++ b/plugins/doc_fragments/cm_options.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/doc_fragments/cm_resource.py b/plugins/doc_fragments/cm_resource.py index 2a95b2e4..2fae2671 100644 --- a/plugins/doc_fragments/cm_resource.py +++ b/plugins/doc_fragments/cm_resource.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/filter/filters.py b/plugins/filter/filters.py index 3db27222..6927e396 100644 --- a/plugins/filter/filters.py +++ b/plugins/filter/filters.py @@ -1,4 +1,7 @@ -# Copyright 2021 Cloudera, Inc. +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,6 +14,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + from __future__ import absolute_import, division, print_function from typing import Optional import re diff --git a/plugins/module_utils/cm_utils.py b/plugins/module_utils/cm_utils.py index 82e23e01..e1680daf 100644 --- a/plugins/module_utils/cm_utils.py +++ b/plugins/module_utils/cm_utils.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/modules/cm_endpoint_info.py b/plugins/modules/cm_endpoint_info.py index 96177f48..f207dcb8 100644 --- a/plugins/modules/cm_endpoint_info.py +++ b/plugins/modules/cm_endpoint_info.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/modules/cm_resource.py b/plugins/modules/cm_resource.py index 9a9319bc..7a12cbac 100644 --- a/plugins/modules/cm_resource.py +++ b/plugins/modules/cm_resource.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/modules/cm_resource_info.py b/plugins/modules/cm_resource_info.py index 0ffe1b45..ec518303 100644 --- a/plugins/modules/cm_resource_info.py +++ b/plugins/modules/cm_resource_info.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/modules/cm_version_info.py b/plugins/modules/cm_version_info.py index ae354236..e50ffc20 100644 --- a/plugins/modules/cm_version_info.py +++ b/plugins/modules/cm_version_info.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pytest.ini b/pytest.ini index f6cbd92d..f6125c59 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,4 @@ -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/admin_password/check/meta/main.yml b/roles/cloudera_manager/admin_password/check/meta/main.yml index 263e003f..9d00fb74 100644 --- a/roles/cloudera_manager/admin_password/check/meta/main.yml +++ b/roles/cloudera_manager/admin_password/check/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/admin_password/check/tasks/main.yml b/roles/cloudera_manager/admin_password/check/tasks/main.yml index 5fceeaac..19a6f325 100644 --- a/roles/cloudera_manager/admin_password/check/tasks/main.yml +++ b/roles/cloudera_manager/admin_password/check/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/admin_password/set/meta/main.yml b/roles/cloudera_manager/admin_password/set/meta/main.yml index 3a5a0054..5906ea76 100644 --- a/roles/cloudera_manager/admin_password/set/meta/main.yml +++ b/roles/cloudera_manager/admin_password/set/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/admin_password/set/tasks/main.yml b/roles/cloudera_manager/admin_password/set/tasks/main.yml index e9c5cd65..c4a0a5c8 100644 --- a/roles/cloudera_manager/admin_password/set/tasks/main.yml +++ b/roles/cloudera_manager/admin_password/set/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/agent/meta/main.yml b/roles/cloudera_manager/agent/meta/main.yml index 99e5dcd9..56d9b5c9 100644 --- a/roles/cloudera_manager/agent/meta/main.yml +++ b/roles/cloudera_manager/agent/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/agent/tasks/main.yml b/roles/cloudera_manager/agent/tasks/main.yml index 79ba981e..b29da920 100644 --- a/roles/cloudera_manager/agent/tasks/main.yml +++ b/roles/cloudera_manager/agent/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/agent_config/meta/main.yml b/roles/cloudera_manager/agent_config/meta/main.yml index 721d1d65..ac540aa3 100644 --- a/roles/cloudera_manager/agent_config/meta/main.yml +++ b/roles/cloudera_manager/agent_config/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/agent_config/tasks/main.yml b/roles/cloudera_manager/agent_config/tasks/main.yml index e1d349b7..ceeff95f 100644 --- a/roles/cloudera_manager/agent_config/tasks/main.yml +++ b/roles/cloudera_manager/agent_config/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/api_client/action_plugins/cm_api.py b/roles/cloudera_manager/api_client/action_plugins/cm_api.py index f7f3ffc2..7465208b 100644 --- a/roles/cloudera_manager/api_client/action_plugins/cm_api.py +++ b/roles/cloudera_manager/api_client/action_plugins/cm_api.py @@ -1,4 +1,7 @@ -# Copyright 2021 Cloudera, Inc. +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/api_client/defaults/main.yml b/roles/cloudera_manager/api_client/defaults/main.yml index 87b444cf..84198db3 100644 --- a/roles/cloudera_manager/api_client/defaults/main.yml +++ b/roles/cloudera_manager/api_client/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/api_client/filter_plugins/filters.py b/roles/cloudera_manager/api_client/filter_plugins/filters.py index 980a10d6..72a1853d 100644 --- a/roles/cloudera_manager/api_client/filter_plugins/filters.py +++ b/roles/cloudera_manager/api_client/filter_plugins/filters.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/api_client/handlers/main.yml b/roles/cloudera_manager/api_client/handlers/main.yml index 9a9530f3..0cd6907b 100644 --- a/roles/cloudera_manager/api_client/handlers/main.yml +++ b/roles/cloudera_manager/api_client/handlers/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/api_client/meta/main.yml b/roles/cloudera_manager/api_client/meta/main.yml index 45aa8eef..f244f78e 100644 --- a/roles/cloudera_manager/api_client/meta/main.yml +++ b/roles/cloudera_manager/api_client/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/api_client/tasks/main.yml b/roles/cloudera_manager/api_client/tasks/main.yml index 6dbd8079..0ec9f28f 100644 --- a/roles/cloudera_manager/api_client/tasks/main.yml +++ b/roles/cloudera_manager/api_client/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/api_hosts/meta/main.yml b/roles/cloudera_manager/api_hosts/meta/main.yml index 1aee5eba..e41c1783 100644 --- a/roles/cloudera_manager/api_hosts/meta/main.yml +++ b/roles/cloudera_manager/api_hosts/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/api_hosts/tasks/main.yml b/roles/cloudera_manager/api_hosts/tasks/main.yml index bc20cc97..64085f0f 100644 --- a/roles/cloudera_manager/api_hosts/tasks/main.yml +++ b/roles/cloudera_manager/api_hosts/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/autotls/defaults/main.yml b/roles/cloudera_manager/autotls/defaults/main.yml index 384085af..41179a94 100644 --- a/roles/cloudera_manager/autotls/defaults/main.yml +++ b/roles/cloudera_manager/autotls/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/autotls/meta/main.yml b/roles/cloudera_manager/autotls/meta/main.yml index 3a5a0054..5906ea76 100644 --- a/roles/cloudera_manager/autotls/meta/main.yml +++ b/roles/cloudera_manager/autotls/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/autotls/tasks/main.yml b/roles/cloudera_manager/autotls/tasks/main.yml index 3a18255e..47533897 100644 --- a/roles/cloudera_manager/autotls/tasks/main.yml +++ b/roles/cloudera_manager/autotls/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/common/defaults/main.yml b/roles/cloudera_manager/common/defaults/main.yml index 798636d8..17764193 100644 --- a/roles/cloudera_manager/common/defaults/main.yml +++ b/roles/cloudera_manager/common/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/common/handlers/main.yml b/roles/cloudera_manager/common/handlers/main.yml index 74c4a337..59d213c6 100644 --- a/roles/cloudera_manager/common/handlers/main.yml +++ b/roles/cloudera_manager/common/handlers/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/common/meta/main.yml b/roles/cloudera_manager/common/meta/main.yml index f63fb6e8..016374de 100644 --- a/roles/cloudera_manager/common/meta/main.yml +++ b/roles/cloudera_manager/common/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/config/defaults/main.yml b/roles/cloudera_manager/config/defaults/main.yml index 00cab716..dea1125f 100644 --- a/roles/cloudera_manager/config/defaults/main.yml +++ b/roles/cloudera_manager/config/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/config/meta/main.yml b/roles/cloudera_manager/config/meta/main.yml index 0ae36e31..387f099b 100644 --- a/roles/cloudera_manager/config/meta/main.yml +++ b/roles/cloudera_manager/config/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/config/tasks/main.yml b/roles/cloudera_manager/config/tasks/main.yml index 4a1fdf63..bf4b31e8 100644 --- a/roles/cloudera_manager/config/tasks/main.yml +++ b/roles/cloudera_manager/config/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/csds/defaults/main.yml b/roles/cloudera_manager/csds/defaults/main.yml index 46b56aa6..f415f665 100644 --- a/roles/cloudera_manager/csds/defaults/main.yml +++ b/roles/cloudera_manager/csds/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/csds/meta/main.yml b/roles/cloudera_manager/csds/meta/main.yml index cb61cbd0..4a8f7d79 100644 --- a/roles/cloudera_manager/csds/meta/main.yml +++ b/roles/cloudera_manager/csds/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/csds/tasks/main.yml b/roles/cloudera_manager/csds/tasks/main.yml index 52007c5e..c5ca205b 100644 --- a/roles/cloudera_manager/csds/tasks/main.yml +++ b/roles/cloudera_manager/csds/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/daemons/meta/main.yml b/roles/cloudera_manager/daemons/meta/main.yml index 8323b84f..c2cbec9c 100644 --- a/roles/cloudera_manager/daemons/meta/main.yml +++ b/roles/cloudera_manager/daemons/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/daemons/tasks/main.yml b/roles/cloudera_manager/daemons/tasks/main.yml index 8a7986b7..f8d05b7c 100644 --- a/roles/cloudera_manager/daemons/tasks/main.yml +++ b/roles/cloudera_manager/daemons/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/database/defaults/main.yml b/roles/cloudera_manager/database/defaults/main.yml index a02d99bc..d43e8eaf 100644 --- a/roles/cloudera_manager/database/defaults/main.yml +++ b/roles/cloudera_manager/database/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/database/handlers/main.yml b/roles/cloudera_manager/database/handlers/main.yml index b1792575..23da945f 100644 --- a/roles/cloudera_manager/database/handlers/main.yml +++ b/roles/cloudera_manager/database/handlers/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/database/meta/main.yml b/roles/cloudera_manager/database/meta/main.yml index d5e6594b..3110d72d 100644 --- a/roles/cloudera_manager/database/meta/main.yml +++ b/roles/cloudera_manager/database/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/database/tasks/embedded.yml b/roles/cloudera_manager/database/tasks/embedded.yml index 13db3131..fca93ba8 100644 --- a/roles/cloudera_manager/database/tasks/embedded.yml +++ b/roles/cloudera_manager/database/tasks/embedded.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/database/tasks/external.yml b/roles/cloudera_manager/database/tasks/external.yml index 01562078..3bbb29af 100644 --- a/roles/cloudera_manager/database/tasks/external.yml +++ b/roles/cloudera_manager/database/tasks/external.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/database/tasks/main.yml b/roles/cloudera_manager/database/tasks/main.yml index 410a50ed..a80fec85 100644 --- a/roles/cloudera_manager/database/tasks/main.yml +++ b/roles/cloudera_manager/database/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/external_account/defaults/main.yml b/roles/cloudera_manager/external_account/defaults/main.yml index 903bddaf..90e4e0a3 100644 --- a/roles/cloudera_manager/external_account/defaults/main.yml +++ b/roles/cloudera_manager/external_account/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/external_account/meta/main.yml b/roles/cloudera_manager/external_account/meta/main.yml index 524838cc..55b150d4 100644 --- a/roles/cloudera_manager/external_account/meta/main.yml +++ b/roles/cloudera_manager/external_account/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/external_account/tasks/main.yml b/roles/cloudera_manager/external_account/tasks/main.yml index de36fb8f..3b092b01 100644 --- a/roles/cloudera_manager/external_account/tasks/main.yml +++ b/roles/cloudera_manager/external_account/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/external_account/vars/main.yml b/roles/cloudera_manager/external_account/vars/main.yml index 903bddaf..90e4e0a3 100644 --- a/roles/cloudera_manager/external_account/vars/main.yml +++ b/roles/cloudera_manager/external_account/vars/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/external_auth/meta/main.yml b/roles/cloudera_manager/external_auth/meta/main.yml index ca9fad9c..42c74f45 100644 --- a/roles/cloudera_manager/external_auth/meta/main.yml +++ b/roles/cloudera_manager/external_auth/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/external_auth/tasks/create_mapping.yml b/roles/cloudera_manager/external_auth/tasks/create_mapping.yml index 79cb8657..c2cca5be 100644 --- a/roles/cloudera_manager/external_auth/tasks/create_mapping.yml +++ b/roles/cloudera_manager/external_auth/tasks/create_mapping.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/external_auth/vars/main.yml b/roles/cloudera_manager/external_auth/vars/main.yml index 37823b1f..f2c74494 100644 --- a/roles/cloudera_manager/external_auth/vars/main.yml +++ b/roles/cloudera_manager/external_auth/vars/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/hosts_config/tasks/main.yml b/roles/cloudera_manager/hosts_config/tasks/main.yml index 55dc6407..f04baa52 100644 --- a/roles/cloudera_manager/hosts_config/tasks/main.yml +++ b/roles/cloudera_manager/hosts_config/tasks/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/kerberos/meta/main.yml b/roles/cloudera_manager/kerberos/meta/main.yml index ca9fad9c..42c74f45 100644 --- a/roles/cloudera_manager/kerberos/meta/main.yml +++ b/roles/cloudera_manager/kerberos/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/kerberos/tasks/main.yml b/roles/cloudera_manager/kerberos/tasks/main.yml index 71038722..ce1a3f05 100644 --- a/roles/cloudera_manager/kerberos/tasks/main.yml +++ b/roles/cloudera_manager/kerberos/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/license/defaults/main.yml b/roles/cloudera_manager/license/defaults/main.yml index 97f4c610..d8808bb9 100644 --- a/roles/cloudera_manager/license/defaults/main.yml +++ b/roles/cloudera_manager/license/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/license/meta/main.yml b/roles/cloudera_manager/license/meta/main.yml index 09e142be..bfa9f932 100644 --- a/roles/cloudera_manager/license/meta/main.yml +++ b/roles/cloudera_manager/license/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/license/tasks/enterprise.yml b/roles/cloudera_manager/license/tasks/enterprise.yml index 440a9457..90a378ef 100644 --- a/roles/cloudera_manager/license/tasks/enterprise.yml +++ b/roles/cloudera_manager/license/tasks/enterprise.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/license/tasks/main.yml b/roles/cloudera_manager/license/tasks/main.yml index 82cf97eb..a618cc81 100644 --- a/roles/cloudera_manager/license/tasks/main.yml +++ b/roles/cloudera_manager/license/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/license/tasks/trial.yml b/roles/cloudera_manager/license/tasks/trial.yml index 76d70466..9187f32f 100644 --- a/roles/cloudera_manager/license/tasks/trial.yml +++ b/roles/cloudera_manager/license/tasks/trial.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/preload_parcels/defaults/main.yml b/roles/cloudera_manager/preload_parcels/defaults/main.yml index df8417e1..8c601aa3 100644 --- a/roles/cloudera_manager/preload_parcels/defaults/main.yml +++ b/roles/cloudera_manager/preload_parcels/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/preload_parcels/tasks/main.yml b/roles/cloudera_manager/preload_parcels/tasks/main.yml index 33603fcd..769fa039 100644 --- a/roles/cloudera_manager/preload_parcels/tasks/main.yml +++ b/roles/cloudera_manager/preload_parcels/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/repo/defaults/main.yml b/roles/cloudera_manager/repo/defaults/main.yml index 35a82308..b1246dac 100644 --- a/roles/cloudera_manager/repo/defaults/main.yml +++ b/roles/cloudera_manager/repo/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/repo/meta/main.yml b/roles/cloudera_manager/repo/meta/main.yml index cb61cbd0..4a8f7d79 100644 --- a/roles/cloudera_manager/repo/meta/main.yml +++ b/roles/cloudera_manager/repo/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/repo/tasks/main-Debian.yml b/roles/cloudera_manager/repo/tasks/main-Debian.yml index 9e3cee9e..6d7a78fd 100644 --- a/roles/cloudera_manager/repo/tasks/main-Debian.yml +++ b/roles/cloudera_manager/repo/tasks/main-Debian.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/repo/tasks/main-RedHat.yml b/roles/cloudera_manager/repo/tasks/main-RedHat.yml index c7947db9..07263e97 100644 --- a/roles/cloudera_manager/repo/tasks/main-RedHat.yml +++ b/roles/cloudera_manager/repo/tasks/main-RedHat.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/repo/tasks/main.yml b/roles/cloudera_manager/repo/tasks/main.yml index c461c175..2fb51f56 100644 --- a/roles/cloudera_manager/repo/tasks/main.yml +++ b/roles/cloudera_manager/repo/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/repo/vars/Debian.yml b/roles/cloudera_manager/repo/vars/Debian.yml index 828bd437..7aade359 100644 --- a/roles/cloudera_manager/repo/vars/Debian.yml +++ b/roles/cloudera_manager/repo/vars/Debian.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/repo/vars/RedHat.yml b/roles/cloudera_manager/repo/vars/RedHat.yml index b7f5f8e3..b0d2e1bf 100644 --- a/roles/cloudera_manager/repo/vars/RedHat.yml +++ b/roles/cloudera_manager/repo/vars/RedHat.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/repo/vars/Suse.yml b/roles/cloudera_manager/repo/vars/Suse.yml index 903bddaf..90e4e0a3 100644 --- a/roles/cloudera_manager/repo/vars/Suse.yml +++ b/roles/cloudera_manager/repo/vars/Suse.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/server/meta/main.yml b/roles/cloudera_manager/server/meta/main.yml index c35c03c4..2ed9872a 100644 --- a/roles/cloudera_manager/server/meta/main.yml +++ b/roles/cloudera_manager/server/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/server/tasks/main.yml b/roles/cloudera_manager/server/tasks/main.yml index 2291879e..81392923 100644 --- a/roles/cloudera_manager/server/tasks/main.yml +++ b/roles/cloudera_manager/server/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/server_tls/meta/main.yml b/roles/cloudera_manager/server_tls/meta/main.yml index 55300fe4..f8a21598 100644 --- a/roles/cloudera_manager/server_tls/meta/main.yml +++ b/roles/cloudera_manager/server_tls/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/server_tls/tasks/main.yml b/roles/cloudera_manager/server_tls/tasks/main.yml index ad900d36..b9cc77f1 100644 --- a/roles/cloudera_manager/server_tls/tasks/main.yml +++ b/roles/cloudera_manager/server_tls/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/services_info/meta/main.yml b/roles/cloudera_manager/services_info/meta/main.yml index 3a5a0054..5906ea76 100644 --- a/roles/cloudera_manager/services_info/meta/main.yml +++ b/roles/cloudera_manager/services_info/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/session_timeout/defaults/main.yml b/roles/cloudera_manager/session_timeout/defaults/main.yml index 6bee756b..2bdf4a1e 100644 --- a/roles/cloudera_manager/session_timeout/defaults/main.yml +++ b/roles/cloudera_manager/session_timeout/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/session_timeout/meta/main.yml b/roles/cloudera_manager/session_timeout/meta/main.yml index 3a5a0054..5906ea76 100644 --- a/roles/cloudera_manager/session_timeout/meta/main.yml +++ b/roles/cloudera_manager/session_timeout/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/wait_for_heartbeat/meta/main.yml b/roles/cloudera_manager/wait_for_heartbeat/meta/main.yml index 524838cc..55b150d4 100644 --- a/roles/cloudera_manager/wait_for_heartbeat/meta/main.yml +++ b/roles/cloudera_manager/wait_for_heartbeat/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/cloudera_manager/wait_for_heartbeat/tasks/main.yml b/roles/cloudera_manager/wait_for_heartbeat/tasks/main.yml index 16b338ff..1ca80710 100644 --- a/roles/cloudera_manager/wait_for_heartbeat/tasks/main.yml +++ b/roles/cloudera_manager/wait_for_heartbeat/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/config/cluster/base/meta/main.yml b/roles/config/cluster/base/meta/main.yml index cf20f5e5..805b101f 100644 --- a/roles/config/cluster/base/meta/main.yml +++ b/roles/config/cluster/base/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/config/cluster/base/tasks/main.yml b/roles/config/cluster/base/tasks/main.yml index 61854262..aeec29b9 100644 --- a/roles/config/cluster/base/tasks/main.yml +++ b/roles/config/cluster/base/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/config/cluster/base/vars/main.yml b/roles/config/cluster/base/vars/main.yml index feec0801..72e4fbfa 100644 --- a/roles/config/cluster/base/vars/main.yml +++ b/roles/config/cluster/base/vars/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/config/cluster/common/defaults/main.yml b/roles/config/cluster/common/defaults/main.yml index 6d12f64c..a20149f9 100644 --- a/roles/config/cluster/common/defaults/main.yml +++ b/roles/config/cluster/common/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/config/cluster/ecs/meta/main.yml b/roles/config/cluster/ecs/meta/main.yml index cf20f5e5..805b101f 100644 --- a/roles/config/cluster/ecs/meta/main.yml +++ b/roles/config/cluster/ecs/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/config/cluster/ecs/tasks/main.yml b/roles/config/cluster/ecs/tasks/main.yml index 61854262..aeec29b9 100644 --- a/roles/config/cluster/ecs/tasks/main.yml +++ b/roles/config/cluster/ecs/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/config/cluster/ecs/vars/main.yml b/roles/config/cluster/ecs/vars/main.yml index 0590e30d..8c40b01f 100644 --- a/roles/config/cluster/ecs/vars/main.yml +++ b/roles/config/cluster/ecs/vars/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/config/cluster/kts/meta/main.yml b/roles/config/cluster/kts/meta/main.yml index cf20f5e5..805b101f 100644 --- a/roles/config/cluster/kts/meta/main.yml +++ b/roles/config/cluster/kts/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/config/cluster/kts/tasks/main.yml b/roles/config/cluster/kts/tasks/main.yml index b7ff1bdb..625300d2 100644 --- a/roles/config/cluster/kts/tasks/main.yml +++ b/roles/config/cluster/kts/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/config/cluster/kts/vars/main.yml b/roles/config/cluster/kts/vars/main.yml index 044d9d3e..05853527 100644 --- a/roles/config/cluster/kts/vars/main.yml +++ b/roles/config/cluster/kts/vars/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/config/services/hue_ticket_lifetime/meta/main.yml b/roles/config/services/hue_ticket_lifetime/meta/main.yml index ea97a5b0..474745ea 100644 --- a/roles/config/services/hue_ticket_lifetime/meta/main.yml +++ b/roles/config/services/hue_ticket_lifetime/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/config/services/kms/meta/main.yml b/roles/config/services/kms/meta/main.yml index ddcd8f66..3d3be92a 100644 --- a/roles/config/services/kms/meta/main.yml +++ b/roles/config/services/kms/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/config/services/kms/tasks/main.yml b/roles/config/services/kms/tasks/main.yml index 0a631080..9eb00494 100644 --- a/roles/config/services/kms/tasks/main.yml +++ b/roles/config/services/kms/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/config/services/kms/vars/main.yml b/roles/config/services/kms/vars/main.yml index b49c28f8..1adff8b0 100644 --- a/roles/config/services/kms/vars/main.yml +++ b/roles/config/services/kms/vars/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/config/services/mgmt/meta/main.yml b/roles/config/services/mgmt/meta/main.yml index 867b8869..9f7b6712 100644 --- a/roles/config/services/mgmt/meta/main.yml +++ b/roles/config/services/mgmt/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/config/services/mgmt/vars/main.yml b/roles/config/services/mgmt/vars/main.yml index 108f3864..9217c24a 100644 --- a/roles/config/services/mgmt/vars/main.yml +++ b/roles/config/services/mgmt/vars/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/config/services/ranger_pvc_default_policies/meta/main.yml b/roles/config/services/ranger_pvc_default_policies/meta/main.yml index 0d623502..cf397750 100644 --- a/roles/config/services/ranger_pvc_default_policies/meta/main.yml +++ b/roles/config/services/ranger_pvc_default_policies/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/config/services/solr_knox/meta/main.yml b/roles/config/services/solr_knox/meta/main.yml index 0d623502..cf397750 100644 --- a/roles/config/services/solr_knox/meta/main.yml +++ b/roles/config/services/solr_knox/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/config/services/solr_ranger_plugin/meta/main.yml b/roles/config/services/solr_ranger_plugin/meta/main.yml index 0d623502..cf397750 100644 --- a/roles/config/services/solr_ranger_plugin/meta/main.yml +++ b/roles/config/services/solr_ranger_plugin/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/cluster/meta/main.yml b/roles/deployment/cluster/meta/main.yml index 6794e8de..44c08094 100644 --- a/roles/deployment/cluster/meta/main.yml +++ b/roles/deployment/cluster/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/cluster/tasks/create_base.yml b/roles/deployment/cluster/tasks/create_base.yml index 83fae426..4f2f6f21 100644 --- a/roles/deployment/cluster/tasks/create_base.yml +++ b/roles/deployment/cluster/tasks/create_base.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/cluster/tasks/create_data_context.yml b/roles/deployment/cluster/tasks/create_data_context.yml index 340e96a4..ea38378c 100644 --- a/roles/deployment/cluster/tasks/create_data_context.yml +++ b/roles/deployment/cluster/tasks/create_data_context.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/cluster/tasks/create_ecs.yml b/roles/deployment/cluster/tasks/create_ecs.yml index e7071ef6..7113d086 100644 --- a/roles/deployment/cluster/tasks/create_ecs.yml +++ b/roles/deployment/cluster/tasks/create_ecs.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/cluster/tasks/create_kts.yml b/roles/deployment/cluster/tasks/create_kts.yml index f756bdbe..89d293d3 100644 --- a/roles/deployment/cluster/tasks/create_kts.yml +++ b/roles/deployment/cluster/tasks/create_kts.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/cluster/tasks/fs2cs.yml b/roles/deployment/cluster/tasks/fs2cs.yml index 489a3a3b..e86edcf1 100644 --- a/roles/deployment/cluster/tasks/fs2cs.yml +++ b/roles/deployment/cluster/tasks/fs2cs.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/cluster/tasks/main.yml b/roles/deployment/cluster/tasks/main.yml index 9afdc39f..9b1f4799 100644 --- a/roles/deployment/cluster/tasks/main.yml +++ b/roles/deployment/cluster/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/cluster/tasks/nav2atlas.yml b/roles/deployment/cluster/tasks/nav2atlas.yml index 0926701f..8dc1f30d 100644 --- a/roles/deployment/cluster/tasks/nav2atlas.yml +++ b/roles/deployment/cluster/tasks/nav2atlas.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/cluster/tasks/update_base.yml b/roles/deployment/cluster/tasks/update_base.yml index 3fd133cb..5615cf0d 100644 --- a/roles/deployment/cluster/tasks/update_base.yml +++ b/roles/deployment/cluster/tasks/update_base.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/cluster/tasks/update_role_config_group.yml b/roles/deployment/cluster/tasks/update_role_config_group.yml index 618fcd5e..fbe50683 100644 --- a/roles/deployment/cluster/tasks/update_role_config_group.yml +++ b/roles/deployment/cluster/tasks/update_role_config_group.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/cluster/tasks/upgrade_kts.yml b/roles/deployment/cluster/tasks/upgrade_kts.yml index 5cd2bd57..38bad9b1 100644 --- a/roles/deployment/cluster/tasks/upgrade_kts.yml +++ b/roles/deployment/cluster/tasks/upgrade_kts.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/credential/meta/main.yml b/roles/deployment/credential/meta/main.yml index f46e2d5c..6f05fca3 100644 --- a/roles/deployment/credential/meta/main.yml +++ b/roles/deployment/credential/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/credential/tasks/main.yml b/roles/deployment/credential/tasks/main.yml index 9c0b6817..2dbb2471 100644 --- a/roles/deployment/credential/tasks/main.yml +++ b/roles/deployment/credential/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/databases/meta/main.yml b/roles/deployment/databases/meta/main.yml index f63fb6e8..016374de 100644 --- a/roles/deployment/databases/meta/main.yml +++ b/roles/deployment/databases/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/databases/tasks/main.yml b/roles/deployment/databases/tasks/main.yml index 97509669..12c6ee27 100644 --- a/roles/deployment/databases/tasks/main.yml +++ b/roles/deployment/databases/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/databases/tasks/mariadb.yml b/roles/deployment/databases/tasks/mariadb.yml index 5ababe0d..792a91ea 100644 --- a/roles/deployment/databases/tasks/mariadb.yml +++ b/roles/deployment/databases/tasks/mariadb.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/databases/tasks/postgresql.yml b/roles/deployment/databases/tasks/postgresql.yml index eb9793a7..f6b29756 100644 --- a/roles/deployment/databases/tasks/postgresql.yml +++ b/roles/deployment/databases/tasks/postgresql.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/definition/tasks/main.yml b/roles/deployment/definition/tasks/main.yml index d5e815af..84004f6f 100644 --- a/roles/deployment/definition/tasks/main.yml +++ b/roles/deployment/definition/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/groupby/tasks/main.yml b/roles/deployment/groupby/tasks/main.yml index 686be889..3f4c9892 100644 --- a/roles/deployment/groupby/tasks/main.yml +++ b/roles/deployment/groupby/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/repometa/defaults/main.yml b/roles/deployment/repometa/defaults/main.yml index a122ee8a..0ca26b6a 100644 --- a/roles/deployment/repometa/defaults/main.yml +++ b/roles/deployment/repometa/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/repometa/meta/main.yml b/roles/deployment/repometa/meta/main.yml index 5925f2d6..dab4c7e7 100644 --- a/roles/deployment/repometa/meta/main.yml +++ b/roles/deployment/repometa/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/repometa/tasks/main.yml b/roles/deployment/repometa/tasks/main.yml index 716b55be..9ba4b4a9 100644 --- a/roles/deployment/repometa/tasks/main.yml +++ b/roles/deployment/repometa/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/repometa/tasks/parcels.yml b/roles/deployment/repometa/tasks/parcels.yml index d6efc76c..82b4ea57 100644 --- a/roles/deployment/repometa/tasks/parcels.yml +++ b/roles/deployment/repometa/tasks/parcels.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/repometa/tasks/prepare-Debian.yml b/roles/deployment/repometa/tasks/prepare-Debian.yml index ea6b8859..eea7f6a2 100644 --- a/roles/deployment/repometa/tasks/prepare-Debian.yml +++ b/roles/deployment/repometa/tasks/prepare-Debian.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/repometa/tasks/prepare-RedHat.yml b/roles/deployment/repometa/tasks/prepare-RedHat.yml index 7e26c884..6004baba 100644 --- a/roles/deployment/repometa/tasks/prepare-RedHat.yml +++ b/roles/deployment/repometa/tasks/prepare-RedHat.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/services/kms/meta/main.yml b/roles/deployment/services/kms/meta/main.yml index 20ea4909..d52472cb 100644 --- a/roles/deployment/services/kms/meta/main.yml +++ b/roles/deployment/services/kms/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/services/kms/tasks/create_kms.yml b/roles/deployment/services/kms/tasks/create_kms.yml index 8be8c283..e167f63b 100644 --- a/roles/deployment/services/kms/tasks/create_kms.yml +++ b/roles/deployment/services/kms/tasks/create_kms.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/services/kms/tasks/main.yml b/roles/deployment/services/kms/tasks/main.yml index 2a10dfef..a597360f 100644 --- a/roles/deployment/services/kms/tasks/main.yml +++ b/roles/deployment/services/kms/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/services/kms_ha/defaults/main.yml b/roles/deployment/services/kms_ha/defaults/main.yml index 8907c8c7..65ddfc31 100644 --- a/roles/deployment/services/kms_ha/defaults/main.yml +++ b/roles/deployment/services/kms_ha/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/services/kms_ha/tasks/main.yml b/roles/deployment/services/kms_ha/tasks/main.yml index d35916a8..e2e8eb51 100644 --- a/roles/deployment/services/kms_ha/tasks/main.yml +++ b/roles/deployment/services/kms_ha/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/services/kts_common/defaults/main.yml b/roles/deployment/services/kts_common/defaults/main.yml index 7f74489e..81c9d1d6 100644 --- a/roles/deployment/services/kts_common/defaults/main.yml +++ b/roles/deployment/services/kts_common/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/services/kts_high_availability/meta/main.yml b/roles/deployment/services/kts_high_availability/meta/main.yml index 4713af47..47ede159 100644 --- a/roles/deployment/services/kts_high_availability/meta/main.yml +++ b/roles/deployment/services/kts_high_availability/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/services/kts_high_availability/tasks/main.yml b/roles/deployment/services/kts_high_availability/tasks/main.yml index e909da61..42d48212 100644 --- a/roles/deployment/services/kts_high_availability/tasks/main.yml +++ b/roles/deployment/services/kts_high_availability/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/services/mgmt/meta/main.yml b/roles/deployment/services/mgmt/meta/main.yml index 0e64efd4..b1b1a326 100644 --- a/roles/deployment/services/mgmt/meta/main.yml +++ b/roles/deployment/services/mgmt/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/services/mgmt/tasks/main.yml b/roles/deployment/services/mgmt/tasks/main.yml index e81e8000..d88933fc 100644 --- a/roles/deployment/services/mgmt/tasks/main.yml +++ b/roles/deployment/services/mgmt/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/deployment/services/wxm/meta/main.yml b/roles/deployment/services/wxm/meta/main.yml index 0d623502..cf397750 100644 --- a/roles/deployment/services/wxm/meta/main.yml +++ b/roles/deployment/services/wxm/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/ca_common/defaults/main.yml b/roles/infrastructure/ca_common/defaults/main.yml index 0a92165d..2abf3cfd 100644 --- a/roles/infrastructure/ca_common/defaults/main.yml +++ b/roles/infrastructure/ca_common/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/ca_common/meta/main.yml b/roles/infrastructure/ca_common/meta/main.yml index 5b0fc8f5..b13308b6 100644 --- a/roles/infrastructure/ca_common/meta/main.yml +++ b/roles/infrastructure/ca_common/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/ca_server/meta/main.yml b/roles/infrastructure/ca_server/meta/main.yml index 830dd2a1..85cfa0b8 100644 --- a/roles/infrastructure/ca_server/meta/main.yml +++ b/roles/infrastructure/ca_server/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/ca_server/molecule/default/converge.yml b/roles/infrastructure/ca_server/molecule/default/converge.yml index 7e6c66e9..cde6633b 100644 --- a/roles/infrastructure/ca_server/molecule/default/converge.yml +++ b/roles/infrastructure/ca_server/molecule/default/converge.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/ca_server/molecule/default/molecule.yml b/roles/infrastructure/ca_server/molecule/default/molecule.yml index 4851f803..2ff30d02 100644 --- a/roles/infrastructure/ca_server/molecule/default/molecule.yml +++ b/roles/infrastructure/ca_server/molecule/default/molecule.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/ca_server/molecule/default/verify.yml b/roles/infrastructure/ca_server/molecule/default/verify.yml index 34058861..e5ac8599 100644 --- a/roles/infrastructure/ca_server/molecule/default/verify.yml +++ b/roles/infrastructure/ca_server/molecule/default/verify.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/ca_server/tasks/create_ca.yml b/roles/infrastructure/ca_server/tasks/create_ca.yml index f3538ea6..431312ec 100644 --- a/roles/infrastructure/ca_server/tasks/create_ca.yml +++ b/roles/infrastructure/ca_server/tasks/create_ca.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/ca_server/tasks/main.yml b/roles/infrastructure/ca_server/tasks/main.yml index 1a79db14..c251ca64 100644 --- a/roles/infrastructure/ca_server/tasks/main.yml +++ b/roles/infrastructure/ca_server/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/ca_server/vars/Debian.yml b/roles/infrastructure/ca_server/vars/Debian.yml index a74cc7de..426171fc 100644 --- a/roles/infrastructure/ca_server/vars/Debian.yml +++ b/roles/infrastructure/ca_server/vars/Debian.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/ca_server/vars/RedHat.yml b/roles/infrastructure/ca_server/vars/RedHat.yml index 8b333873..712b3449 100644 --- a/roles/infrastructure/ca_server/vars/RedHat.yml +++ b/roles/infrastructure/ca_server/vars/RedHat.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/custom_repo/defaults/main.yml b/roles/infrastructure/custom_repo/defaults/main.yml index 416cf7f3..cdaa027a 100644 --- a/roles/infrastructure/custom_repo/defaults/main.yml +++ b/roles/infrastructure/custom_repo/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/custom_repo/tasks/install_parcels.yml b/roles/infrastructure/custom_repo/tasks/install_parcels.yml index 4e2d44bb..4443cc51 100644 --- a/roles/infrastructure/custom_repo/tasks/install_parcels.yml +++ b/roles/infrastructure/custom_repo/tasks/install_parcels.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/custom_repo/tasks/install_parcels_from_tars_on_controller.yml b/roles/infrastructure/custom_repo/tasks/install_parcels_from_tars_on_controller.yml index 0642fb07..9dec3e00 100644 --- a/roles/infrastructure/custom_repo/tasks/install_parcels_from_tars_on_controller.yml +++ b/roles/infrastructure/custom_repo/tasks/install_parcels_from_tars_on_controller.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/custom_repo/tasks/main.yml b/roles/infrastructure/custom_repo/tasks/main.yml index f21c4fb1..8aa6ad38 100644 --- a/roles/infrastructure/custom_repo/tasks/main.yml +++ b/roles/infrastructure/custom_repo/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/custom_repo/tasks/rehost_files_from_download.yml b/roles/infrastructure/custom_repo/tasks/rehost_files_from_download.yml index 4e52182a..3520e8b8 100644 --- a/roles/infrastructure/custom_repo/tasks/rehost_files_from_download.yml +++ b/roles/infrastructure/custom_repo/tasks/rehost_files_from_download.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/custom_repo/vars/Debian.yml b/roles/infrastructure/custom_repo/vars/Debian.yml index 1dfa5222..689f3932 100644 --- a/roles/infrastructure/custom_repo/vars/Debian.yml +++ b/roles/infrastructure/custom_repo/vars/Debian.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/custom_repo/vars/RedHat.yml b/roles/infrastructure/custom_repo/vars/RedHat.yml index 3f6aa3e3..dd540716 100644 --- a/roles/infrastructure/custom_repo/vars/RedHat.yml +++ b/roles/infrastructure/custom_repo/vars/RedHat.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/haproxy/tasks/main.yml b/roles/infrastructure/haproxy/tasks/main.yml index 256d9f37..19d0648a 100644 --- a/roles/infrastructure/haproxy/tasks/main.yml +++ b/roles/infrastructure/haproxy/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/krb5_client/defaults/main.yml b/roles/infrastructure/krb5_client/defaults/main.yml new file mode 100644 index 00000000..b3172efb --- /dev/null +++ b/roles/infrastructure/krb5_client/defaults/main.yml @@ -0,0 +1,17 @@ +--- + +# Copyright 2023 Cloudera, Inc. All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +freeipa_enroll: true diff --git a/roles/infrastructure/krb5_client/handlers/main.yml b/roles/infrastructure/krb5_client/handlers/main.yml index 13f8994f..b9bc3586 100644 --- a/roles/infrastructure/krb5_client/handlers/main.yml +++ b/roles/infrastructure/krb5_client/handlers/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/krb5_client/meta/main.yml b/roles/infrastructure/krb5_client/meta/main.yml index 78c6a212..f5a92905 100644 --- a/roles/infrastructure/krb5_client/meta/main.yml +++ b/roles/infrastructure/krb5_client/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/krb5_client/tasks/freeipa.yml b/roles/infrastructure/krb5_client/tasks/freeipa.yml index 5e1326f5..f90ad950 100644 --- a/roles/infrastructure/krb5_client/tasks/freeipa.yml +++ b/roles/infrastructure/krb5_client/tasks/freeipa.yml @@ -1,4 +1,6 @@ -# Copyright 2021 Cloudera, Inc. +--- + +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,7 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. ---- - name: Fix FreeIPA Dbus configuration include_tasks: freeipa_dbus_patch.yml when: @@ -30,7 +31,7 @@ ipaserver_realm: "{{ krb5_realm }}" ipaserver_domain: "{{ krb5_domain | default(krb5_realm | lower) }}" ipaclient_servers: "{{ groups['krb5_server'] }}" - when: "krb5_kdc_type == 'Red Hat IPA' and 'krb5_server' in groups" + when: freeipa_enroll or 'krb5_server' in groups - name: Include Private Cloud config changes ansible.builtin.include_tasks: pvc_configs.yml diff --git a/roles/infrastructure/krb5_client/tasks/freeipa_autodns.yml b/roles/infrastructure/krb5_client/tasks/freeipa_autodns.yml index 5882f611..2dcef68e 100644 --- a/roles/infrastructure/krb5_client/tasks/freeipa_autodns.yml +++ b/roles/infrastructure/krb5_client/tasks/freeipa_autodns.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/krb5_client/tasks/main.yml b/roles/infrastructure/krb5_client/tasks/main.yml index bca64d72..9f7bb53f 100644 --- a/roles/infrastructure/krb5_client/tasks/main.yml +++ b/roles/infrastructure/krb5_client/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/krb5_client/tasks/mit.yml b/roles/infrastructure/krb5_client/tasks/mit.yml index 5f9fcc01..271767dc 100644 --- a/roles/infrastructure/krb5_client/tasks/mit.yml +++ b/roles/infrastructure/krb5_client/tasks/mit.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/krb5_client/tasks/pvc_configs.yml b/roles/infrastructure/krb5_client/tasks/pvc_configs.yml index 205fcb38..ad897a82 100644 --- a/roles/infrastructure/krb5_client/tasks/pvc_configs.yml +++ b/roles/infrastructure/krb5_client/tasks/pvc_configs.yml @@ -1,5 +1,5 @@ --- -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/krb5_client/vars/Debian.yml b/roles/infrastructure/krb5_client/vars/Debian.yml index fd2b8476..6fe74389 100644 --- a/roles/infrastructure/krb5_client/vars/Debian.yml +++ b/roles/infrastructure/krb5_client/vars/Debian.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/krb5_client/vars/RedHat.yml b/roles/infrastructure/krb5_client/vars/RedHat.yml index 4cd1b750..bde46581 100644 --- a/roles/infrastructure/krb5_client/vars/RedHat.yml +++ b/roles/infrastructure/krb5_client/vars/RedHat.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/krb5_client/vars/Suse.yml b/roles/infrastructure/krb5_client/vars/Suse.yml index 19a4af27..bdd76d1c 100644 --- a/roles/infrastructure/krb5_client/vars/Suse.yml +++ b/roles/infrastructure/krb5_client/vars/Suse.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/krb5_common/defaults/main.yml b/roles/infrastructure/krb5_common/defaults/main.yml index bfaa386f..e9ed4aed 100644 --- a/roles/infrastructure/krb5_common/defaults/main.yml +++ b/roles/infrastructure/krb5_common/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/krb5_conf/meta/main.yml b/roles/infrastructure/krb5_conf/meta/main.yml index ea97a5b0..474745ea 100644 --- a/roles/infrastructure/krb5_conf/meta/main.yml +++ b/roles/infrastructure/krb5_conf/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/krb5_conf/tasks/main.yml b/roles/infrastructure/krb5_conf/tasks/main.yml index 9749f5bc..184bee7d 100644 --- a/roles/infrastructure/krb5_conf/tasks/main.yml +++ b/roles/infrastructure/krb5_conf/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/krb5_conf/tasks/mit.yml b/roles/infrastructure/krb5_conf/tasks/mit.yml index 0c814276..4f379062 100644 --- a/roles/infrastructure/krb5_conf/tasks/mit.yml +++ b/roles/infrastructure/krb5_conf/tasks/mit.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/krb5_server/defaults/main.yml b/roles/infrastructure/krb5_server/defaults/main.yml index 561cc676..f837d51c 100644 --- a/roles/infrastructure/krb5_server/defaults/main.yml +++ b/roles/infrastructure/krb5_server/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/krb5_server/meta/main.yml b/roles/infrastructure/krb5_server/meta/main.yml index 78c6a212..f5a92905 100644 --- a/roles/infrastructure/krb5_server/meta/main.yml +++ b/roles/infrastructure/krb5_server/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/krb5_server/tasks/freeipa.yml b/roles/infrastructure/krb5_server/tasks/freeipa.yml index b7508067..f54603a1 100644 --- a/roles/infrastructure/krb5_server/tasks/freeipa.yml +++ b/roles/infrastructure/krb5_server/tasks/freeipa.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/krb5_server/tasks/main.yml b/roles/infrastructure/krb5_server/tasks/main.yml index 680e0367..3d7803c2 100644 --- a/roles/infrastructure/krb5_server/tasks/main.yml +++ b/roles/infrastructure/krb5_server/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/krb5_server/tasks/mit.yml b/roles/infrastructure/krb5_server/tasks/mit.yml index 7429b238..89abb44e 100644 --- a/roles/infrastructure/krb5_server/tasks/mit.yml +++ b/roles/infrastructure/krb5_server/tasks/mit.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/krb5_server/vars/Debian.yml b/roles/infrastructure/krb5_server/vars/Debian.yml index 5f5c2c1f..a702f987 100644 --- a/roles/infrastructure/krb5_server/vars/Debian.yml +++ b/roles/infrastructure/krb5_server/vars/Debian.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/krb5_server/vars/RedHat.yml b/roles/infrastructure/krb5_server/vars/RedHat.yml index 45287b8a..dcea9802 100644 --- a/roles/infrastructure/krb5_server/vars/RedHat.yml +++ b/roles/infrastructure/krb5_server/vars/RedHat.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/krb5_server/vars/Suse.yml b/roles/infrastructure/krb5_server/vars/Suse.yml index befda1d1..8fb768a5 100644 --- a/roles/infrastructure/krb5_server/vars/Suse.yml +++ b/roles/infrastructure/krb5_server/vars/Suse.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/rdbms/handlers/main.yml b/roles/infrastructure/rdbms/handlers/main.yml index f643fba0..bcb4d6d5 100644 --- a/roles/infrastructure/rdbms/handlers/main.yml +++ b/roles/infrastructure/rdbms/handlers/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/rdbms/meta/main.yml b/roles/infrastructure/rdbms/meta/main.yml index 9ab4a681..1a3d1690 100644 --- a/roles/infrastructure/rdbms/meta/main.yml +++ b/roles/infrastructure/rdbms/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/rdbms/tasks/main.yml b/roles/infrastructure/rdbms/tasks/main.yml index 41dc0829..c809292f 100644 --- a/roles/infrastructure/rdbms/tasks/main.yml +++ b/roles/infrastructure/rdbms/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/rdbms/tasks/mariadb-Debian.yml b/roles/infrastructure/rdbms/tasks/mariadb-Debian.yml index 646e6696..66724199 100644 --- a/roles/infrastructure/rdbms/tasks/mariadb-Debian.yml +++ b/roles/infrastructure/rdbms/tasks/mariadb-Debian.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/rdbms/tasks/mariadb-RedHat.yml b/roles/infrastructure/rdbms/tasks/mariadb-RedHat.yml index 0c22bada..da4ae4de 100644 --- a/roles/infrastructure/rdbms/tasks/mariadb-RedHat.yml +++ b/roles/infrastructure/rdbms/tasks/mariadb-RedHat.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/rdbms/tasks/postgresql-Debian.yml b/roles/infrastructure/rdbms/tasks/postgresql-Debian.yml index 857bc294..21cb7b98 100644 --- a/roles/infrastructure/rdbms/tasks/postgresql-Debian.yml +++ b/roles/infrastructure/rdbms/tasks/postgresql-Debian.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/rdbms/tasks/postgresql-RedHat.yml b/roles/infrastructure/rdbms/tasks/postgresql-RedHat.yml index d2ee825e..a7af8e79 100644 --- a/roles/infrastructure/rdbms/tasks/postgresql-RedHat.yml +++ b/roles/infrastructure/rdbms/tasks/postgresql-RedHat.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/rdbms/tasks/template_fix.yml b/roles/infrastructure/rdbms/tasks/template_fix.yml index bbdeef67..1a04815e 100644 --- a/roles/infrastructure/rdbms/tasks/template_fix.yml +++ b/roles/infrastructure/rdbms/tasks/template_fix.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/rdbms/vars/mariadb-Debian.yml b/roles/infrastructure/rdbms/vars/mariadb-Debian.yml index 21af1e9c..9fa139d7 100644 --- a/roles/infrastructure/rdbms/vars/mariadb-Debian.yml +++ b/roles/infrastructure/rdbms/vars/mariadb-Debian.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/rdbms/vars/mariadb-RedHat.yml b/roles/infrastructure/rdbms/vars/mariadb-RedHat.yml index 903bddaf..90e4e0a3 100644 --- a/roles/infrastructure/rdbms/vars/mariadb-RedHat.yml +++ b/roles/infrastructure/rdbms/vars/mariadb-RedHat.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/rdbms/vars/mariadb.yml b/roles/infrastructure/rdbms/vars/mariadb.yml index 6d6dc3d9..aa89f31c 100644 --- a/roles/infrastructure/rdbms/vars/mariadb.yml +++ b/roles/infrastructure/rdbms/vars/mariadb.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/rdbms/vars/postgresql-Debian.yml b/roles/infrastructure/rdbms/vars/postgresql-Debian.yml index ce5b4b14..ec5af0ac 100644 --- a/roles/infrastructure/rdbms/vars/postgresql-Debian.yml +++ b/roles/infrastructure/rdbms/vars/postgresql-Debian.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/rdbms/vars/postgresql.yml b/roles/infrastructure/rdbms/vars/postgresql.yml index c3783f19..a676b7c8 100644 --- a/roles/infrastructure/rdbms/vars/postgresql.yml +++ b/roles/infrastructure/rdbms/vars/postgresql.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/operations/delete_cluster/meta/main.yml b/roles/operations/delete_cluster/meta/main.yml index 69f6a359..0c81b708 100644 --- a/roles/operations/delete_cluster/meta/main.yml +++ b/roles/operations/delete_cluster/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/operations/delete_cluster/tasks/main.yml b/roles/operations/delete_cluster/tasks/main.yml index 997f27ae..9ed8bc0d 100644 --- a/roles/operations/delete_cluster/tasks/main.yml +++ b/roles/operations/delete_cluster/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/operations/delete_cms/meta/main.yml b/roles/operations/delete_cms/meta/main.yml index 3a5a0054..5906ea76 100644 --- a/roles/operations/delete_cms/meta/main.yml +++ b/roles/operations/delete_cms/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/operations/delete_cms/tasks/main.yml b/roles/operations/delete_cms/tasks/main.yml index 6f6f5955..4aa7ab92 100644 --- a/roles/operations/delete_cms/tasks/main.yml +++ b/roles/operations/delete_cms/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/operations/refresh_ranger_kms_repo/meta/main.yml b/roles/operations/refresh_ranger_kms_repo/meta/main.yml index f52ecf8c..8bf109a4 100644 --- a/roles/operations/refresh_ranger_kms_repo/meta/main.yml +++ b/roles/operations/refresh_ranger_kms_repo/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/operations/refresh_ranger_kms_repo/tasks/cluster_find_ranger.yml b/roles/operations/refresh_ranger_kms_repo/tasks/cluster_find_ranger.yml index 793c333e..4f93f754 100644 --- a/roles/operations/refresh_ranger_kms_repo/tasks/cluster_find_ranger.yml +++ b/roles/operations/refresh_ranger_kms_repo/tasks/cluster_find_ranger.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/operations/refresh_ranger_kms_repo/tasks/main.yml b/roles/operations/refresh_ranger_kms_repo/tasks/main.yml index dda5ffc5..3cb47078 100644 --- a/roles/operations/refresh_ranger_kms_repo/tasks/main.yml +++ b/roles/operations/refresh_ranger_kms_repo/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/operations/refresh_ranger_kms_repo/tasks/setup_cluster.yml b/roles/operations/refresh_ranger_kms_repo/tasks/setup_cluster.yml index eea34104..5ac9216f 100644 --- a/roles/operations/refresh_ranger_kms_repo/tasks/setup_cluster.yml +++ b/roles/operations/refresh_ranger_kms_repo/tasks/setup_cluster.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/operations/restart_cluster/meta/main.yml b/roles/operations/restart_cluster/meta/main.yml index 524838cc..55b150d4 100644 --- a/roles/operations/restart_cluster/meta/main.yml +++ b/roles/operations/restart_cluster/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/operations/restart_cluster_services/meta/main.yml b/roles/operations/restart_cluster_services/meta/main.yml index 3a5a0054..5906ea76 100644 --- a/roles/operations/restart_cluster_services/meta/main.yml +++ b/roles/operations/restart_cluster_services/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/operations/restart_mgmt_services/meta/main.yml b/roles/operations/restart_mgmt_services/meta/main.yml index 0d623502..cf397750 100644 --- a/roles/operations/restart_mgmt_services/meta/main.yml +++ b/roles/operations/restart_mgmt_services/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/operations/restart_stale/meta/main.yml b/roles/operations/restart_stale/meta/main.yml index 524838cc..55b150d4 100644 --- a/roles/operations/restart_stale/meta/main.yml +++ b/roles/operations/restart_stale/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/operations/restart_stale/tasks/main.yml b/roles/operations/restart_stale/tasks/main.yml index 6601afed..dc517bb5 100644 --- a/roles/operations/restart_stale/tasks/main.yml +++ b/roles/operations/restart_stale/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/operations/restart_stale/tasks/restart.yml b/roles/operations/restart_stale/tasks/restart.yml index bdca935a..655cfa6f 100644 --- a/roles/operations/restart_stale/tasks/restart.yml +++ b/roles/operations/restart_stale/tasks/restart.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/operations/stop_cluster/meta/main.yml b/roles/operations/stop_cluster/meta/main.yml index 69f6a359..0c81b708 100644 --- a/roles/operations/stop_cluster/meta/main.yml +++ b/roles/operations/stop_cluster/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/operations/stop_cluster/tasks/main.yml b/roles/operations/stop_cluster/tasks/main.yml index 18da9ec3..9f591529 100644 --- a/roles/operations/stop_cluster/tasks/main.yml +++ b/roles/operations/stop_cluster/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/jdk/defaults/main.yml b/roles/prereqs/jdk/defaults/main.yml index 1e27877c..138c6c0c 100644 --- a/roles/prereqs/jdk/defaults/main.yml +++ b/roles/prereqs/jdk/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/jdk/tasks/main.yml b/roles/prereqs/jdk/tasks/main.yml index 2a2b4d83..1fa75c43 100644 --- a/roles/prereqs/jdk/tasks/main.yml +++ b/roles/prereqs/jdk/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/jdk/vars/Debian.yml b/roles/prereqs/jdk/vars/Debian.yml index b145342f..53e4860a 100644 --- a/roles/prereqs/jdk/vars/Debian.yml +++ b/roles/prereqs/jdk/vars/Debian.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/jdk/vars/RedHat.yml b/roles/prereqs/jdk/vars/RedHat.yml index 1deda171..020aa487 100644 --- a/roles/prereqs/jdk/vars/RedHat.yml +++ b/roles/prereqs/jdk/vars/RedHat.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/jdk/vars/Suse.yml b/roles/prereqs/jdk/vars/Suse.yml index e9ed32cc..f96248a5 100644 --- a/roles/prereqs/jdk/vars/Suse.yml +++ b/roles/prereqs/jdk/vars/Suse.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/kerberos/meta/main.yml b/roles/prereqs/kerberos/meta/main.yml index 87f7147e..9d6e67b7 100644 --- a/roles/prereqs/kerberos/meta/main.yml +++ b/roles/prereqs/kerberos/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/kerberos/tasks/main.yml b/roles/prereqs/kerberos/tasks/main.yml index ae2ae786..75ebc26d 100644 --- a/roles/prereqs/kerberos/tasks/main.yml +++ b/roles/prereqs/kerberos/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/kerberos/vars/Debian.yml b/roles/prereqs/kerberos/vars/Debian.yml index e9ed0414..d4e1e441 100644 --- a/roles/prereqs/kerberos/vars/Debian.yml +++ b/roles/prereqs/kerberos/vars/Debian.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/kerberos/vars/RedHat.yml b/roles/prereqs/kerberos/vars/RedHat.yml index a30aa2aa..b2c84c20 100644 --- a/roles/prereqs/kerberos/vars/RedHat.yml +++ b/roles/prereqs/kerberos/vars/RedHat.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/kerberos/vars/Suse.yml b/roles/prereqs/kerberos/vars/Suse.yml index e472a248..de5c90cb 100644 --- a/roles/prereqs/kerberos/vars/Suse.yml +++ b/roles/prereqs/kerberos/vars/Suse.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/license/defaults/main.yml b/roles/prereqs/license/defaults/main.yml index a4c1803a..28a4a380 100644 --- a/roles/prereqs/license/defaults/main.yml +++ b/roles/prereqs/license/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/license/tasks/main.yml b/roles/prereqs/license/tasks/main.yml index f60a8156..ddf28ad5 100644 --- a/roles/prereqs/license/tasks/main.yml +++ b/roles/prereqs/license/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/mysql_connector/meta/main.yml b/roles/prereqs/mysql_connector/meta/main.yml index f63fb6e8..016374de 100644 --- a/roles/prereqs/mysql_connector/meta/main.yml +++ b/roles/prereqs/mysql_connector/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/oracle_connector/defaults/main.yml b/roles/prereqs/oracle_connector/defaults/main.yml index 1e396b5a..f42e3c77 100644 --- a/roles/prereqs/oracle_connector/defaults/main.yml +++ b/roles/prereqs/oracle_connector/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/oracle_connector/meta/main.yml b/roles/prereqs/oracle_connector/meta/main.yml index f63fb6e8..016374de 100644 --- a/roles/prereqs/oracle_connector/meta/main.yml +++ b/roles/prereqs/oracle_connector/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/oracle_connector/tasks/main.yml b/roles/prereqs/oracle_connector/tasks/main.yml index a7d2c1fc..e455a107 100644 --- a/roles/prereqs/oracle_connector/tasks/main.yml +++ b/roles/prereqs/oracle_connector/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/os/defaults/main.yml b/roles/prereqs/os/defaults/main.yml index 8d159343..c511c6ed 100644 --- a/roles/prereqs/os/defaults/main.yml +++ b/roles/prereqs/os/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/os/handlers/main.yml b/roles/prereqs/os/handlers/main.yml index 151a218d..cf746d74 100644 --- a/roles/prereqs/os/handlers/main.yml +++ b/roles/prereqs/os/handlers/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/os/tasks/main-Debian.yml b/roles/prereqs/os/tasks/main-Debian.yml index f84ccd36..a68c669f 100644 --- a/roles/prereqs/os/tasks/main-Debian.yml +++ b/roles/prereqs/os/tasks/main-Debian.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/os/tasks/main-RedHat.yml b/roles/prereqs/os/tasks/main-RedHat.yml index e770815b..1f570e26 100644 --- a/roles/prereqs/os/tasks/main-RedHat.yml +++ b/roles/prereqs/os/tasks/main-RedHat.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/os/tasks/main.yml b/roles/prereqs/os/tasks/main.yml index e6d1a05a..378b2cf9 100644 --- a/roles/prereqs/os/tasks/main.yml +++ b/roles/prereqs/os/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/os/tasks/rngd.yml b/roles/prereqs/os/tasks/rngd.yml index 9e59f54c..8888312d 100644 --- a/roles/prereqs/os/tasks/rngd.yml +++ b/roles/prereqs/os/tasks/rngd.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/os/vars/Debian.yml b/roles/prereqs/os/vars/Debian.yml index 7e8863e3..d3423c70 100644 --- a/roles/prereqs/os/vars/Debian.yml +++ b/roles/prereqs/os/vars/Debian.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/os/vars/RedHat.yml b/roles/prereqs/os/vars/RedHat.yml index e3176ee4..da449ab5 100644 --- a/roles/prereqs/os/vars/RedHat.yml +++ b/roles/prereqs/os/vars/RedHat.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/os/vars/Suse.yml b/roles/prereqs/os/vars/Suse.yml index 14677d9e..4873063d 100644 --- a/roles/prereqs/os/vars/Suse.yml +++ b/roles/prereqs/os/vars/Suse.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/postgresql_connector/defaults/main.yml b/roles/prereqs/postgresql_connector/defaults/main.yml index 9ceced43..c61d17ed 100644 --- a/roles/prereqs/postgresql_connector/defaults/main.yml +++ b/roles/prereqs/postgresql_connector/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/postgresql_connector/meta/main.yml b/roles/prereqs/postgresql_connector/meta/main.yml index f63fb6e8..016374de 100644 --- a/roles/prereqs/postgresql_connector/meta/main.yml +++ b/roles/prereqs/postgresql_connector/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/postgresql_connector/tasks/main.yml b/roles/prereqs/postgresql_connector/tasks/main.yml index fcf2564b..20877c42 100644 --- a/roles/prereqs/postgresql_connector/tasks/main.yml +++ b/roles/prereqs/postgresql_connector/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/user_accounts/meta/main.yml b/roles/prereqs/user_accounts/meta/main.yml index 885a23a7..ac7f2739 100644 --- a/roles/prereqs/user_accounts/meta/main.yml +++ b/roles/prereqs/user_accounts/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/user_accounts/tasks/main.yml b/roles/prereqs/user_accounts/tasks/main.yml index b02feee9..45117bed 100644 --- a/roles/prereqs/user_accounts/tasks/main.yml +++ b/roles/prereqs/user_accounts/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/user_accounts_ecs/defaults/main.yml b/roles/prereqs/user_accounts_ecs/defaults/main.yml index ee37a888..9a629bbe 100644 --- a/roles/prereqs/user_accounts_ecs/defaults/main.yml +++ b/roles/prereqs/user_accounts_ecs/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/user_accounts_ecs/meta/main.yml b/roles/prereqs/user_accounts_ecs/meta/main.yml index f63fb6e8..016374de 100644 --- a/roles/prereqs/user_accounts_ecs/meta/main.yml +++ b/roles/prereqs/user_accounts_ecs/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/prereqs/user_accounts_ecs/tasks/main.yml b/roles/prereqs/user_accounts_ecs/tasks/main.yml index 2aa6935b..0f42384b 100644 --- a/roles/prereqs/user_accounts_ecs/tasks/main.yml +++ b/roles/prereqs/user_accounts_ecs/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/security/tls_clean/meta/main.yml b/roles/security/tls_clean/meta/main.yml index 830dd2a1..85cfa0b8 100644 --- a/roles/security/tls_clean/meta/main.yml +++ b/roles/security/tls_clean/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/security/tls_clean/tasks/main.yml b/roles/security/tls_clean/tasks/main.yml index 23b472d1..c9b8883a 100644 --- a/roles/security/tls_clean/tasks/main.yml +++ b/roles/security/tls_clean/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/security/tls_generate_csr/defaults/main.yml b/roles/security/tls_generate_csr/defaults/main.yml index 37d85dea..f53c2f01 100644 --- a/roles/security/tls_generate_csr/defaults/main.yml +++ b/roles/security/tls_generate_csr/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/security/tls_generate_csr/meta/main.yml b/roles/security/tls_generate_csr/meta/main.yml index aabb7a51..3b157c54 100644 --- a/roles/security/tls_generate_csr/meta/main.yml +++ b/roles/security/tls_generate_csr/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/security/tls_generate_csr/molecule/default/converge.yml b/roles/security/tls_generate_csr/molecule/default/converge.yml index 0ac88174..653b95e7 100644 --- a/roles/security/tls_generate_csr/molecule/default/converge.yml +++ b/roles/security/tls_generate_csr/molecule/default/converge.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/security/tls_generate_csr/molecule/default/molecule.yml b/roles/security/tls_generate_csr/molecule/default/molecule.yml index cc1e76ea..6ae1073a 100644 --- a/roles/security/tls_generate_csr/molecule/default/molecule.yml +++ b/roles/security/tls_generate_csr/molecule/default/molecule.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/security/tls_generate_csr/molecule/default/prepare.yml b/roles/security/tls_generate_csr/molecule/default/prepare.yml index 1867df99..71890cef 100644 --- a/roles/security/tls_generate_csr/molecule/default/prepare.yml +++ b/roles/security/tls_generate_csr/molecule/default/prepare.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/security/tls_generate_csr/molecule/default/verify.yml b/roles/security/tls_generate_csr/molecule/default/verify.yml index 3c46dba8..8fa77931 100644 --- a/roles/security/tls_generate_csr/molecule/default/verify.yml +++ b/roles/security/tls_generate_csr/molecule/default/verify.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/security/tls_generate_csr/tasks/acls.yml b/roles/security/tls_generate_csr/tasks/acls.yml index 87772459..d853471c 100644 --- a/roles/security/tls_generate_csr/tasks/acls.yml +++ b/roles/security/tls_generate_csr/tasks/acls.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/security/tls_install_certs/defaults/main.yml b/roles/security/tls_install_certs/defaults/main.yml index f26cb331..3510fe62 100644 --- a/roles/security/tls_install_certs/defaults/main.yml +++ b/roles/security/tls_install_certs/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/security/tls_install_certs/meta/main.yml b/roles/security/tls_install_certs/meta/main.yml index 830dd2a1..85cfa0b8 100644 --- a/roles/security/tls_install_certs/meta/main.yml +++ b/roles/security/tls_install_certs/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/security/tls_install_certs/tasks/main.yml b/roles/security/tls_install_certs/tasks/main.yml index c1ce5a67..e44db131 100644 --- a/roles/security/tls_install_certs/tasks/main.yml +++ b/roles/security/tls_install_certs/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/security/tls_nifi/defaults/main.yml b/roles/security/tls_nifi/defaults/main.yml index 0b5073cd..dc3f6750 100644 --- a/roles/security/tls_nifi/defaults/main.yml +++ b/roles/security/tls_nifi/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/security/tls_nifi/meta/main.yml b/roles/security/tls_nifi/meta/main.yml index cd187111..3018ac96 100644 --- a/roles/security/tls_nifi/meta/main.yml +++ b/roles/security/tls_nifi/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/security/tls_nifi/tasks/main.yml b/roles/security/tls_nifi/tasks/main.yml index a26aa200..4f701dd7 100644 --- a/roles/security/tls_nifi/tasks/main.yml +++ b/roles/security/tls_nifi/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/security/tls_signing/defaults/main.yml b/roles/security/tls_signing/defaults/main.yml index 00635460..10b30973 100644 --- a/roles/security/tls_signing/defaults/main.yml +++ b/roles/security/tls_signing/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/security/tls_signing/meta/main.yml b/roles/security/tls_signing/meta/main.yml index 830dd2a1..85cfa0b8 100644 --- a/roles/security/tls_signing/meta/main.yml +++ b/roles/security/tls_signing/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/security/tls_signing/tasks/csr_signing_local.yml b/roles/security/tls_signing/tasks/csr_signing_local.yml index 44bbc946..d66f4799 100644 --- a/roles/security/tls_signing/tasks/csr_signing_local.yml +++ b/roles/security/tls_signing/tasks/csr_signing_local.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/security/tls_signing/tasks/main.yml b/roles/security/tls_signing/tasks/main.yml index 38cb9915..dba63eac 100644 --- a/roles/security/tls_signing/tasks/main.yml +++ b/roles/security/tls_signing/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/security/tls_signing/tasks/signing_freeipa.yml b/roles/security/tls_signing/tasks/signing_freeipa.yml index 424b9472..30322805 100644 --- a/roles/security/tls_signing/tasks/signing_freeipa.yml +++ b/roles/security/tls_signing/tasks/signing_freeipa.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/teardown/meta/main.yml b/roles/teardown/meta/main.yml index 23756888..51a44df1 100644 --- a/roles/teardown/meta/main.yml +++ b/roles/teardown/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/teardown/tasks/main.yml b/roles/teardown/tasks/main.yml index bd301f34..60437a43 100644 --- a/roles/teardown/tasks/main.yml +++ b/roles/teardown/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/teardown/tasks/teardown_cdsw.yml b/roles/teardown/tasks/teardown_cdsw.yml index e5eb7e52..9ccec7e0 100644 --- a/roles/teardown/tasks/teardown_cdsw.yml +++ b/roles/teardown/tasks/teardown_cdsw.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/teardown/tasks/teardown_cloudera_agent.yml b/roles/teardown/tasks/teardown_cloudera_agent.yml index 77afeb68..10cfda01 100644 --- a/roles/teardown/tasks/teardown_cloudera_agent.yml +++ b/roles/teardown/tasks/teardown_cloudera_agent.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/teardown/tasks/teardown_cloudera_server.yml b/roles/teardown/tasks/teardown_cloudera_server.yml index 8de113d4..53bc9ad8 100644 --- a/roles/teardown/tasks/teardown_cloudera_server.yml +++ b/roles/teardown/tasks/teardown_cloudera_server.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/teardown/tasks/teardown_cluster.yml b/roles/teardown/tasks/teardown_cluster.yml index 6ab5b189..3566261b 100644 --- a/roles/teardown/tasks/teardown_cluster.yml +++ b/roles/teardown/tasks/teardown_cluster.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/teardown/tasks/teardown_cms.yml b/roles/teardown/tasks/teardown_cms.yml index f2a80044..b2b83e9a 100644 --- a/roles/teardown/tasks/teardown_cms.yml +++ b/roles/teardown/tasks/teardown_cms.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/teardown/tasks/teardown_cms_role_directories.yml b/roles/teardown/tasks/teardown_cms_role_directories.yml index 24cf77dd..857cd39b 100644 --- a/roles/teardown/tasks/teardown_cms_role_directories.yml +++ b/roles/teardown/tasks/teardown_cms_role_directories.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/teardown/tasks/teardown_cms_role_directory.yml b/roles/teardown/tasks/teardown_cms_role_directory.yml index e6bab1ac..8a7caf7f 100644 --- a/roles/teardown/tasks/teardown_cms_role_directory.yml +++ b/roles/teardown/tasks/teardown_cms_role_directory.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/teardown/tasks/teardown_database.yml b/roles/teardown/tasks/teardown_database.yml index c49d2933..319ce563 100644 --- a/roles/teardown/tasks/teardown_database.yml +++ b/roles/teardown/tasks/teardown_database.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/teardown/tasks/teardown_kms.yml b/roles/teardown/tasks/teardown_kms.yml index f5a16efe..4ea4d729 100644 --- a/roles/teardown/tasks/teardown_kms.yml +++ b/roles/teardown/tasks/teardown_kms.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/teardown/tasks/teardown_role_directories.yml b/roles/teardown/tasks/teardown_role_directories.yml index 65a43247..0312aefe 100644 --- a/roles/teardown/tasks/teardown_role_directories.yml +++ b/roles/teardown/tasks/teardown_role_directories.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/teardown/tasks/teardown_role_directory.yml b/roles/teardown/tasks/teardown_role_directory.yml index 16409bb7..fe3f88ef 100644 --- a/roles/teardown/tasks/teardown_role_directory.yml +++ b/roles/teardown/tasks/teardown_role_directory.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/teardown/tasks/teardown_service_directories.yml b/roles/teardown/tasks/teardown_service_directories.yml index 44d1a2da..bd1624ea 100644 --- a/roles/teardown/tasks/teardown_service_directories.yml +++ b/roles/teardown/tasks/teardown_service_directories.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/teardown/vars/main.yml b/roles/teardown/vars/main.yml index 29c9008c..53071c9b 100644 --- a/roles/teardown/vars/main.yml +++ b/roles/teardown/vars/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/verify/definition/meta/main.yml b/roles/verify/definition/meta/main.yml index ddcd8f66..3d3be92a 100644 --- a/roles/verify/definition/meta/main.yml +++ b/roles/verify/definition/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/verify/definition/tasks/main.yml b/roles/verify/definition/tasks/main.yml index 44c7bd5d..d774b8dc 100644 --- a/roles/verify/definition/tasks/main.yml +++ b/roles/verify/definition/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/verify/inventory/meta/main.yml b/roles/verify/inventory/meta/main.yml index ea97a5b0..474745ea 100644 --- a/roles/verify/inventory/meta/main.yml +++ b/roles/verify/inventory/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/verify/inventory/tasks/main.yml b/roles/verify/inventory/tasks/main.yml index 66b149a6..18115579 100644 --- a/roles/verify/inventory/tasks/main.yml +++ b/roles/verify/inventory/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/verify/parcels_and_roles/meta/main.yml b/roles/verify/parcels_and_roles/meta/main.yml index f63fb6e8..016374de 100644 --- a/roles/verify/parcels_and_roles/meta/main.yml +++ b/roles/verify/parcels_and_roles/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/verify/parcels_and_roles/tasks/check_cluster.yml b/roles/verify/parcels_and_roles/tasks/check_cluster.yml index 6bff0b24..3bf2661e 100644 --- a/roles/verify/parcels_and_roles/tasks/check_cluster.yml +++ b/roles/verify/parcels_and_roles/tasks/check_cluster.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/verify/parcels_and_roles/tasks/check_cluster_config_roles.yml b/roles/verify/parcels_and_roles/tasks/check_cluster_config_roles.yml index 3556456a..47a3d3b2 100644 --- a/roles/verify/parcels_and_roles/tasks/check_cluster_config_roles.yml +++ b/roles/verify/parcels_and_roles/tasks/check_cluster_config_roles.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/verify/parcels_and_roles/tasks/check_template.yml b/roles/verify/parcels_and_roles/tasks/check_template.yml index 0e9a0dd9..5847d191 100644 --- a/roles/verify/parcels_and_roles/tasks/check_template.yml +++ b/roles/verify/parcels_and_roles/tasks/check_template.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/verify/parcels_and_roles/tasks/check_template_roles.yml b/roles/verify/parcels_and_roles/tasks/check_template_roles.yml index 9b1cd338..71b3b2b7 100644 --- a/roles/verify/parcels_and_roles/tasks/check_template_roles.yml +++ b/roles/verify/parcels_and_roles/tasks/check_template_roles.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/verify/parcels_and_roles/tasks/main.yml b/roles/verify/parcels_and_roles/tasks/main.yml index 96ff5811..d9490b66 100644 --- a/roles/verify/parcels_and_roles/tasks/main.yml +++ b/roles/verify/parcels_and_roles/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/config.yml b/tests/config.yml index db18769d..fb30b8a0 100644 --- a/tests/config.yml +++ b/tests/config.yml @@ -1,4 +1,4 @@ -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/conftest.py b/tests/unit/conftest.py index 96e9c67d..3a2df28c 100644 --- a/tests/unit/conftest.py +++ b/tests/unit/conftest.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/plugins/modules/cm_endpoint_info/test_cm_endpoint_info_i.py b/tests/unit/plugins/modules/cm_endpoint_info/test_cm_endpoint_info_i.py index 5ee00fe6..97255bb7 100644 --- a/tests/unit/plugins/modules/cm_endpoint_info/test_cm_endpoint_info_i.py +++ b/tests/unit/plugins/modules/cm_endpoint_info/test_cm_endpoint_info_i.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/plugins/modules/cm_resource/test_cm_resource_i.py b/tests/unit/plugins/modules/cm_resource/test_cm_resource_i.py index c98a8594..cba6c233 100644 --- a/tests/unit/plugins/modules/cm_resource/test_cm_resource_i.py +++ b/tests/unit/plugins/modules/cm_resource/test_cm_resource_i.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/plugins/modules/cm_resource_info/test_cm_resource_info_i.py b/tests/unit/plugins/modules/cm_resource_info/test_cm_resource_info_i.py index 2d644e48..2e1393d8 100644 --- a/tests/unit/plugins/modules/cm_resource_info/test_cm_resource_info_i.py +++ b/tests/unit/plugins/modules/cm_resource_info/test_cm_resource_info_i.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/plugins/modules/cm_version_info/test_cm_version_info_i.py b/tests/unit/plugins/modules/cm_version_info/test_cm_version_info_i.py index 8654e000..70114245 100644 --- a/tests/unit/plugins/modules/cm_version_info/test_cm_version_info_i.py +++ b/tests/unit/plugins/modules/cm_version_info/test_cm_version_info_i.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/plugins/modules/utils.py b/tests/unit/plugins/modules/utils.py index 3624d05b..42905b2d 100644 --- a/tests/unit/plugins/modules/utils.py +++ b/tests/unit/plugins/modules/utils.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/requirements.txt b/tests/unit/requirements.txt index 63aa668a..1069667a 100644 --- a/tests/unit/requirements.txt +++ b/tests/unit/requirements.txt @@ -1,4 +1,4 @@ -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.