Page 1 of 1

ansible

Posted: Thu May 17, 2018 10:54 am
by GekkoP
https://github.com/manuel-uberti/playbooks

Since my system setup script was becoming a huge mess of commands, I am trying Ansible Playbooks.

Easy to understand and simple to use, so far.

Re: ansible

Posted: Fri May 18, 2018 8:53 am
by wuxmedia
^ we sort of use it at work. I don't have creds to use it though. I mean our setup is essentially one playbook, adapted from the the old install script of yore.
I got given a low powered HV at work from a colleauge, haven't worked out how to NAT all the VMs so they are publicly accessible, which makes it a bit useless.

Re: ansible

Posted: Fri May 18, 2018 11:14 am
by GekkoP
^ We'll be using it soon at work too, just to have some way to reproduce safely testing, staging and production builds.

Re: ansible

Posted: Sun May 20, 2018 4:35 pm
by franksinistra
^ We have been using it at work too, moved to chef lately as our infrastructure grows. I'm still personally using it for some stuff (mostly personal projects) like setup new vps, fail2ban, wireguard and the likes.

Re: ansible

Posted: Fri May 25, 2018 7:51 am
by elixir
Ha, funny that we all use this at work. I actually went to a Red Hat hosted workshop on Tuesday this week for ansible. My work wants to start using it too.

Re: ansible

Posted: Fri May 25, 2018 12:34 pm
by GekkoP
Set up a couple of remote machines in a breeze thanks to this tool. Everything from nginx down to yarn and gulp automated in a day's work. I know I am late to the party, but Ansible is really great.