Skip to content
Snippets Groups Projects
Commit efd2c3e0 authored by Lukas Koenen's avatar Lukas Koenen
Browse files

docs: fix typo and and requirements

parent 6bb9d716
No related branches found
No related tags found
No related merge requests found
Pipeline #138104 passed
...@@ -28,10 +28,18 @@ certbot_application_deploy_hook: | ...@@ -28,10 +28,18 @@ certbot_application_deploy_hook: |
Example Playbook Example Playbook
---------------- ----------------
```yaml
# requirements.yaml
roles:
- name: hdacloud.certbot
src: git+https://code.fbi.h-da.de/hdacloud/ansible_certbot
version: main
```
```yaml ```yaml
- hosts: all - hosts: all
roles: roles:
- hdacloud.oauth2 - hdacloud.certbot
``` ```
License License
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment