
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
Install ssl-cert-check
Installs the ssl-cert-check tool and a cron job to check the freshness of the SSL certificates for the configured domains daily.
Role Variables