Skip to content

Instantly share code, notes, and snippets.

@sierra-tango-echo
Created May 9, 2020 17:38
Show Gist options
  • Save sierra-tango-echo/42285f1047f72ea58b66cdfae54851c5 to your computer and use it in GitHub Desktop.
Save sierra-tango-echo/42285f1047f72ea58b66cdfae54851c5 to your computer and use it in GitHub Desktop.
yum -y install ipa-client
REALM="PRI.RSCFD1.ALCES.NETWORK"
ipa-client-install --no-ntp --mkhomedir --no-ssh --no-sshd --force-join --realm="$REALM" --server="infra01.pri.rscfd1.alces.network" -w "Heaf4Dro" --domain="cloud.pri.rscfd1.alces.network" --unattended --hostname="`hostname -f`"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment