Skip to content

Instantly share code, notes, and snippets.

@elyezer
Last active April 26, 2017 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elyezer/d1b011f1f5ac66b35b0f to your computer and use it in GitHub Desktop.
Save elyezer/d1b011f1f5ac66b35b0f to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
set -euo pipefail
dnf update -y
dnf install -y git vim ansible python-dnf libselinux-python
git clone https://github.com/pulp/pulp_packaging && cd pulp_packaging
echo localhost > hosts
ansible-playbook -i hosts --connection local -e pulp_version=2.13 \
ci/ansible/pulp_server.yaml
@elyezer
Copy link
Author

elyezer commented Mar 16, 2016

Installation

Via curl

sh -c "$(curl -fsSL https://gist.githubusercontent.com/elyezer/d1b011f1f5ac66b35b0f/raw/40d778db4aa6e1087f150f8afaf915db05a6a265/install_pulp.sh)"

Via wget

sh -c "$(wget https://gist.githubusercontent.com/elyezer/d1b011f1f5ac66b35b0f/raw/40d778db4aa6e1087f150f8afaf915db05a6a265/install_pulp.sh -O -)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment