ansible/docsite/rst
Cristian Ciupitu 0749112286 Micro-optimization: replace s.find(x)!=-1 with x in s
timeit shows a speedup of ~3x on Python 2.7.5 x86_64.
It also makes the code a bit shorter.
2014-03-16 13:10:28 -04:00
..
modules
community.rst
developing.rst Much rejoicing, ansibleworks.com is now ansible.com 2014-01-28 20:29:41 -05:00
developing_api.rst Much rejoicing, ansibleworks.com is now ansible.com 2014-01-28 20:29:41 -05:00
developing_inventory.rst fix json typo 2014-02-20 23:02:07 -05:00
developing_modules.rst Micro-optimization: replace s.find(x)!=-1 with x in s 2014-03-16 13:10:28 -04:00
developing_plugins.rst Trim references to fireball as we want folks using accelerate or pipelining options. Fireball is pretty well deprecated at this point, but will still be part of the release. 2014-02-28 13:50:39 -05:00
faq.rst Fix docs for faq 2014-03-15 23:36:42 +09:00
galaxy.rst Much rejoicing, ansibleworks.com is now ansible.com 2014-01-28 20:29:41 -05:00
glossary.rst Trim references to fireball as we want folks using accelerate or pipelining options. Fireball is pretty well deprecated at this point, but will still be part of the release. 2014-02-28 13:50:39 -05:00
guide_aws.rst spelling correction for "separate" 2014-03-08 04:51:34 -06:00
guide_gce.rst Add GCE guide and retool a bit to show the add_host interactions, improvements/upgrades are welcome. 2014-03-14 15:02:22 -04:00
guide_rax.rst Fix typo in guide_rax 2014-02-23 17:25:46 -06:00
guide_rolling_upgrade.rst Much rejoicing, ansibleworks.com is now ansible.com 2014-01-28 20:29:41 -05:00
guide_vagrant.rst
guides.rst Add GCE guide and retool a bit to show the add_host interactions, improvements/upgrades are welcome. 2014-03-14 15:02:22 -04:00
guru.rst Add reference to Guru to sidebar. 2014-01-30 12:32:45 -05:00
index.rst Update index.rst 2014-03-13 19:30:01 -05:00
intro.rst
intro_adhoc.rst Update intro_adhoc.rst 2014-03-07 10:34:44 +01:00
intro_configuration.rst Document the module_lang option. 2014-03-10 15:19:05 -07:00
intro_dynamic_inventory.rst Merge pull request #6265 from franckcuny/gce-fixes 2014-03-05 00:11:52 -05:00
intro_getting_started.rst Change reference to open 'intranet' to 'internet' 2014-02-09 00:33:28 -06:00
intro_installation.rst Update intro_installation.rst 2014-03-04 22:11:58 +02:00
intro_inventory.rst Reference --ask-sudo-pass for ansible_sudo_pass 2014-01-13 09:19:56 -07:00
intro_patterns.rst Minor documentation fixes. 2014-01-21 22:05:21 -07:00
modules.rst fix example formatting 2013-12-25 21:19:00 +02:00
playbooks.rst
playbooks_acceleration.rst english syntax fix 2014-03-07 14:36:46 +02:00
playbooks_async.rst Show more whitespace throughout playbook examples to encourage better standards in first playbooks folks write. 2014-02-28 14:18:44 -05:00
playbooks_best_practices.rst Fix ad-hoc command examples 2014-03-10 16:49:45 -05:00
playbooks_checkmode.rst Minor documentation fixes. 2014-01-21 22:05:21 -07:00
playbooks_conditionals.rst Removing colon from example failure message 2014-01-17 14:09:52 +01:00
playbooks_delegation.rst Show more whitespace throughout playbook examples to encourage better standards in first playbooks folks write. 2014-02-28 14:18:44 -05:00
playbooks_environment.rst
playbooks_error_handling.rst Some minor docs corrections. 2014-02-15 14:05:42 -05:00
playbooks_intro.rst Fix docs for playbooks_intro 2014-03-15 15:30:43 +09:00
playbooks_lookups.rst resolves #6494 - added note to page 2014-03-15 20:43:10 -04:00
playbooks_loops.rst lookup_plugins: loop over hashes 2014-02-25 11:20:15 -06:00
playbooks_prompts.rst Show more whitespace throughout playbook examples to encourage better standards in first playbooks folks write. 2014-02-28 14:18:44 -05:00
playbooks_roles.rst Show more whitespace throughout playbook examples to encourage better standards in first playbooks folks write. 2014-02-28 14:18:44 -05:00
playbooks_special_topics.rst Document vault and make some cross-references in places where people should read about vault. 2014-02-27 17:44:21 -05:00
playbooks_tags.rst Added info on --skip-tags to tags documentation. 2014-01-29 14:16:03 +01:00
playbooks_variables.rst Update playbooks_variables.rst 2014-03-08 13:53:16 -08:00
playbooks_vault.rst Update playbooks_vault.rst 2014-03-05 10:01:41 -06:00
quickstart.rst Much rejoicing, ansibleworks.com is now ansible.com 2014-01-28 20:29:41 -05:00
tower.rst Much rejoicing, ansibleworks.com is now ansible.com 2014-01-28 20:29:41 -05:00
YAMLSyntax.rst