You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initially, I wrote the Caddyfile to be able to be run locally. With the Ansible config added, we have a couple redundancies defining, e.g., the list of subrepos to clone and serve. We can remove that redundancy by making the Caddyfile a template, but then it can't be run directly.
I recently came across ansible-bender, so I think we could maybe point local testing there (it takes an Ansible config and applies it to a container instead of your configured hosts.)
The text was updated successfully, but these errors were encountered:
Initially, I wrote the
Caddyfile
to be able to be run locally. With the Ansible config added, we have a couple redundancies defining, e.g., the list of subrepos to clone and serve. We can remove that redundancy by making the Caddyfile a template, but then it can't be run directly.I recently came across ansible-bender, so I think we could maybe point local testing there (it takes an Ansible config and applies it to a container instead of your configured hosts.)
The text was updated successfully, but these errors were encountered: