I'm trying to figure out the steps to get rex working with a dev forklift. Here's what I have so far...
vagrant up devbox sshfs mount in git checkout, which includes rex plugin rake katello:reset hammer csv smart-proxies to add back smart proxy on 9090 rake db:seed rake db:migrate yum install rubygem-smart_proxy_remote_execution_ssh mkdir ~foreman-proxy/.ssh chown foreman-proxy ~foreman-proxy/.ssh sudo -u foreman-proxy ssh-keygen -f ~foreman-proxy/.ssh/id_rsa_foreman_proxy -N '' systemctl restart foreman-proxy.service I was hoping that the foreman-installer would have the necessary flags to just make it work but I see no remote-execution flags at all in foreman-installer --help Does anyone have a forklift playbook that wires all this up correctly? -- You received this message because you are subscribed to the Google Groups "foreman-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
