Skip to content
Snippets Groups Projects
Commit c8286758 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

Increase minimal Ansible version to 2.8

ansible-freeipa is a new Ansible Collection introduced with Ansible 2.8 and
Ansible Galaxy 3.2.
parent 2717fc6c
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ Requirements ...@@ -31,7 +31,7 @@ Requirements
------------ ------------
**Controller** **Controller**
* Ansible version: 2.5+ * Ansible version: 2.8+ (ansible-freeipa is an Ansible Collection)
* python3-gssapi is required on the controller if a one time password (OTP) is used with keytab to install the client. * python3-gssapi is required on the controller if a one time password (OTP) is used with keytab to install the client.
**Node** **Node**
......
ansible>=2.5.0 ansible>=2.8.0
...@@ -5,7 +5,7 @@ galaxy_info: ...@@ -5,7 +5,7 @@ galaxy_info:
description: A role to join a machine to an IPA domain description: A role to join a machine to an IPA domain
company: Red Hat, Inc company: Red Hat, Inc
license: GPLv3 license: GPLv3
min_ansible_version: 2.5.0 min_ansible_version: 2.8
platforms: platforms:
- name: Fedora - name: Fedora
versions: versions:
...@@ -13,7 +13,7 @@ galaxy_info: ...@@ -13,7 +13,7 @@ galaxy_info:
- name: EL - name: EL
versions: versions:
- 7 - 7
# - 8 - 8
galaxy_tags: galaxy_tags:
- identity - identity
- ipa - ipa
......
# dependencies: dependencies: []
# - role: t_woerner.ipaclient
galaxy_info: galaxy_info:
author: Thomas Woerner author: Thomas Woerner
description: A role to setup an IPA domain replica description: A role to setup an IPA domain replica
company: Red Hat, Inc company: Red Hat, Inc
license: GPLv3 license: GPLv3
min_ansible_version: 2.5 min_ansible_version: 2.8
platforms: platforms:
- name: Fedora - name: Fedora
versions: versions:
...@@ -14,7 +13,7 @@ galaxy_info: ...@@ -14,7 +13,7 @@ galaxy_info:
- name: EL - name: EL
versions: versions:
- 7 - 7
# - 8 - 8
galaxy_tags: galaxy_tags:
- identity - identity
- ipa - ipa
......
# dependencies: dependencies: []
# - role: t_woerner.ipaclient
galaxy_info: galaxy_info:
author: Thomas Woerner author: Thomas Woerner
description: A role to setup an iPA domain server description: A role to setup an iPA domain server
company: Red Hat, Inc company: Red Hat, Inc
license: GPLv3 license: GPLv3
min_ansible_version: 2.5 min_ansible_version: 2.8
platforms: platforms:
- name: Fedora - name: Fedora
versions: versions:
...@@ -14,7 +13,7 @@ galaxy_info: ...@@ -14,7 +13,7 @@ galaxy_info:
- name: EL - name: EL
versions: versions:
- 7 - 7
# - 8 - 8
galaxy_tags: galaxy_tags:
- identity - identity
- ipa - ipa
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment