From bf7902b7cc71c1a40f6f953c78403490306af326 Mon Sep 17 00:00:00 2001
From: Uumas <uumas@uumas.fi>
Date: Tue, 23 Jul 2019 19:51:41 +0300
Subject: [PATCH] Add debian support for ipaclient

---
 README.md                       | 1 +
 roles/ipaclient/vars/Debian.yml | 2 ++
 2 files changed, 3 insertions(+)
 create mode 100644 roles/ipaclient/vars/Debian.yml

diff --git a/README.md b/README.md
index 9dbcfb11..057d11ba 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,7 @@ Supported Distributions
 * RHEL/CentOS 7.4+
 * Fedora 26+
 * Ubuntu
+* Debian 10+ (ipaclient only, no server or replica!)
 
 Requirements
 ------------
diff --git a/roles/ipaclient/vars/Debian.yml b/roles/ipaclient/vars/Debian.yml
new file mode 100644
index 00000000..96d9c326
--- /dev/null
+++ b/roles/ipaclient/vars/Debian.yml
@@ -0,0 +1,2 @@
+# vars/Debian.yml
+ipaclient_packages: [ "freeipa-client" ]
-- 
GitLab