ansible/docsite/rst
Alex Willmer 52d4079184 Quote the azure requirement to prevent > causing file redirection (#16490)
Running it without quotes caused a file called '=2.0.0rc4' to be created, containing the stdout of pip installing azure 1.x
2016-06-29 09:55:19 -04:00
..
modules
roadmap update network roadmap for 2.2 2016-06-13 21:59:53 -04:00
become.rst Note that ZFS's acls won't work with Ansible's secure temp file code. 2016-06-17 10:02:04 -07:00
committer_guidelines.rst Add my irc nick (#15881) 2016-05-16 08:33:00 -04:00
common_return_values.rst start of merge from google doc and team comments, module guidelines as focus, added a link anchor as needed 2016-04-13 13:51:25 -04:00
community.rst Double backticks 2016-05-18 19:49:21 +01:00
developing.rst Core module program flow and glossary (#15355) 2016-04-11 15:24:37 -07:00
developing_api.rst Rework the v2 API example to use a custom callback to better show how callbacks can be used for handling results 2016-06-17 11:18:02 -05:00
developing_core.rst Corrections to documentation formatting 2016-05-04 12:18:02 -07:00
developing_inventory.rst
developing_modules.rst made def main an explicit requirement 2016-05-24 15:11:00 -04:00
developing_modules_python3.rst Update the way we make a module be tested for py3 syntax compliance 2016-05-18 18:37:30 -07:00
developing_plugins.rst added missing plugins 2016-06-22 17:44:13 -04:00
developing_program_flow_modules.rst f 2016-05-24 10:46:10 -07:00
developing_releases.rst
developing_test_pr.rst A few more typos 2016-02-05 18:38:56 +01:00
faq.rst Mocate ansible_ssh_changes into a common directory 2016-05-24 11:37:04 -07:00
galaxy.rst Update doc for the ansible-galaxy include directive 2016-02-08 17:31:54 +01:00
glossary.rst Noticed a typo (#16474) 2016-06-28 10:20:13 -04:00
guide_aws.rst Add link to both Ansible local and Ansible remote provisioner introduced in Packer 0.9.0 (#15335) 2016-04-08 10:55:23 -04:00
guide_azure.rst Quote the azure requirement to prevent > causing file redirection (#16490) 2016-06-29 09:55:19 -04:00
guide_cloudstack.rst docsite, cloudstack: add limited VPC support 2016-03-10 11:41:17 +01:00
guide_docker.rst Fix typo. 2016-05-18 14:57:06 -04:00
guide_gce.rst Update GCE module to use JSON credentials (#13623) 2016-05-12 08:57:26 -07:00
guide_rax.rst Mocate ansible_ssh_changes into a common directory 2016-05-24 11:37:04 -07:00
guide_rolling_upgrade.rst
guide_vagrant.rst
guides.rst Adding getting started guide for Docker 2016-04-27 03:09:59 -04:00
index.rst Updated versions with current released and development 2016-02-27 12:39:58 +01:00
intro.rst Initial structural development draft of working with networking topic 2016-05-06 10:35:46 -07:00
intro_adhoc.rst updated intro adhoc to use become 2016-01-29 17:46:18 -05:00
intro_bsd.rst grammar fixes; capitalize where necessary; general clean-up 2016-01-28 21:58:49 +13:00
intro_configuration.rst Update intro_configuration.rst (#16416) 2016-06-23 11:09:51 -04:00
intro_dynamic_inventory.rst added necessary argument (#16067) 2016-05-31 11:53:59 -04:00
intro_getting_started.rst Fixing typo depricated for deprecated. 2016-01-27 23:22:27 -08:00
intro_installation.rst Add installing with pip from git (#15366) 2016-04-11 11:35:58 -04:00
intro_inventory.rst Mocate ansible_ssh_changes into a common directory 2016-05-24 11:37:04 -07:00
intro_networking.rst Fixed indenting in samples. 2016-05-25 13:37:21 -07:00
intro_patterns.rst
intro_windows.rst Minor grammar and punctuation tweaks. 2016-06-14 18:31:48 -04:00
modules.rst
modules_core.rst
modules_extra.rst
modules_intro.rst
playbooks.rst
playbooks_acceleration.rst
playbooks_advanced_syntax.rst Fix quoting issue in example (#15589) 2016-04-25 17:53:58 -04:00
playbooks_async.rst
playbooks_best_practices.rst service now passes 'started' instead of 'running' 2016-06-06 22:30:04 -04:00
playbooks_blocks.rst doc: another block/rescue with flush_handlers (#15463) 2016-04-18 17:18:20 -04:00
playbooks_checkmode.rst adding links and anchors for links, referencing check mode 2016-04-13 13:51:29 -04:00
playbooks_conditionals.rst update conditional docs to clarify no mustaches required 2016-06-27 16:35:49 -07:00
playbooks_debugger.rst Add debug strategy plugin (#15125) 2016-04-08 14:39:08 -04:00
playbooks_delegation.rst Two minor grammar fixes (#16090) 2016-06-01 16:36:18 -04:00
playbooks_environment.rst
playbooks_error_handling.rst
playbooks_filters.rst Adding custom indentation of YAML and JSON filters (#10008) 2016-06-14 10:07:34 -04:00
playbooks_filters_ipaddr.rst Details on how to convert subnet masks into CIDR 2016-01-27 12:14:50 +00:00
playbooks_intro.rst doc: fix typo, handler listen in v2.2 2016-06-20 18:35:59 +02:00
playbooks_lookups.rst Fix grammar (#16037) 2016-05-28 11:43:12 +02:00
playbooks_loops.rst change to a more easy-to-understand example (#15863) 2016-05-16 09:48:54 -04:00
playbooks_prompts.rst
playbooks_roles.rst Document that plugins can be shipped in a role (#15199) 2016-04-27 17:01:20 -04:00
playbooks_special_topics.rst Add debug strategy plugin (#15125) 2016-04-08 14:39:08 -04:00
playbooks_startnstep.rst
playbooks_strategies.rst Add debug strategy plugin (#15125) 2016-04-08 14:39:08 -04:00
playbooks_tags.rst one less typo 2016-04-28 23:34:00 -04:00
playbooks_variables.rst added more documentation of loops with register (#16208) 2016-06-09 13:13:51 -04:00
playbooks_vault.rst make vi the default editor if no EDITOR 2016-05-03 09:39:19 -04:00
porting_guide_2.0.rst Update porting_guide_2.0.rst 2016-04-07 11:27:38 -04:00
quickstart.rst updated video link in quickstart with link from danlondon/ansible marketing 2016-05-10 10:16:22 -04:00
test_strategies.rst adding links and anchors for links, referencing check mode 2016-04-13 13:51:29 -04:00
tower.rst
YAMLSyntax.rst Fix a typo 2016-03-30 19:05:13 +08:00