docs: record UniFi SSO login change and Ansible management (W1N-51)

This commit is contained in:
windyboy
2026-08-08 09:17:55 +08:00
parent 14a758a28a
commit e90eef9647
3 changed files with 62 additions and 0 deletions
+13
View File
@@ -64,3 +64,16 @@ curl -k -sS -o /dev/null -w '%{http_code}\n' https://127.0.0.1:8443/
Recreating the service briefly interrupts the controller. Do not use `docker
compose down -v`; it can remove persistent data.
## Ansible management
The host is in the Ansible `unifi` group (inventory `ansible/inventory/hosts.yml`),
deliberately outside `managed` so the generic health report does not run here.
- SSO login setting (idempotent, gated): `cd ansible && ansible-playbook
playbooks/unifi-sso.yml --limit unifi` — see
[runbooks/ansible-operations.md](../runbooks/ansible-operations.md).
- Login/MFA state: SSO login disabled 2026-08-08; local accounts
(`windy`, `zhiqiangf`) use local passwords, no MFA. `unifi-network-mcp`
works for read and write operations. See
[docs/unifi-network.md](../docs/unifi-network.md).