daily pastebin goal
91%
SHARE
TWEET

Untitled

a guest Dec 1st, 2016 61 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. foreman-installer \
  2.   --no-enable-foreman \
  3.   --no-enable-foreman-cli \
  4.   --no-enable-foreman-plugin-bootdisk \
  5.   --no-enable-foreman-plugin-setup \
  6.   --no-enable-puppet\
  7.   --enable-foreman-proxy \
  8.   --foreman-proxy-tftp=true \
  9.   --foreman-proxy-tftp-servername=10.120.0.100 \
  10.   --foreman-proxy-dhcp=true \
  11.   --foreman-proxy-dhcp-interface=ens160 \
  12.   --foreman-proxy-dhcp-gateway=10.20.0.1 \
  13.   --foreman-proxy-dhcp-range="10.120.0.200 10.120.0.250" \
  14.   --foreman-proxy-dhcp-nameservers="10.10.0.100" \
  15.   --foreman-proxy-bmc=true \
  16.   --foreman-proxy-bmc-default-provider="ipmitool" \
  17.   --foreman-proxy-foreman-base-url=https://foreman.mynet.local \
  18.   --foreman-proxy-trusted-hosts=foreman.mynet.local \
  19.   --foreman-proxy-oauth-consumer-key=<mykey> \
  20.   --foreman-proxy-oauth-consumer-secret=<mysecret>
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
 
Top