Ask HN: Curious about Ansible but afraid or blocked on getting started?
4 points| MaknMoreGtnLess | 4 years ago
1. What are some of the blockers 2. What will (significantly) improve for you if you became proficient in Ansible? 3. Are there some things that you just can't do right not but would be easuer if you became proficient in Ansible?
[0] https://en.wikipedia.org/wiki/Ansible_(software)
shoo|4 years ago
MaknMoreGtnLess|4 years ago
OK but there has to be something that executes the docker build and then kicks the jobs off - right?
What's that tool at the $dayjob?
emiliobool|4 years ago
shoo|4 years ago
One way to get started could be to initially ignore ansible playbooks, just install ansible onto your control machine. Write an inventory file with one or more hostnames of machines you want to manage. See if you can get ansible to connect with ssh and "ping" all the machines. Once you're comfortable with executing one-off commands through ansible, the jump to ansible-playbook will be smaller.
MaknMoreGtnLess|4 years ago
What if I gave you 2 docker containers:
1. one with ansible loaded and ready to go
2. another one with just SSH running that you can point the above to and experiment with
If you don't know docker - that's ok! It's easy and I will set you up to do that. let me know
This way, you don't have to mess around with either installing ansible or setting up VMsVPS/hosts blah blah