I am playing around with Lemmy in a VPC but getting this when I run the command
ansible-playbook lemmy.yml --become
following this instruction
https://join.lemmy.ml/docs/en/administration/install_ansible.html
This is on debian 10
I am playing around with Lemmy in a VPC but getting this when I run the command
ansible-playbook lemmy.yml --become
following this instruction
https://join.lemmy.ml/docs/en/administration/install_ansible.html
This is on debian 10
I have never used this Ansible Galaxy, there are also instructions below for installing it via Python.
doh this explains why!
Just gotta figure out how to install 2.9 on debian standard now
NOTE: Installing collections with ansible-galaxy is only supported in ansible 2.9+
You should just be able to do
pip install docker
or something like that.Yes I’ve got that working now. I was hoping to host this on my VPC and just do some testing on my desktop to see the site was up etc.
I got this now, is there anything I need to do?
Also you can just copy paste text, its much easier for us to read.
You need to put your ssh
user@host
in the inventory file (and adjust the other settings).Same errors any suggestions
Does
ssh root@that-ip
work? It seems there is something broken.yes,works fine
Try to run the ansible command with verbose output (
-v
), maybe that helps. Otherwise you need some google-fu.I try https://www.vultr.com/docs/how-do-i-generate-ssh-keys/ non one works