feat: manage UniFi SSO login setting via Ansible (W1N-51)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
# Reconcile super_sdn.sso_login_enabled on the UniFi Network Controller DB.
|
||||
# Safe by default: without unifi_sso_confirm=true the role only reports the
|
||||
# current state and refuses to change anything.
|
||||
unifi_sso_confirm: false
|
||||
# Declared desired state (true = Sync Local Admin with Ubiquiti SSO ON).
|
||||
unifi_sso_target_value: false
|
||||
# Restart the controller container after applying a change. Only needed when
|
||||
# the setting was changed directly in the DB while the controller was running
|
||||
# (the UI path applies it immediately without a restart).
|
||||
unifi_sso_restart_controller: false
|
||||
Reference in New Issue
Block a user