I am trying to perform a SAS Viya 3.4 deployment on a single machine and am encountering the following error when trying to deploy from the ansible playbook. TASK [consul-x64_redhat_linux_6-yum : Execute confirm consul can be accessed] ************************************************************************************************************************** fatal: [deployTarget]: FAILED! => {"changed": true, "cmd": ["bash", "-c", "source /opt/sas/viya/config/consul.conf && /opt/sas/viya/home/bin/sas-bootstrap-config status leader"], "delta": "0:00:00.148512", "end": "2019-11-15 18:20:16.837061", "msg": "non-zero return code", "rc": 1, "start": "2019-11-15 18:20:16.688549", "stderr": "Get https://localhost:8501/v1/status/leader: x509: certificate signed by unknown authority\nERROR: Unable to determine the address of the Raft leader for the data center in which the Consul agent is running.", "stderr_lines": ["Get https://localhost:8501/v1/status/leader: x509: certificate signed by unknown authority", "ERROR: Unable to determine the address of the Raft leader for the data center in which the Consul agent is running."], "stdout": "", "stdout_lines": []} I have attached the consul logs for reference. Any help would be greatly appreciated.
... View more