tripleo-validations/roles/tls_everywhere
Michele Baldessari 62b33cb30c Make tls_everywhere validations compatible with ansible_facts
Via [1] we cannot rely on ansible_* vars anymore. So let's switch to
ansible_facts. This should fix the following error:

  2021-04-22 22:08:36,708 p=36100 u=mistral n=ansible | fatal:
  [undercloud]: FAILED! => {"msg": "The task includes an option with an
  undefined variable. The error was: {{ tls_everywhere_undercloud_fqdn |
  default(ansible_fqdn) }}: 'ansible_fqdn' is undefined\n\nThe error
  appears to be in
  '/usr/share/ansible/roles/tls_everywhere/tasks/ipa-server-check.yaml':
  line 59, column 7, but may\nbe elsewhere in the file depending on the
  exact syntax problem.\n\nThe offending line appears to be:\n\n\n    -
  name: kinit as the host entity\n      ^ here\n"}

Closes-Bug: #1925999

[1] 4e79336d69

Change-Id: If23c41d343678dcbbd0b4aae10ca6281a33e385f
2021-04-26 21:10:34 +00:00
..
defaults Add validation to check status of ipa server 2020-09-02 14:34:09 -04:00
handlers Replace all references to the old role name 2020-01-23 17:25:43 +01:00
molecule/default Use the UBI8 image for testing 2021-03-19 07:05:17 +01:00
tasks Make tls_everywhere validations compatible with ansible_facts 2021-04-26 21:10:34 +00:00