Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iancleary/ansible-role-caddy
Installs Caddy (Fast, multi-platform web server with automatic HTTPS): https://caddyserver.com/docs/install
https://github.com/iancleary/ansible-role-caddy
ansible-role caddy caddyserver ubuntu-server ubuntu2004
Last synced: 8 days ago
JSON representation
Installs Caddy (Fast, multi-platform web server with automatic HTTPS): https://caddyserver.com/docs/install
- Host: GitHub
- URL: https://github.com/iancleary/ansible-role-caddy
- Owner: iancleary
- License: mit
- Created: 2022-01-20T02:56:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T04:47:00.000Z (almost 2 years ago)
- Last Synced: 2024-12-09T09:31:38.950Z (2 months ago)
- Topics: ansible-role, caddy, caddyserver, ubuntu-server, ubuntu2004
- Homepage: https://galaxy.ansible.com/iancleary/caddy
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
ansible-role-caddy
=========This role installs [Caddy (Fast, multi-platform web server with automatic HTTPS)](caddyserver.com/docs/install).
Requirements
------------Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here.
Supported and Tested `ansible_os_families`:
* Ubuntu 20.04
> Pull Requests welcome!
Role Variables
--------------A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set via parameters to the role. Any variables that are read from other roles and/or the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well.
```yaml
---
# no variables
```Dependencies
------------A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles.
N/A
Example Playbook
----------------Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
```yaml
- hosts: servers
user: unprivelaged
roles:
- role: iancleary.caddy
become: true
``````yaml
- hosts: servers
user: root
roles:
- role: iancleary.caddy
```License
-------[MIT](LICENSE)
Author Information
------------------This role was created in 2022 by [Ian Cleary](https://iancleary.me).
Inspiration for the structure of this repo came from [Jeff Geerling](https://github.com/geerlingguy/ansible-role-nginx).