On 11/25/21 21:24, Thomas Mueller wrote:
at least it seems that save, that ansible
https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/user.py#L6...
https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/user.py#L6...
and puppet
https://github.com/puppetlabs/puppet/blob/main/lib/puppet/provider/user/user...
are using it, when you specify "local=yes" or "forcelocal=true".
I suppose someone should file bug reports. luserdel probably could be used to confine actions to the local host, as long as ansible/puppet provided their own libuser.conf and set the LIBUSER_CONF to the path of that file...