Advertisement
fedorm

Untitled

Jun 7th, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.55 KB | None | 0 0
  1. sudo yum install git -y &&
  2. git clone https://user:passwd@github.com/crystalservice/ansible-infrastructure.git &&
  3. sudo yum install python-pip -y &&
  4. sudo pip install --upgrade pip &&
  5. cd ansible-infrastructure/ &&
  6. sed -i '/molecule/d' ./requirements.txt &&
  7. sudo pip install -r requirements.txt &&
  8. sudo yum install ansible -y &&
  9. git checkout deploy-processings-in-one-server &&
  10. export ANSIBLE_CONFIG=~/ansible-infrastructure/ansible.cfg &&
  11. sudo rm -rf /usr/lib/python2.7/site-packages/request* &&
  12. ansible-playbook playbooks/processings/newdefault/all-in-one-services.yml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement