Question 1 - yes, ansible is run on your local machine.
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
Thanks for the reply. Yeah I have ansible on local.
And running ‘git lemmy-ansible’ on local.
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
)