Headless Ansible

Hi,

So to address the comment about installing Ansible with apt made here WinRM on APT Ansible installation - #2 by ptn I installed Ansible with pipx today. It appears to have installed ansible in my user folder through.

At least while I’m configuring this, I’m going to be working with Ansible in the terminal directly. The NUT Client appears to be running in a service user named nut though. I’m guessing this means that any scripts I have it call will be the equivalent of that logged in user at the terminal. Will it not have access to the ansible installation in my user and also the keys and inventory data in my folder?

I tried logging in as that user but even after setting a password for it, it says that the user is “unavailable.”

What should I do here? Am I making the wrong assumptions?