Which is easier to learn Ansible or Chef or Puppet
-
@DustinB3403 said in Which is easier to learn Ansible or Chef or Puppet:
@black3dynamite why was ansible easier to begin with?
The syntax was easier to managing Windows at was easier to adopt my salt setup with it.
-
It took me quite a long time to get through the initial Puppet tutorials. And even then I was missing important pieces that should be used on any production setups. After that Salt was really easy to pick up. I haven't tried Ansible, but people always seem to say it is the easiest.
-
@flaxking said in Which is easier to learn Ansible or Chef or Puppet:
It took me quite a long time to get through the initial Puppet tutorials. And even then I was missing important pieces that should be used on any production setups. After that Salt was really easy to pick up. I haven't tried Ansible, but people always seem to say it is the easiest.
Ansible is a more simple machine, because it only has one piece. But SaltStack is actually the easiest to read and use.
-
@Obsolesce said in Which is easier to learn Ansible or Chef or Puppet:
@flaxking said in Which is easier to learn Ansible or Chef or Puppet:
It took me quite a long time to get through the initial Puppet tutorials. And even then I was missing important pieces that should be used on any production setups. After that Salt was really easy to pick up. I haven't tried Ansible, but people always seem to say it is the easiest.
Ansible is a more simple machine, because it only has one piece. But SaltStack is actually the easiest to read and use.
It's probably hard for me to truely evaluate how much easier Salt is than Puppet, since Puppet was my intro to CM, and jinja/python was where I had previous experience. But every piece of Salt just feels like more of the same. Once you're familiar with the basics and the documentation, learning to use another piece of it is no big deal.
-
I truly think containers will make CM obsolete. If not already.
-
@Emad-R said in Which is easier to learn Ansible or Chef or Puppet:
I truly think containers will make CM obsolete. If not already.
What led you to believe that?
-
@Emad-R said in Which is easier to learn Ansible or Chef or Puppet:
I truly think containers will make CM obsolete. If not already.
What do you mean?
-
@Emad-R said in Which is easier to learn Ansible or Chef or Puppet:
I truly think containers will make CM obsolete. If not already.
I think more the other way around. Containers are important, but mostly hype. At least app containers like you are talking about. Full containers are best managed by CM. CM and containers are a perfect pairing.
-
@flaxking said in Which is easier to learn Ansible or Chef or Puppet:
It took me quite a long time to get through the initial Puppet tutorials. And even then I was missing important pieces that should be used on any production setups. After that Salt was really easy to pick up. I haven't tried Ansible, but people always seem to say it is the easiest.
Same experience here. Started in cfEngine and Chef. Then going to Salt and Ansible was like "whoa, this is SO easy".
-
@Emad-R said in Which is easier to learn Ansible or Chef or Puppet:
I truly think containers will make CM obsolete. If not already.
Containers are usually managed with CM, so this statement doesn't make much sense. Containers will probably become obsolete long before CM will.
-
@marcinozga said in Which is easier to learn Ansible or Chef or Puppet:
@Emad-R said in Which is easier to learn Ansible or Chef or Puppet:
I truly think containers will make CM obsolete. If not already.
Containers are usually managed with CM, so this statement doesn't make much sense. Containers will probably become obsolete long before CM will.
Exactly, CM is the language of containers. Containers actually make CM even more important.
-
@scottalanmiller said in Which is easier to learn Ansible or Chef or Puppet:
@Emad-R said in Which is easier to learn Ansible or Chef or Puppet:
I truly think containers will make CM obsolete. If not already.
I think more the other way around. Containers are important, but mostly hype. At least app containers like you are talking about. Full containers are best managed by CM. CM and containers are a perfect pairing.
If a server container is immutable, then why would there be need to actively manage the live configuration?
But there will always be servers it doesn't make sense to make immutable.
And, at least on more heavyweight containers, there's no guarantee that the configuration hasn't changed. Although it would seem unlikely. So it's not truely immutable.
The whole container/CM thing is kind of at a weird place right now. With containers, we've sort of migrated back to the golden image thing, just with the pressure to create an image using a config file. I don't really like images on docker hub that don't have links to the dockerfile.
-
@flaxking said in Which is easier to learn Ansible or Chef or Puppet:
@scottalanmiller said in Which is easier to learn Ansible or Chef or Puppet:
@Emad-R said in Which is easier to learn Ansible or Chef or Puppet:
I truly think containers will make CM obsolete. If not already.
I think more the other way around. Containers are important, but mostly hype. At least app containers like you are talking about. Full containers are best managed by CM. CM and containers are a perfect pairing.
If a server container is immutable, then why would there be need to actively manage the live configuration?
But IS it immutable? How often do you get that?
-
@scottalanmiller said in Which is easier to learn Ansible or Chef or Puppet:
@flaxking said in Which is easier to learn Ansible or Chef or Puppet:
@scottalanmiller said in Which is easier to learn Ansible or Chef or Puppet:
@Emad-R said in Which is easier to learn Ansible or Chef or Puppet:
I truly think containers will make CM obsolete. If not already.
I think more the other way around. Containers are important, but mostly hype. At least app containers like you are talking about. Full containers are best managed by CM. CM and containers are a perfect pairing.
If a server container is immutable, then why would there be need to actively manage the live configuration?
But IS it immutable? How often do you get that?
It doesn't matter.
It's like saying now that we have light bulbs, we no longer need electricity.Edit, maybe that doesn't do my thought justice... electric wires maybe?
-
@flaxking said in Which is easier to learn Ansible or Chef or Puppet:
The whole container/CM thing is kind of at a weird place right now. With containers, we've sort of migrated back to the golden image thing, just with the pressure to create an image using a config file. I don't really like images on docker hub that don't have links to the dockerfile.
Yes, images that can't be tweaked without rebuilding. It's has benefits, and a lot of caveats. Having to deploy new containers for every patch is pretty silly. And so many things can't be immutable, including the platform on which the containers run.
At the end of the day, containers are either mutable, or immutable. The former need CM inside the container, the later need it outside the container.