Last active
April 26, 2017 13:57
-
-
Save elyezer/d1b011f1f5ac66b35b0f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Installation
Via curl
Via wget