From 46925086b702f831260a6dab775f3172cfff1bac Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Fri, 7 Jun 2019 17:28:29 +0200 Subject: [PATCH] ipaserver: Remove old section for client side deployment using command line The section is not used since a long time any more and can therefore be removed. --- roles/ipaserver/tasks/install.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/roles/ipaserver/tasks/install.yml b/roles/ipaserver/tasks/install.yml index 84dcda2f..7678166f 100644 --- a/roles/ipaserver/tasks/install.yml +++ b/roles/ipaserver/tasks/install.yml @@ -357,21 +357,6 @@ else 'false' }}" ipaclient_install_packages: "{{ ipaserver_install_packages }}" - # - name: Install - Setup client - # command: > - # /usr/sbin/ipa-client-install - # --unattended - # --on-master - # --domain "{{ result_ipaserver_test.domain }}" - # --realm "{{ result_ipaserver_test.realm }}" - # --server "{{ result_ipaserver_test.hostname }}" - # --hostname "{{ result_ipaserver_test.hostname }}" - # {{ "--mkhomedir" if ipaclient_mkhomedir | bool else "" }} - # # {{ "--no-dns-sshfp" if ipaclient_no_dns_sshfp | bool else "" }} - # # {{ "--ssh-trust-dns" if ipaclient_ssh_trust_dns | bool else "" }} - # # {{ "--no-ssh" if ipaclient_no_ssh | bool else "" }} - # # {{ "--no-sshd" if ipaclient_no_sshd | bool else "" }} - - name: Install - Enable IPA ipaserver_enable_ipa: hostname: "{{ result_ipaserver_test.hostname }}" -- GitLab