File tree Expand file tree Collapse file tree 3 files changed +10
-26
lines changed Expand file tree Collapse file tree 3 files changed +10
-26
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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-
4216dependencies : ["cloudera.exe.common"]
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments