Hi, I did not use the ansible playbook so I have no confirmation of what I'm saying here, just talking from my experience with ansible.
- Yes, you need to clone it to your local machine even if it would also work from your VPS it's much more practical to run ansible from a separate host.
- Those
{{ values }}
are defined somewhere in your ansible inventory. For example{{ domain }}
is defined in thehosts
file you have to copy (domain=example.com
)
Yep I noticed that as well, though I don't detect it right away since I have lots of available memory on my server. I just restart the pictrs service but indeed a more long term solution would be great. I haven't created an issue since I don't use a supported deployment method so I was not sure which was the culprit.