mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 20:04:45 +00:00
ipaserver: Use ipaclient_ prefix for client settings
The client settings are: ipaclient_mkhomedir ipaclient_no_ntp ipaclient_ssh_trust_dns ipaclient_no_ssh ipaclient_no_sshd ipaclient_no_dns_sshfp
This commit is contained in:
@@ -12,12 +12,12 @@ ipaserver_no_pkinit: no
|
||||
ipaserver_no_ui_redirect: no
|
||||
### ssl certificate ###
|
||||
### client ###
|
||||
ipaserver_mkhomedir: no
|
||||
ipaserver_no_ntp: no
|
||||
#ipaserver_ssh_trust_dns: no
|
||||
#ipaserver_no_ssh: no
|
||||
#ipaserver_no_sshd: no
|
||||
#ipaserver_no_dns_sshfp: no
|
||||
ipaclient_mkhomedir: no
|
||||
ipaclient_no_ntp: no
|
||||
#ipaclient_ssh_trust_dns: no
|
||||
#ipaclient_no_ssh: no
|
||||
#ipaclient_no_sshd: no
|
||||
#ipaclient_no_dns_sshfp: no
|
||||
### certificate system ###
|
||||
ipaserver_external_ca: no
|
||||
### dns ###
|
||||
|
||||
Reference in New Issue
Block a user