Thomas Woerner
2ba2b3cfee
ipa[server,replica,client]: flake8 and pylint fixes
...
These are white space and line length changes to calm down pylint and flake8.
2019-07-22 18:52:15 +02:00
Thomas Woerner
f9066fa55b
ipaserver: Properly set settings related to pkcs12 files
...
Use and generation of dirsrv_pkcs12_info, http_pkcs12_info and
pkinit_pkcs12_info has been fixed in:
- ipaserver_setup_ds
- ipaserver_setup_http
- ipaserver_test
2019-07-17 19:39:43 +02:00
Thomas Woerner
2d566825a3
ipa[server,replica,client]: No not use wildcard imports for modules
...
All module and module_utils scripts have been adapted to be able to only
import the symbols that are really needed and used.
2019-07-17 19:01:26 +02:00
Thomas Woerner
df65de902d
ipaserver_setup_http: Only use tasks.restore_context for old releases
...
tasks.restore_context is only used in old releases. The existence of
paths.CACHE_IPA_SESSIONS is used to determine if the call needs to be
done or not.
2019-06-07 17:39:41 +02:00
Thomas Woerner
e215b67dbc
module_utils/ansible_ipa_server.py: New function ansible_module_get_parsed_ip_addresses
...
This methods creates a list of ipautil.CheckedIPAddress from the provided
ip string list.
2017-12-08 13:36:26 +01:00
Thomas Woerner
079049fa66
New role for ipaserver installation
...
The support for external cert files is not complete yet.
2017-12-01 13:24:01 +01:00