mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 20:04:45 +00:00
ipaserver: Use ipaserver_install_packages for ipaclient deployment part
Use ipaserver_install_packages to enable or disable package installation for the client deployment part with ipaclient role.
This commit is contained in:
@@ -341,6 +341,7 @@
|
|||||||
ipaclient_servers: [ "{{ result_ipaserver_test.hostname }}" ]
|
ipaclient_servers: [ "{{ result_ipaserver_test.hostname }}" ]
|
||||||
ipaclient_hostname: "{{ result_ipaserver_test.hostname }}"
|
ipaclient_hostname: "{{ result_ipaserver_test.hostname }}"
|
||||||
ipaclient_no_ntp: "{{ 'true' if result_ipaserver_test.ipa_python_version >= 40690 else 'false' }}"
|
ipaclient_no_ntp: "{{ 'true' if result_ipaserver_test.ipa_python_version >= 40690 else 'false' }}"
|
||||||
|
ipaclient_install_packages: "{{ ipaserver_install_packages }}"
|
||||||
|
|
||||||
#- name: Install - Setup client
|
#- name: Install - Setup client
|
||||||
# command: >
|
# command: >
|
||||||
|
|||||||
Reference in New Issue
Block a user