summaryrefslogtreecommitdiffstats
path: root/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add example.config and main documentation of the roles_path feature.Michael DeHaan2013-10-121-1/+3
|
* Adding config flag role_path for common/global rolesThomas Omans2013-10-121-0/+1
| | | | | | 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
* Merge branch 'devel' of git://github.com/nextus/ansible into develMichael DeHaan2013-10-071-1/+4
|\ | | | | | | | | Conflicts: lib/ansible/constants.py
| * #4227 in upstream reponextus2013-09-251-1/+4
| |
* | Adding new accelerate settings to default config and docsJames Cammarata2013-10-021-0/+2
| |
* | Minor tweaks to the skipped config wording and adding documentationJames Cammarata2013-10-011-3/+4
| |
* | Optionally display Skipping [host] messages.James Martin2013-09-261-0/+5
|/
* Adding example section to ansible.cfg for the control_path settingJames Cammarata2013-09-191-0/+11
|
* Added accelerate_port to plays, and made it configurableJames Cammarata2013-08-281-1/+2
|
* Commenting out default ssh arguments line in ansible.cfgJames Cammarata2013-08-211-1/+1
| | | | | Also removing the ControlPath option, as it will now be auto-generated if the ControlPersist option is set in the arguments.
* Enable error_on_undefined_vars by defaultJames Cammarata2013-08-151-3/+4
|
* Add a nocolor setting to ansible.cfgAbhijit Menon-Sen2013-08-081-0/+4
|
* Wrong target for link?Ted M. Young2013-07-251-2/+1
| | | Came to here from http://www.ansibleworks.com/docs/bestpractices.html, but I think the link here meant to go to https://github.com/ansible/ansible-examples and not https://github.com/ansible/ansible-examples/tree/master/language_features?
* Slight revisement to configuration file comment.Michael DeHaan2013-07-061-1/+1
|
* Make it possible to tell paramiko to not record new host keys, which can be ↵Michael DeHaan2013-07-061-1/+5
| | | | | | | 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.
* Default to 'smart' transport, which will use OpenSSH if it can support ↵Michael DeHaan2013-07-041-1/+1
| | | | ControlPersist.
* Example config file should use correct config setting.Michael DeHaan2013-07-031-1/+1
|
* Makes host key checking the default behavior but can be disabled in ↵Michael DeHaan2013-07-031-0/+3
| | | | ansible.cfg or by environment variable.
* Updated ansible.cfg to be more consistentespro2013-06-201-15/+15
| | | Updated the example ansible.cfg to be more consistent in spacing/commented lines
* Comment remote_user in ansible.cfgespro2013-06-201-1/+1
| | | remote_user should not be set in example config. This file is used in rpm .spec for /etc/ansible/ansible.cfg
* Update ansible.cfgespro2013-06-201-1/+1
| | | Previous commit made config invalid.
* Add undefined variables feature to example config file.Michael DeHaan2013-06-181-0/+4
|
* cleanup example config file + Squashed commit of the following:Michael DeHaan2013-06-181-119/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit c36b66dc952dfff91043ecbca56cf3f1f8f00703 Merge: 240d7bf 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 07a1365 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 41425fb 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 be33bcf 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 b8630d2 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
* Merge pull request #3202 from trbs/20130613_docs_fix_ansible_cfg_loading_orderMichael DeHaan2013-06-171-1/+3
|\ | | | | docs fix ansible cfg loading order
| * fix loading order of ansible.cfg in documentationtrbs2013-06-131-1/+3
| |
* | fixed x-bits in gittrbs2013-06-171-0/+0
|/
* Add version added field to notification modules.Michael DeHaan2013-05-111-1/+1
|
* Fixup the module formatter to explain the EXAMPLES string as well.Michael DeHaan2013-05-111-1/+1
|
* Fix documentation about examples in modules so folks use the new style.Michael DeHaan2013-05-111-4/+0
|
* add option to ignore $legacy variable style substitutionMatt Coddington2013-05-111-0/+7
|
* Don't set PasswordAuthentication=no here because the connection plugin will ↵Michael DeHaan2013-05-081-1/+1
| | | | do that unless a password is actually specified with -k/--ask-pass.
* Add a note about where the playbook examples have moved to.Michael DeHaan2013-05-051-0/+8
|
* remove playbook examples from main repo. Fear not, these are now in the ↵Michael DeHaan2013-05-0550-1773/+0
| | | | ansible/ansible-examples repo :)
* Update zfs exampleMichael DeHaan2013-05-051-6/+8
|
* update user exampleMichael DeHaan2013-05-051-1/+1
|
* Simplify description of upgraded_vars exampleMichael DeHaan2013-05-051-4/+1
|
* Update selective file sources exampleMichael DeHaan2013-05-051-3/+3
|
* update role exampleMichael DeHaan2013-05-051-1/+1
|
* update roletest exampleMichael DeHaan2013-05-051-1/+1
|
* Update register_logic exampleMichael DeHaan2013-05-051-1/+6
|
* Update rabbitmq exampleMichael DeHaan2013-05-051-2/+2
|
* Update postgres and prompts examples.Michael DeHaan2013-05-052-7/+7
|
* update netscaler exampleMichael DeHaan2013-05-051-3/+3
|
* update with_items exampleMichael DeHaan2013-05-051-6/+6
|
* Update loop_plugins exampleMichael DeHaan2013-05-051-1/+1
|
* update nested exampleMichael DeHaan2013-05-051-1/+1
|
* update group_by exampleMichael DeHaan2013-05-051-1/+1
|
* Update get_url exampleMichael DeHaan2013-05-051-3/+3
|
* update eucalyptus/ec2 exampleMichael DeHaan2013-05-051-3/+3
|
* update environment exampleMichael DeHaan2013-05-051-2/+3
|