This role will install logic to transfer the (renewed) certificates from the Certbot container to a directory easily accessible by a distribution-installed nginx.
7 lines
182 B
YAML
7 lines
182 B
YAML
---
|
|
- name: Reload user systemd daemon
|
|
ansible.builtin.systemd_service:
|
|
daemon_reload: true
|
|
scope: user
|
|
become_method: community.general.machinectl
|
|
become_user: podman
|