- 03 Nov, 2014 3 commits
-
-
Setting keepalive option before opening session
James Cammarata committed -
Add the default Homebrew path for OpenSSL certs on OS X
James Cammarata committed -
vars_files haven't been discussed yet
James Cammarata committed
-
- 01 Nov, 2014 1 commit
-
-
Setting the keepalive option before opening up the paramiko session in order to avoid the slim chance that the connection is stalled in the short time between opening the session and setting up the keepalive. I described the issue I am solving at https://groups.google.com/forum/#!topic/ansible-project/rkwvz3vyvLk
akinsley committed
-
- 30 Oct, 2014 3 commits
-
-
Also removing cruft code from earlier iteration on task.py and fixing a bug where 'shell' was not removed from the task ds after munge() cleaned things up
James Cammarata committed -
Also reworking tests to cut down on the number of patches required by sub-classing the DataLoader() class and reworking the base object's structure a bit to allow its use
James Cammarata committed -
James Cammarata committed
-
- 29 Oct, 2014 8 commits
-
-
Update playbooks_variables.rst
James Cammarata committed -
Jure Triglav committed
-
As per yum module documents it state only support 'present, absent and latest'
Toshio Kuratomi committed -
Current intro doc is pointing older way of using yum module.
Praveen Kumar committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
- 28 Oct, 2014 8 commits
-
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
I think this is a chapter ordering thing... vars_files have not actually be explained yet (aside from a mention of them in the note right above, which also might need reconsidering?) I think they do get introduced in the next section 'Variables'.
bobobox committed -
Juri Glass committed
-
James Cammarata committed
-
- 27 Oct, 2014 6 commits
-
-
* added ability to set parents (will be used when the deps are loaded) * added role caching, so roles are not reloaded needlessly (and for use in detecting when roles have already been run) * reworked the way metadata was stored - now individual attribute fields instead of a dictionary blob
James Cammarata committed -
Update playbooks_roles.rst
James Cammarata committed -
Typo fix in playbooks_intro.rst
James Cammarata committed -
Ignore compiled Python for documentation.
James Cammarata committed -
Update developing_modules.rst
James Cammarata committed -
Fix the synopsis in ansible-pull man page.
James Cammarata committed
-
- 26 Oct, 2014 3 commits
-
-
Small punctuation/grammar fix.
bobobox committed -
When running `ansible-doc --list` a lot of errors are generated when `ansible-doc` tries to find documentation strings in `.pyc` files.
Ton Kersten committed -
James Cammarata committed
-
- 24 Oct, 2014 1 commit
-
-
James Cammarata committed
-
- 23 Oct, 2014 2 commits
-
-
Daniel Roberts committed
-
There is some kind of duplicated content with http://docs.ansible.com/faq.html#how-do-i-loop-over-a-list-of-hosts-in-a-group-inside-of-a-template and this gotcha isn't listed here.
Juri Glass committed
-
- 22 Oct, 2014 5 commits
-
-
Fixes #9316
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
James Cammarata committed
-
Michael Scherer committed
-