this post was submitted on 12 Jan 2022
2 points (100.0% liked)
Lemmy
12715 readers
55 users here now
Everything about Lemmy; bugs, gripes, praises, and advocacy.
For discussion about the lemmy.ml instance, go to [email protected].
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
{{ values }}
are defined somewhere in your ansible inventory. For example{{ domain }}
is defined in thehosts
file you have to copy (domain=example.com
)Yes thank you, I did it just like that. I appreciate the reply.