this post was submitted on 12 Jan 2022
0 points (NaN% liked)

Lemmy

12508 readers
1 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.

founded 4 years ago
MODERATORS
 

A couple questions about the lemmy-ansible instructions:


Step 1 - “Clone this repo: /lemmy-ansible.git”

QUESTION 1 - Clone it to my local machine, correct? (not directly onto the VPS)

ANSWER: - Yes, clone lemmy-ansible to local.


Step 2 - “Edit the config file”

QUESTION 2 - By default, config.hjson has values like hostname: "{{ domain }}" - and - password: "{{ postgres_password }}".

  • Are those “{{values}}” automatically pulled from the hosts file?

  • or just directly edit them in the config.hjson file?

ANSWER: - Edit them directly in the config.hjson file.


Thank you for your patience.

I want to do it right / understand.

UPDATE: Installed Lemmy on VPS via SSH

you are viewing a single comment's thread
view the rest of the comments
[–] picoblaanket@lemmy.ml 1 points 2 years ago* (last edited 2 years ago)

Thanks for the reply. Yeah I have ansible on local.

And running ‘git lemmy-ansible’ on local.