system-config/playbooks/roles/letsencrypt-install-txt-record/tasks
James E. Blair 2c03fb1e98 Handle offline hosts in LE role
If a host is offline, Ansible will not have set the required txt
keys host variable for that host.  When the task to update the
dns master with new txt records runs, it will fail due to an
undefined variable:

  'ansible.vars.hostvars.HostVarsVars object' has no attribute 'acme_txt_required'

This supplies a default value so that in that case, the task may
proceed and other hosts will have their LE certs serviced.

Change-Id: I62efbe086d801d803b2f2c3223ece8f608c668a1
2020-01-08 10:21:53 -08:00
..
main.yaml Handle offline hosts in LE role 2020-01-08 10:21:53 -08:00