Problem:
Hi all,
I’ve recently deployed a new instance of foreman + katello with the below install options and I would like to make use of obtain ssh keys for remote execution from the foreman API as mentioned here in the docs Managing Hosts (theforeman.org)
However the foreman server doesn’t listen on port 8443 as mentioned in the docs. Am I missing something obvious?
foreman-installer --scenario katello \
--foreman-initial-organization "MyOrg" \
--foreman-initial-location "US" \
--enable-foreman-plugin-puppet \
--enable-foreman-cli-puppet \
--foreman-proxy-puppet true \
--foreman-proxy-puppetca true \
--enable-puppet \
--puppet-server true \
--enable-foreman-plugin-remote-execution \
--enable-foreman-proxy-plugin-remote-execution-ssh
Expected outcome:
Foreman and Proxy versions:
foreman: 3.7.0
Foreman and Proxy plugin versions:
foreman-tasks 8.1.1
foreman_puppet 6.0.0
foreman_remote_execution 10.0.5
katello 4.9.1
Distribution and version:
Rocky Linux release 8.8 (Green Obsidian)