Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2017
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. [[snippets]]
  2. description = "Ansible Deploy"
  3. command = "ansible-playbook -i inventories/staging deploy.yml --extra-vars='application=v3 migrate=true branch=production' --limit <limit>"
  4.  
  5. [[snippets]]
  6. description = "Ansible Restart"
  7. command = "ansible-playbook restart.yml -i inventories/staging --limit <limit>"
  8.  
  9. [[snippets]]
  10. description = "s1"
  11. command = "ssh deploy@staging-1.taskrabbit.in"
  12.  
  13. [[snippets]]
  14. description = "s2"
  15. command = "ssh deploy@staging-2.taskrabbit.in"
  16.  
  17. [[snippets]]
  18. description = "s3"
  19. command = "ssh deploy@staging-3.taskrabbit.in"
  20.  
  21. [[snippets]]
  22. description = "s4"
  23. command = "ssh deploy@staging-4.taskrabbit.in"
  24.  
  25. [[snippets]]
  26. description = "s5"
  27. command = "ssh deploy@staging-5.taskrabbit.in"
  28.  
  29. [[snippets]]
  30. description = "s6"
  31. command = "ssh deploy@staging-6.taskrabbit.in"
  32.  
  33. [[snippets]]
  34. description = "s7"
  35. command = "ssh deploy@staging-7.taskrabbit.in"
  36.  
  37. [[snippets]]
  38. description = "s8"
  39. command = "ssh deploy@staging-8.taskrabbit.in"
  40.  
  41. [[snippets]]
  42. description = "reseed staging database"
  43. command = "FOR_REAL=true TRUNCATE=true MARKETING_DATA=true USERS=true bundle exec rake data_seeder:clear_and_seed"
  44.  
  45. [[snippets]]
  46. description = "Push out new blacklist to load balancers"
  47. command = "ansible-playbook -i inventories/production-aws-east blacklist.yml --limit aws-stingray-\\*"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement