Scheduling Certificate Checks with Ansible
Introduction – name: Convert expiry date to epochset_fact:cert_expiry_date: “{{ cert_expiry_raw.stdout | trim }}”cert_expiry_epoch: “{{ cert_expiry_date |…
Introduction – name: Convert expiry date to epochset_fact:cert_expiry_date: “{{ cert_expiry_raw.stdout | trim }}”cert_expiry_epoch: “{{ cert_expiry_date |…