Skip to content

Commit e7860c2

Browse files
authored
Deprecate freeipa_host_group role (#234)
Signed-off-by: Webster Mudge <[email protected]>
1 parent 0045b5b commit e7860c2

File tree

3 files changed

+10
-26
lines changed

3 files changed

+10
-26
lines changed

meta/runtime.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,7 @@ plugin_routing:
4949
deprecation:
5050
removal_version: 4.0.0
5151
warning_text: Role, dynamic_inventory, is not longer supported.
52+
freeipa_host_group:
53+
deprecation:
54+
removal_version: 4.0.0
55+
warning_text: Role, freeipa_host_group, is not longer supported.

roles/freeipa_host_group/meta/main.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
galaxy_info:
17-
author: Jim Enright ([email protected])
18-
description: >
19-
Creation of FreeIPA host group.
20-
company: Cloudera
21-
license: Apache-2.0
22-
23-
min_ansible_version: 2.10
24-
25-
platforms:
26-
- name: Debian
27-
versions: all
28-
- name: Fedora
29-
versions: all
30-
- name: GenericLinux
31-
versions: all
32-
- name: MacOSX
33-
versions: all
34-
- name: Ubuntu
35-
versions: all
36-
37-
galaxy_tags:
38-
- cloudera
39-
- cdp
40-
- freeipa
41-
4216
dependencies: ["cloudera.exe.common"]

roles/freeipa_host_group/tasks/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16+
- name: Deprecation warning
17+
run_once: true
18+
cloudera.exe.deprecation:
19+
msg: "Role, {{ ansible_role_name }}, is no longer supported."
20+
version: 4.0.0
21+
1622
# Get the FreeIPA server details in order to find its public IP address
1723
- name: Query the FreeIPA status
1824
cloudera.cloud.freeipa_info:

0 commit comments

Comments
 (0)