diff --git a/.ansible-freeipa.metadata b/.ansible-freeipa.metadata
index 4eabd4f..5601de3 100644
--- a/.ansible-freeipa.metadata
+++ b/.ansible-freeipa.metadata
@@ -1 +1 @@
-d0b1cc5bde1ccce4c4d3c7b27f808c2386f94274 SOURCES/ansible-freeipa-1.5.3.tar.gz
+7f143f7b2263b6de41c41bba9aea905d17242efb SOURCES/ansible-freeipa-1.6.3.tar.gz
diff --git a/.gitignore b/.gitignore
index ee4af89..408ad4f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/ansible-freeipa-1.5.3.tar.gz
+SOURCES/ansible-freeipa-1.6.3.tar.gz
diff --git a/SPECS/ansible-freeipa.spec b/SPECS/ansible-freeipa.spec
index 746d884..c7c4948 100644
--- a/SPECS/ansible-freeipa.spec
+++ b/SPECS/ansible-freeipa.spec
@@ -7,7 +7,7 @@
 
 Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients
 Name: ansible-freeipa
-Version: 1.5.3
+Version: 1.6.3
 Release: 1%{?dist}
 URL: https://github.com/freeipa/ansible-freeipa
 License: GPLv3+
@@ -30,7 +30,9 @@ Features
 - Repair mode for clients
 - Backup and restore, also to and from controller
 - Modules for automembership rule management
+- Modules for automount key management
 - Modules for automount location management
+- Modules for automount map management
 - Modules for config management
 - Modules for delegation management
 - Modules for dns config management
@@ -80,8 +82,6 @@ Requirements
   - Ansible version: 2.8+ (ansible-freeipa is an Ansible Collection)
   - /usr/bin/kinit is required on the controller if a one time password (OTP)
     is used
-  - python3-gssapi is required on the controller if a one time password (OTP)
-    is used with keytab to install the client.
 
   Node
   - Supported FreeIPA version (see above)
@@ -166,6 +166,29 @@ cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/
 %{_datadir}/ansible-freeipa/requirements-tests.txt
 
 %changelog
+* Thu Jan 27 2022 Thomas Woerner <twoerner@redhat.com> - 1.6.3-1
+- Update to version 1.6.3
+  https://github.com/freeipa/ansible-freeipa/releases/tag/v1.6.3
+  Related: RHBZ#2010621
+
+* Wed Jan 26 2022 Thomas Woerner <twoerner@redhat.com> - 1.6.2-1
+- Update to version 1.6.2
+  https://github.com/freeipa/ansible-freeipa/releases/tag/v1.6.2
+  Related: RHBZ#2010621
+
+* Fri Jan 21 2022 Thomas Woerner <twoerner@redhat.com> - 1.6.1-1
+- Update to version 1.6.1
+  https://github.com/freeipa/ansible-freeipa/releases/tag/v1.6.1
+  https://github.com/freeipa/ansible-freeipa/releases/tag/v1.6.0
+  Related: RHBZ#2010621
+- Add module to manage automount maps
+  Resolves: RHBZ#2040462
+- Add module to manage automount keys
+  Resolves: RHBZ#2040464
+- Client deploy failing with ipaadmin keytab and OTP due to latest ansible
+  version
+  Resolves: RHBZ#2041753
+
 * Wed Dec 29 2021 Thomas Woerner <twoerner@redhat.com> - 1.5.3-1
 - Update to version 1.5.3
   https://github.com/freeipa/ansible-freeipa/releases/tag/v1.5.3