mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-11 11:15:55 +00:00
ipaserver: Set hsm attributes to None for now
The HSM parameters
token_name
token_library_path
token_password
token_password_file
are set to None to enable deployment with IPA 4.12 as a workaround till
HSM can be fully supported by the ipaserver role.
This commit is contained in:
@@ -326,6 +326,12 @@ def main():
|
||||
# ssl certificate
|
||||
# options.dirsrv_cert_files = ansible_module.params.get(
|
||||
# 'dirsrv_cert_files')
|
||||
# hsm
|
||||
if hasattr(ca, "hsm_version"):
|
||||
options.token_name = None
|
||||
options.token_library_path = None
|
||||
options.token_password = None
|
||||
options.token_password_file = None
|
||||
# client
|
||||
# options.no_ntp = ansible_module.params.get('no_ntp')
|
||||
# certificate system
|
||||
|
||||
Reference in New Issue
Block a user