- 21 Dec, 2013 1 commit
-
-
Lookup plugins do not warrant settings in ansible.cfg.
Michael DeHaan committed
-
- 20 Dec, 2013 1 commit
-
-
I get errors like this with etcd_url = 'http://127.0.0.1:4001': urllib2.URLError: <urlopen error unknown url type: 'http>
a-sk committed
-
- 24 Oct, 2013 1 commit
-
-
with support for configurable etcd URL in ansible.cfg (and environment)
Jan-Piet Mens committed
-
- 12 Oct, 2013 2 commits
-
-
Michael DeHaan committed
-
Using ANSIBLE_ROLE_PATH environment variable or role_path in ansible.cfg can configure paths where roles will be searched for extra paths will only be used as a backup once regular locations are exhausted
Thomas Omans committed
-
- 02 Oct, 2013 1 commit
-
-
James Cammarata committed
-
- 01 Oct, 2013 1 commit
-
-
James Cammarata committed
-
- 26 Sep, 2013 1 commit
-
-
James Martin committed
-
- 25 Sep, 2013 1 commit
-
-
nextus committed
-
- 19 Sep, 2013 1 commit
-
-
James Cammarata committed
-
- 28 Aug, 2013 1 commit
-
-
James Cammarata committed
-
- 21 Aug, 2013 1 commit
-
-
Also removing the ControlPath option, as it will now be auto-generated if the ControlPersist option is set in the arguments.
James Cammarata committed
-
- 15 Aug, 2013 1 commit
-
-
James Cammarata committed
-
- 08 Aug, 2013 1 commit
-
-
Abhijit Menon-Sen committed
-
- 06 Jul, 2013 2 commits
-
-
Michael DeHaan committed
-
Make it possible to tell paramiko to not record new host keys, which can be slow with a large number of hosts. -c ssh is preferred in most cases if you have ControlPersist available, otherwise if you are comfortable you can turn off recording while leaving host key checking on, etc.
Michael DeHaan committed
-
- 04 Jul, 2013 1 commit
-
-
Michael DeHaan committed
-
- 03 Jul, 2013 2 commits
-
-
Michael DeHaan committed
-
Makes host key checking the default behavior but can be disabled in ansible.cfg or by environment variable.
Michael DeHaan committed
-
- 20 Jun, 2013 3 commits
- 18 Jun, 2013 2 commits
-
-
Michael DeHaan committed
-
commit c36b66dc952dfff91043ecbca56cf3f1f8f00703 Merge: 240d7bf1 f4cf934 Author: Michael DeHaan <michael@ansibleworks.com> Date: Tue Jun 18 13:04:51 2013 -0400 Merge branch 'unevaluated-vars' of git://github.com/lorin/ansible into lorin_undefined Conflicts: lib/ansible/runner/__init__.py commit f4cf93436767f73b62a16067ab5e628830045896 Merge: 2531440 07a1365c Author: Lorin Hochstein <lorin@nimbisservices.com> Date: Thu Jun 6 11:07:41 2013 -0400 Merge branch 'devel' into unevaluated-vars commit 253144045cbafd7d72836f1017c62ac4ba623186 Author: Lorin Hochstein <lorin@nimbisservices.com> Date: Thu Jun 6 11:06:37 2013 -0400 Fail template from file on undefined vars If config option is set, raise an exception if templating from a file and a variable is undefined. commit aecb71d8b75257f0f3e11a9b176fc3737aecef8d Author: Lorin Hochstein <lorin@nimbisservices.com> Date: Wed Jun 5 17:12:12 2013 -0400 Add fail_on_undefined flag Add a fail_on_undefined flag to the template and template_from_string methods. If this flag is true, then re-raise the ninja2.excpetions.UndefinedError instead of swallowing it. commit cbb1808f0585f01536240aee05a1bfd06c4b4647 Merge: d4bbf49 41425fb5 Author: Lorin Hochstein <lorin@nimbisservices.com> Date: Wed Jun 5 16:14:12 2013 -0400 Merge branch 'devel' into unevaluated-vars commit d4bbf492b0b63c789d66ab60d0ec634d100fca82 Author: Lorin Hochstein <lorin@nimbisservices.com> Date: Mon Jun 3 19:46:13 2013 -0400 template: Raise UndefinedError exception In template_from_string, raise an undefined error if it occurs. Have the caller catch it and throw an AnsibleUndefinedVariable commit c94780280515f1f3756fdc429b2b1e87b365e9b7 Merge: 8d919d6 be33bcf1 Author: Lorin Hochstein <lorin@nimbisservices.com> Date: Mon Jun 3 10:09:43 2013 -0400 Merge branch 'devel' into unevaluated-vars commit 8d919d6c97b28a42f47ca7248c542695baf6175f Merge: 0f68ad8 b8630d2b Author: Lorin Hochstein <lorin@nimbisservices.com> Date: Thu May 30 16:27:48 2013 -0400 Merge branch 'devel' into unevaluated-vars commit 0f68ad8193ac17488e339a258f8c63fdae399c26 Author: Lorin Hochstein <lorin@nimbisservices.com> Date: Thu May 30 14:32:03 2013 -0400 Optionally fail task on undefined variables This patch introduces a new configuration option called error_on_undefined_vars, which defaults to false. If this option is set to true, then a task which has unevaluated variables in its arguments will fail instead of running. Output looks like this: TASK: [set rabbitmq password] ************************************************* fatal: [10.20.0.7] => Undefined variables: rabbitmq_user, rabbitmq_password
Michael DeHaan committed
-
- 13 Jun, 2013 1 commit
-
-
trbs committed
-
- 11 May, 2013 1 commit
-
-
Matt Coddington committed
-
- 08 May, 2013 1 commit
-
-
Don't set PasswordAuthentication=no here because the connection plugin will do that unless a password is actually specified with -k/--ask-pass.
Michael DeHaan committed
-
- 27 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 23 Apr, 2013 1 commit
-
-
nocows = 1 in ansible.cfg or old environment variable ANSIBLE_NOCOWS=1 add to ansible.cfg example
Jan-Piet Mens committed
-
- 04 Apr, 2013 1 commit
-
-
willthames committed
-
- 16 Feb, 2013 2 commits
-
-
Moved *jina* to *jinja2*
Michel Blanc committed -
Jinja extensions adds features to the jinja2 templating engine. This patch allows module loading for the templating engine vian an ansible.cfg configuration key (jinja_extensions). The default behaviour doesn't change (no module loading). Requested modules can be added coma separated in ansible.cfg Adds whitespace handling in jinja_extension config Added whitespace handling in jinja_extension configuration directive, so things stay safe if user adds spaces around comas in the directives list. Adds config example for jinja_extensions Added config example with multiple extentions for jinja_extensions
Michel Blanc committed
-
- 28 Jan, 2013 1 commit
-
-
Default to -H to set $HOME appropriately.
Daniel Hokka Zakrisson committed
-
- 23 Jan, 2013 2 commits
-
-
Hash variables are currently overriden if they are redefined. This doesn't let the user refine hash entries or overriding selected keys, which can, for some, be a desirable feature. This patch let the user force hash merging by setting the hash_behaviour value to "merge" (without the quotes) in ansible.cfg However, by default, ansible behaves like it always did and if any value besides "merge" is used ("replace" is suggested in the example ansible.cfg file), it will also behave as always.
Michel Blanc committed -
ron1 committed
-
- 17 Jan, 2013 1 commit
-
-
fdavis committed
-
- 08 Nov, 2012 1 commit
-
-
fdavis committed
-
- 05 Nov, 2012 1 commit
-
-
Added a boolean constant scp_if_ssh to the config Added scp support for the ssh connection plugin Refers to #1279
fdavis committed
-
- 02 Nov, 2012 2 commits
-
-
Chandler Latour committed
-
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed
-