Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion src/docs/markdown/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,15 @@ You may need to adjust the Windows firewall rules to allow non-localhost incomin

## Ansible

_Note: This is a community-maintained installation method._
_Note: These are community-maintained installation methods._

xcaddy - Build Caddy with plugins:

<pre><code class="cmd bash">ansible-galaxy role install sebdanielsson.xcaddy</code></pre>

[**View the Ansible role repository**](https://github.com/sebdanielsson/ansible-role-xcaddy)

caddy - Install Caddy from the distro repository:

<pre><code class="cmd bash">ansible-galaxy install nvjacobo.caddy</code></pre>

Expand Down