Skip to content

Instantly share code, notes, and snippets.

@devx
Last active December 5, 2018 16:29
Show Gist options
  • Save devx/5354e026e7d46ca5aa4f96191d3c15f7 to your computer and use it in GitHub Desktop.
Save devx/5354e026e7d46ca5aa4f96191d3c15f7 to your computer and use it in GitHub Desktop.
#/bin/sh
cd /opt/
git clone https://github.com/openstack/openstack-ansible-ops
cd openstack-ansible-ops/multi-node-aio
curl -o playbooks/inventory/hosts https://gist.githubusercontent.com/devx/5ffcb10b6bec046b797d2cf677c6a3f7/raw/d91885ea922881a32039e6fc683cbb7de4d4620d/hosts.osa
curl -o playbooks/host_vars/logging2.yml https://gist.githubusercontent.com/devx/636d844b351ecc60abc29c9177eebe40/raw/797782c73e967ebadcb70223ad946b18426174c2/logging2.yml
curl -o playbooks/host_vars/logging3.yml https://gist.githubusercontent.com/devx/5200dc55ccf70a418698bf099eb198f9/raw/88cd83dba0bdbf25c589348735261614e8dec5ff/logging3.yml
curl -o env.sh https://gist.githubusercontent.com/devx/0a8a341aafd84b67cc5e5cfdbd60c3ad/raw/42928999994089ac54f74952d9f86a8145ca2411/env.sh
source env.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment