mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-04-27 09:00
This commit is contained in:
@@ -14,6 +14,9 @@ ad_gpo_access_control: permissive
|
||||
# If set to True, ansible will re join the host to the domain
|
||||
ad_force_join: False
|
||||
|
||||
# If set to True, ansible will restart sssd, even if it wouldn't be needed otherwise
|
||||
ad_restart_sssd: False
|
||||
|
||||
# Set to false to disable dyndns update
|
||||
ad_dyndns_update: True
|
||||
|
||||
|
@@ -97,5 +97,5 @@
|
||||
# so we need to restart it now, so users are available (for eg, ssh authorized_keys setup)
|
||||
- name: Restart sssd if needed
|
||||
service: name=sssd state=restarted
|
||||
when: ad_join.changed or ad_trusted_join.results | selectattr('changed','equalto',True) | list | length > 0
|
||||
when: ad_join.changed or ad_trusted_join.results | selectattr('changed','equalto',True) | list | length > 0 or ad_restart_sssd
|
||||
tags: auth
|
||||
|
Reference in New Issue
Block a user