forked from geerlingguy/ansible-role-certbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Since now we can install Certbot using Apt Package Manager or PIP, we should run it as a systemd service instead of a docker container due to permissions issues mostly on Harbor host.
No need for snap install or running in docker container:
# We can't install it from snap.
certbot_docker_cont_name: 'certbot'
certbot_docker_cont_tag: 'v2.11.0'
certbot_docker_cont_image: 'certbot/certbot:{{ certbot_docker_cont_tag }}'
certbot_docker_cont_uid: '10000' # dockremap
certbot_docker_host_uid: '{{ 100000 + certbot_docker_cont_uid | int }}'
Metadata
Metadata
Assignees
Labels
No labels