The problem we have with ansible is not yaml related but the push based approach, even with awx/tower as soon as you’re running hundreds of machines of a given group it gets painful.
We are actually seriously considering a shift to salt atm...
The push versus pull difference between ansible versus salt is a worthwhile design choice. In my opinion, salt does start to make sense until about when you would outgrow ansible. That said having to replace all the playbooks and. Roles written in ansible.when you outgrow it is a bummer. I don't want ansible to move away from push, but it would be nice if there was a layer to let it work both ways.
salt does start to make sense until about when you would outgrow ansible.
i read that as: by the time ylu outgrow ansible, salt doesn't make sense either. but the next sentence seems to suggests to switch to salt when you outgrow ansible.
i always assumed that ansible and salt solve the same problems and when you outgrow one, you'd outgrow the other too.
There was some talk about Salt not being very active as a community, I guess, that changed during the last 1-2 years?
Ansible can be a lot faster/ efficient with Mitogen https://mitogen.networkgenomics.com/
E.g. seznam.cz (a Czech search engine) migrated from Salt to Ansible, they seem to cope ok. (There is a PDF from the LinuxDays talk last year.) Google Docs can translate PDFs even from Czech into English: https://pretalx.linuxdays.cz/media/Ansible.pdf
Salt states can very quickly/easily become unweildy as, unlike Ansibble, you can throw Jinja2 everywhere. It becomes far more tempting to create multiple states with a Jinja2 loop, or worse, macros, and before you know it you have a huge mess of what I like to call "spaghetti Jinja".
jdboyd|5 years ago
oddly|5 years ago
https://docs.ansible.com/ansible/latest/cli/ansible-pull.htm...
aplanas|5 years ago
https://docs.saltstack.com/en/latest/ref/modules/all/salt.mo...
You can reuse all the playbooks and start scaling with salt.
em-bee|5 years ago
i read that as: by the time ylu outgrow ansible, salt doesn't make sense either. but the next sentence seems to suggests to switch to salt when you outgrow ansible.
i always assumed that ansible and salt solve the same problems and when you outgrow one, you'd outgrow the other too.
kaliszad|5 years ago
E.g. seznam.cz (a Czech search engine) migrated from Salt to Ansible, they seem to cope ok. (There is a PDF from the LinuxDays talk last year.) Google Docs can translate PDFs even from Czech into English: https://pretalx.linuxdays.cz/media/Ansible.pdf
jamesog|5 years ago
Templated YAML really isn't pretty to work with.
aleph-|5 years ago
mattbillenstein|5 years ago
bamboozled|5 years ago
erinnh|5 years ago