Topology Ansible playbooks support custom users during the INITIAL installation. You can configure the user by updating the inventory file with `ansible_user="custom-user"` and `ansible_group="custom-group"`.
However, there is no playbook support for modifying user and group configurations AFTER installation.
Additionally, installing Topology with an LDAP user is not currently supported. But, if the OS is handling the password verification for LDAP like it does for any user logging in (ssh etc), and user is in/etc/passwd|group, Ansible should be able to use the LDAP username/group.
NOTE: We have not tested this and do not officially support it, so you would need to test this setup in a development environment first to ensure it works.