Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sudo yum install git -y &&
- git clone https://user:passwd@github.com/crystalservice/ansible-infrastructure.git &&
- sudo yum install python-pip -y &&
- sudo pip install --upgrade pip &&
- cd ansible-infrastructure/ &&
- sed -i '/molecule/d' ./requirements.txt &&
- sudo pip install -r requirements.txt &&
- sudo yum install ansible -y &&
- git checkout deploy-processings-in-one-server &&
- export ANSIBLE_CONFIG=~/ansible-infrastructure/ansible.cfg &&
- sudo rm -rf /usr/lib/python2.7/site-packages/request* &&
- ansible-playbook playbooks/processings/newdefault/all-in-one-services.yml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement