ARA Records Ansible and makes it easier to understand and troubleshoot.It is another recursive acronym.
ara is a free and open source project under the GPLv3 license.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
- name: Make domain list set_fact: letsencrypt_certcheck_domains: [] - name: Debug build SSL domain list include_tasks: build_le_domain_list.yaml with_inventory_hostnames: - letsencrypt:!disabled loop_control: loop_var: inv_hostname - name: Write configuration file template: dest: '{{ letsencrypt_certcheck_domain_list }}' src: ssldomains.j2 owner: certcheck group: certcheck mode: 0644