Vagrant provisioning shell vs puppet vs chef

前端 未结 2 1390
没有蜡笔的小新
没有蜡笔的小新 2021-01-30 06:52

I have the following setup:

  • Many different projects which are separate git repositories, but all have mostly the same server configuration
  • Each project in
2条回答
  •  没有蜡笔的小新
    2021-01-30 07:51

    Updated 2016

    For those who found this through Google, it seems a bunch of developers are moving towards Ansible for the simplicity. From post:

    "Ansible is the deployment tool for people who don't like deployment tools. It's close to scripting, doesn't pollute your servers with agents or centralized servers, and just makes immediate sense."

    We implemented it recently in our microservice architecture and it's been awesome.

    • Super simple
    • Took about a day to pick up
    • Don't really need to think about it once you're set

    Puppet/chef always have a place in my heart / stack, but Ansible is just easier.

提交回复
热议问题