From 7126dec0f3c90efdf2284f3ef34d5ee119f31aa0 Mon Sep 17 00:00:00 2001
From: Rafael Guterres Jeffman <rjeffman@redhat.com>
Date: Wed, 23 Aug 2023 09:38:03 -0300
Subject: [PATCH] README-*: Bump minimum Ansible supported version to 2.15

ansible-freeipa roles do not work with Ansible 2.8 anymore, so the
minimum supported version is changed to 2.15, the oldest supported
Ansible version as of today.

This patch includes the change to the version number in the collection
and all plugin README files. The collection README was also update to
remove text that related only to previous Ansible versions.
---
 README-automember.md               | 2 +-
 README-automountkey.md             | 2 +-
 README-automountlocation.md        | 2 +-
 README-automountmap.md             | 2 +-
 README-cert.md                     | 2 +-
 README-config.md                   | 2 +-
 README-delegation.md               | 2 +-
 README-dnsconfig.md                | 2 +-
 README-dnsforwardzone.md           | 2 +-
 README-dnsrecord.md                | 2 +-
 README-dnszone.md                  | 2 +-
 README-group.md                    | 2 +-
 README-hbacrule.md                 | 2 +-
 README-hbacsvc.md                  | 2 +-
 README-hbacsvcgroup.md             | 2 +-
 README-host.md                     | 2 +-
 README-hostgroup.md                | 2 +-
 README-idoverridegroup.md          | 2 +-
 README-idoverrideuser.md           | 2 +-
 README-idp.md                      | 2 +-
 README-idrange.md                  | 2 +-
 README-idview.md                   | 2 +-
 README-inventory-plugin-freeipa.md | 2 +-
 README-location.md                 | 2 +-
 README-netgroup.md                 | 2 +-
 README-permission.md               | 2 +-
 README-privilege.md                | 2 +-
 README-pwpolicy.md                 | 2 +-
 README-role.md                     | 2 +-
 README-selfservice.md              | 2 +-
 README-server.md                   | 2 +-
 README-service.md                  | 2 +-
 README-servicedelegationrule.md    | 2 +-
 README-servicedelegationtarget.md  | 2 +-
 README-sudocmd.md                  | 2 +-
 README-sudocmdgroup.md             | 2 +-
 README-sudorule.md                 | 2 +-
 README-topology.md                 | 2 +-
 README-trust.md                    | 2 +-
 README-user.md                     | 2 +-
 README-vault.md                    | 2 +-
 README.md                          | 2 +-
 42 files changed, 42 insertions(+), 42 deletions(-)

diff --git a/README-automember.md b/README-automember.md
index a930eacb..2b3d2faf 100644
--- a/README-automember.md
+++ b/README-automember.md
@@ -22,7 +22,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-automountkey.md b/README-automountkey.md
index 6cf63821..e009a4d6 100644
--- a/README-automountkey.md
+++ b/README-automountkey.md
@@ -21,7 +21,7 @@ FreeIPA versions 4.4.0 and up are supported by the ipaautomountkey module.
 Requirements
 ------------
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-automountlocation.md b/README-automountlocation.md
index 66c34ca2..b07d4833 100644
--- a/README-automountlocation.md
+++ b/README-automountlocation.md
@@ -21,7 +21,7 @@ FreeIPA versions 4.4.0 and up are supported by the ipaautomountlocation module.
 Requirements
 ------------
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-automountmap.md b/README-automountmap.md
index fcbaa1e6..6196f635 100644
--- a/README-automountmap.md
+++ b/README-automountmap.md
@@ -21,7 +21,7 @@ FreeIPA versions 4.4.0 and up are supported by the ipaautomountmap module.
 Requirements
 ------------
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-cert.md b/README-cert.md
index b2746d6f..249e0ef6 100644
--- a/README-cert.md
+++ b/README-cert.md
@@ -25,7 +25,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 * Some tool to generate a certificate signing request (CSR) might be needed, like `openssl`.
 
 **Node**
diff --git a/README-config.md b/README-config.md
index 9c134991..ee9521fa 100644
--- a/README-config.md
+++ b/README-config.md
@@ -25,7 +25,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-delegation.md b/README-delegation.md
index 2d6bf460..7e1d2596 100644
--- a/README-delegation.md
+++ b/README-delegation.md
@@ -23,7 +23,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-dnsconfig.md b/README-dnsconfig.md
index 9f2c9a02..c17fcbb3 100644
--- a/README-dnsconfig.md
+++ b/README-dnsconfig.md
@@ -22,7 +22,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-dnsforwardzone.md b/README-dnsforwardzone.md
index a01d5a24..8b809840 100644
--- a/README-dnsforwardzone.md
+++ b/README-dnsforwardzone.md
@@ -21,7 +21,7 @@ FreeIPA versions 4.4.0 and up are supported by the ipadnsforwardzone module.
 Requirements
 ------------
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-dnsrecord.md b/README-dnsrecord.md
index 7cebdb38..86299747 100644
--- a/README-dnsrecord.md
+++ b/README-dnsrecord.md
@@ -22,7 +22,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-dnszone.md b/README-dnszone.md
index 75468e5a..ba31cd34 100644
--- a/README-dnszone.md
+++ b/README-dnszone.md
@@ -23,7 +23,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 
 **Node**
diff --git a/README-group.md b/README-group.md
index 303d3f66..750610e8 100644
--- a/README-group.md
+++ b/README-group.md
@@ -29,7 +29,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-hbacrule.md b/README-hbacrule.md
index 0469ae37..070af6f6 100644
--- a/README-hbacrule.md
+++ b/README-hbacrule.md
@@ -22,7 +22,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-hbacsvc.md b/README-hbacsvc.md
index 9c54df67..19d1702c 100644
--- a/README-hbacsvc.md
+++ b/README-hbacsvc.md
@@ -22,7 +22,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-hbacsvcgroup.md b/README-hbacsvcgroup.md
index 383f7ef3..0846350f 100644
--- a/README-hbacsvcgroup.md
+++ b/README-hbacsvcgroup.md
@@ -22,7 +22,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-host.md b/README-host.md
index 6ee82818..cb652a78 100644
--- a/README-host.md
+++ b/README-host.md
@@ -24,7 +24,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-hostgroup.md b/README-hostgroup.md
index 6c15f2f5..2f7601a3 100644
--- a/README-hostgroup.md
+++ b/README-hostgroup.md
@@ -26,7 +26,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-idoverridegroup.md b/README-idoverridegroup.md
index 86b7bdee..b4742271 100644
--- a/README-idoverridegroup.md
+++ b/README-idoverridegroup.md
@@ -29,7 +29,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-idoverrideuser.md b/README-idoverrideuser.md
index 5411841e..e750a55f 100644
--- a/README-idoverrideuser.md
+++ b/README-idoverrideuser.md
@@ -29,7 +29,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-idp.md b/README-idp.md
index 43590e61..b8467513 100644
--- a/README-idp.md
+++ b/README-idp.md
@@ -22,7 +22,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-idrange.md b/README-idrange.md
index 95ec12ca..900c24d5 100644
--- a/README-idrange.md
+++ b/README-idrange.md
@@ -37,7 +37,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-idview.md b/README-idview.md
index 6ba57bf7..89565d9e 100644
--- a/README-idview.md
+++ b/README-idview.md
@@ -29,7 +29,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-inventory-plugin-freeipa.md b/README-inventory-plugin-freeipa.md
index ec8c2e63..14ecc948 100644
--- a/README-inventory-plugin-freeipa.md
+++ b/README-inventory-plugin-freeipa.md
@@ -25,7 +25,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-location.md b/README-location.md
index 691e45cf..0651d7c8 100644
--- a/README-location.md
+++ b/README-location.md
@@ -22,7 +22,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-netgroup.md b/README-netgroup.md
index f58fd8d8..01623224 100644
--- a/README-netgroup.md
+++ b/README-netgroup.md
@@ -22,7 +22,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-permission.md b/README-permission.md
index a58f1b80..907d70c4 100644
--- a/README-permission.md
+++ b/README-permission.md
@@ -22,7 +22,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-privilege.md b/README-privilege.md
index b70d5e3c..26f46600 100644
--- a/README-privilege.md
+++ b/README-privilege.md
@@ -22,7 +22,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-pwpolicy.md b/README-pwpolicy.md
index 3ae78602..1457c3aa 100644
--- a/README-pwpolicy.md
+++ b/README-pwpolicy.md
@@ -22,7 +22,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-role.md b/README-role.md
index fb0549e0..6ed977d6 100644
--- a/README-role.md
+++ b/README-role.md
@@ -25,7 +25,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-selfservice.md b/README-selfservice.md
index 720247e0..d0f62c67 100644
--- a/README-selfservice.md
+++ b/README-selfservice.md
@@ -23,7 +23,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-server.md b/README-server.md
index b47cbca4..64b60316 100644
--- a/README-server.md
+++ b/README-server.md
@@ -22,7 +22,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-service.md b/README-service.md
index d2689abf..2dbfed9e 100644
--- a/README-service.md
+++ b/README-service.md
@@ -25,7 +25,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FReeIPA version (see above)
diff --git a/README-servicedelegationrule.md b/README-servicedelegationrule.md
index 8c8526e9..0b51d4ac 100644
--- a/README-servicedelegationrule.md
+++ b/README-servicedelegationrule.md
@@ -24,7 +24,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-servicedelegationtarget.md b/README-servicedelegationtarget.md
index 6b77353e..e9092e05 100644
--- a/README-servicedelegationtarget.md
+++ b/README-servicedelegationtarget.md
@@ -24,7 +24,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-sudocmd.md b/README-sudocmd.md
index 9025eb04..d68b721c 100644
--- a/README-sudocmd.md
+++ b/README-sudocmd.md
@@ -24,7 +24,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-sudocmdgroup.md b/README-sudocmdgroup.md
index 887c1ed3..a4223345 100644
--- a/README-sudocmdgroup.md
+++ b/README-sudocmdgroup.md
@@ -24,7 +24,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-sudorule.md b/README-sudorule.md
index 62c2d571..6945138c 100644
--- a/README-sudorule.md
+++ b/README-sudorule.md
@@ -22,7 +22,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-topology.md b/README-topology.md
index 146eb160..7ea9176a 100644
--- a/README-topology.md
+++ b/README-topology.md
@@ -22,7 +22,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-trust.md b/README-trust.md
index fc963a33..36cc0776 100644
--- a/README-trust.md
+++ b/README-trust.md
@@ -21,7 +21,7 @@ Requirements
 
 **Controller**
 
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 
diff --git a/README-user.md b/README-user.md
index f300efce..96d6b799 100644
--- a/README-user.md
+++ b/README-user.md
@@ -24,7 +24,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README-vault.md b/README-vault.md
index ef490f82..07ab73df 100644
--- a/README-vault.md
+++ b/README-vault.md
@@ -24,7 +24,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
diff --git a/README.md b/README.md
index ab7d4e31..38f9c3b7 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ Requirements
 ------------
 
 **Controller**
-* Ansible version: 2.13+
+* Ansible version: 2.15+
 
 **Node**
 * Supported FreeIPA version (see above)
-- 
GitLab