https://github.com/foundata/ansible-collection-acmesh
Ansible collection to manage acme.sh.
https://github.com/foundata/ansible-collection-acmesh
acme acmesh ansible ansible-collection
Last synced: 17 days ago
JSON representation
Ansible collection to manage acme.sh.
- Host: GitHub
- URL: https://github.com/foundata/ansible-collection-acmesh
- Owner: foundata
- Created: 2025-02-17T17:14:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-20T13:39:27.000Z (18 days ago)
- Last Synced: 2026-05-20T18:23:53.235Z (18 days ago)
- Topics: acme, acmesh, ansible, ansible-collection
- Homepage: https://foundata.com/en/projects/ansible-collection-acmesh/
- Size: 335 KB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- License: LICENSES/GPL-3.0-or-later.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Ansible collection: `foundata.acmesh`
This repository contains the `foundata.acmesh` Ansible Collection.
It provides resources to manage and use [acme.sh](https://acme.sh/), as shell-based [Automatic Certificate Management Environment (ACME)](https://en.wikipedia.org/wiki/Automatic_Certificate_Management_Environment) client. It allows the issuance and maintenance of X.509 certificates, commonly used for securing HTTPS/TLS/SSL services on web servers.
**⭐ Found this useful? Support open-source and star this project:**
[](https://github.com/foundata/ansible-collection-acmesh)
- [Included content](#content)
- [Dependencies](#dependencies)
- [Licensing, copyright](#licensing-copyright)
- [Author information](#author-information)
### Role: `foundata.acmesh.run`
The primary resource in this collection to issue and manage certificates. See the [role's `README.md`](./roles/run/README.md) for more information and usage examples.
See `dependencies` in [`galaxy.yml`](./galaxy.yml).
Copyright (c) 2025, 2026 [foundata GmbH](https://foundata.com/) (https://foundata.com)
This project is licensed under the GNU General Public License v3.0 or later (SPDX-License-Identifier: `GPL-3.0-or-later`), see [`LICENSES/GPL-3.0-or-later.txt`](LICENSES/GPL-3.0-or-later.txt) for the full text.
The [`REUSE.toml`](REUSE.toml) file provides detailed licensing and copyright information in a human- and machine-readable format. This includes parts that may be subject to different licensing or usage terms, such as third-party components. The repository conforms to the [REUSE specification](https://reuse.software/spec/). You can use [`reuse spdx`](https://reuse.readthedocs.io/en/latest/readme.html#cli) to create a [SPDX software bill of materials (SBOM)](https://en.wikipedia.org/wiki/Software_Package_Data_Exchange).
[](https://api.reuse.software/info/github.com/foundata/ansible-collection-acmesh)
This [project](https://foundata.com/en/projects/) was created and is maintained by [foundata](https://foundata.com/).
Initially based on an [Ansible skeleton](https://foundata.com/en/projects/ansible-skeletons/) developed by [foundata](https://foundata.com/).