Foreman-installer wants to run multiple times to installed the feature

Hi team,

I have installed foreman with below commands
sudo foreman-installer
–enable-foreman
–enable-foreman-cli \
–enable-foreman-proxy
–enable-foreman-plugin-bootdisk
–enable-foreman-plugin-setup
–enable-puppet
–puppet-server-ca=true
–puppet-server-foreman-url=https://foremansrv.examlab.com
–foreman-proxy-puppetca=true
–foreman-proxy-puppet=true
–foreman-proxy-tftp=false
–foreman-proxy-foreman-base-url=https://foremansrv.examlab.com
–foreman-proxy-trusted-hosts=foremansrv.examlab.com
–foreman-proxy-oauth-consumer-key=“smLDnKMzDABXAmreG4pAR9BC5vWxXJFr”
–foreman-proxy-oauth-consumer-secret=“dwnHaPYQbqLGH4eNk7Do4FfZekwDeqcc” \
–foreman-proxy-bmc-ssh-powerstatus=true
–foreman-proxy-dhcp-managed=true
–foreman-proxy-dns-managed=true
–foreman-proxy-freeipa-remove-dns=true
–foreman-proxy-logs=true
–foreman-proxy-manage-puppet-group=true
–foreman-proxy-manage-sudoersd=true
–foreman-proxy-register-in-foreman=true
–foreman-proxy-ssl=true
–foreman-db-manage=true
–foreman-plugin-memcache-compress=true

But now I would like to install & configure the BMC
using below switches,

foreman-installer
–foreman-proxy-bmc=“true”
–foreman-proxy-bmc-default-provider=“ipmitools”
–foreman-proxy-bmc-listen-on=“both”

So if run the foreman-installer to install the BMC proxy on the same server so there will be any impact on my previous installation?

Thanks

The installer remembers all the answers. Running with additional parameters will keep the old ones from the previous run, store the new parameters and apply the changes needed.

Thanks for the reply.