ikke-t / awx_pod

Ansible role to install Ansible AWX into pod using podman.
55 stars 19 forks source link

default ssl_certificate location is misleading #8

Closed geoffritter closed 4 years ago

geoffritter commented 4 years ago

The default location that's commented out implies that the cert will be copied from the remote server's /etc/cockpit location, but it's actually pulled from the Ansible Controller's cockpit folder.

The config should either support a remote_src location, or make it more apparent that the ssl_certificate should be local to the Ansible Controller.