Ansible Quick Start guide(ryaneschinger.com)
ryaneschinger.com
Ansible Quick Start guide
http://ryaneschinger.com/blog/ansible-quick-start/
9 comments
I liked it as well. I've already been using Ansible for a while but found it be a good guide for a beginner, though I would suggest installing via pip over apt/brew/whatever.
Ansible creator here.
We maintain the ansible PPA, so it's always as up to date as the pip one.
If you've got any feedback on the PPA packaging, we'd definitely like to hear it!
We maintain the ansible PPA, so it's always as up to date as the pip one.
If you've got any feedback on the PPA packaging, we'd definitely like to hear it!
Ah nice. I always worry with PPA's just because there's a tendency to be behind the release. Good to know!
Why do you suggest installing it via pip?
Probably because he suspects that it will be more up to date than the PPA; however Michael DeHaan comments that Ansible themselves maintain the PPA so it will be as up to date as the PyPI version.
The other reason might be to support multiple versions of Ansible and its dependencies simultaneously, via virtualenvs.
The other reason might be to support multiple versions of Ansible and its dependencies simultaneously, via virtualenvs.
That was what I suspected, but your second point is a very good one.
Great for understand the value of using Ansible.
But something slightly unrelated, I noticed the -vvvv command line option. Is this the new way to indicate verbose levels? Using -v3 and such is out of fashion?
But something slightly unrelated, I noticed the -vvvv command line option. Is this the new way to indicate verbose levels? Using -v3 and such is out of fashion?
I thought this was actually an ansible from Ender's Game. Instant click.
Just remember this is a quick start guide and the power of ansible is just touched on here.