https://github.com/tleguern/ansible-role-acme-client
Configure OpenBSD's acme-client
https://github.com/tleguern/ansible-role-acme-client
acme acme-client ansible-role letsencrypt openbsd
Last synced: 24 days ago
JSON representation
Configure OpenBSD's acme-client
- Host: GitHub
- URL: https://github.com/tleguern/ansible-role-acme-client
- Owner: tleguern
- Created: 2019-06-18T15:44:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T08:02:55.000Z (about 2 years ago)
- Last Synced: 2025-02-13T09:18:10.526Z (3 months ago)
- Topics: acme, acme-client, ansible-role, letsencrypt, openbsd
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `ansible` role `acme-client`
Install and configure `acme-client` from the OpenBSD project.
# Requirements
None
# Role Variables
| Variable | Description | Default |
|----------|-------------|---------|
| `acme_client_domains` | List of domains. | None |
| `acme_client_authority` | Authority used to sign the certificates. | letsencrypt |
| `acme_client_daemons` | List of daemons to restart on change | `[ httpd ]` |# Dependencies
None
# Example Playbook
```yaml
- hosts: localhost
roles:
- ansible-role-acme-client
acme_client_domains:
- example.org
- example.com
```# License
```
Copyright (c) 2019 Tristan Le GuernPermission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
```# Author Information
Tristan Le Guern