Definitely take a look onto Ansible[1]. We are using it on daily basis and to deploy and provision servers.
Deployment from CI was just 4 lines into CI config (fetch repo, set-up keys, deploy in the very same way as we do)
edit: we are using quite widely. Wanna create new servers in AWS - just run a playbook. Wanna setup new database cluster - just run a playbook. So easy
Thanks, will do! We are starting a new dev team and I would like to get these practices going immediately instead of "oh, I lost the code cause it was on my laptop" (which happens right now)
Comments
Any suggestions on reading material/designs for deploying a complete CI process for a new development team using these newer processes/applications?
Definitely take a look onto Ansible[1]. We are using it on daily basis and to deploy and provision servers.
Deployment from CI was just 4 lines into CI config (fetch repo, set-up keys, deploy in the very same way as we do)
edit: we are using quite widely. Wanna create new servers in AWS - just run a playbook. Wanna setup new database cluster - just run a playbook. So easy
[1]: https://www.ansible.com/
Thanks, will do! We are starting a new dev team and I would like to get these practices going immediately instead of "oh, I lost the code cause it was on my laptop" (which happens right now)
If you haven't read it already, read Continuous Delivery.
https://www.amazon.com/dp/0321601912