This automatically renews Let's Encrypt certificates, but does nothing further with them. You need additional logic to use them for example with nginx.
5 lines
153 B
YAML
5 lines
153 B
YAML
---
|
|
- name: Configure Certbot service
|
|
ansible.builtin.import_tasks: machinectl.yml
|
|
become_method: community.general.machinectl
|
|
become_user: podman
|