An open API service indexing awesome lists of open source software.

https://github.com/aboutbits/ansible-caddy-installation

Ansible - Caddy Installation Role
https://github.com/aboutbits/ansible-caddy-installation

ansible ansible-role caddy caddy-installation caddyserver

Last synced: 27 days ago
JSON representation

Ansible - Caddy Installation Role

Awesome Lists containing this project

README

          

Ansible Caddy Installation Role
===============================

Install Caddy role.

## Role Variables

- `caddy_installation_packages`: The additional packages that should be included in the Caddy installation. (The packages can be found here: https://caddyserver.com/download)

## Example Playbook

```yaml
- hosts: all
tasks:
- ansible.builtin.include_role:
name: ansible-caddy-installation
vars:
caddy_installation_packages:
- github.com/caddy-dns/digitalocean
```

## Build & Publish

To build and publish the role, visit the GitHub Actions page of the repository and trigger the workflow "Release Package" manually.