Managing TLS Certificates Using Ansible and Let’s Encrypt! PART 1:
Part 1: Basics of Using Ansible Core to Request a Let’s Encrypt Certificate Prerequisites Ansible Core installed on your control node. Ansible Vault enabled. Cloudflare account with API token and DNS Zone ID for the zone your using to create the Certificate. you can use this endpoint in postman to retrieve your DNS Zone ID: https://api.cloudflare.com/client/v4/zones/ Basic knowledge of Ansible and YAML syntax. For this tutorial I will be using Ubuntu 22....