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
- Host: GitHub
- URL: https://github.com/aboutbits/ansible-caddy-installation
- Owner: aboutbits
- Created: 2021-06-10T05:48:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-07T09:55:15.000Z (about 1 year ago)
- Last Synced: 2025-05-07T10:51:07.168Z (about 1 year ago)
- Topics: ansible, ansible-role, caddy, caddy-installation, caddyserver
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.