Files
system-config/playbooks/roles/letsencrypt-acme-sh-install
Clark Boylan 65c7959c8b Disable recursive git clones with ansible
Ansible's git module defaults to cloning with recursive set to true [0].
None of the repos we clone for system-config have submodules which makes
this unncessary and potentially problematic. Disable recursive clones.

[0] https://docs.ansible.com/ansible/latest/collections/ansible/builtin/git_module.html#parameter-recursive

Change-Id: I6092ebc8991f126f76e21efbf2ba28cbddbff6f7
2025-07-08 18:22:59 -07:00
..
2021-10-13 18:31:46 +00:00

Install acme.sh client

This makes the acme.sh client available on the host.

Additionally a driver.sh script is installed to run the authentication procedure and parse output.

Role Variables