You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/docsite/rst
Björn Andersson 65e4f2b2bc Add filter to turn a string into a UUID
This filter was made because I needed to create idempotent UUIDs when
installing the agent for Go (http://go.cd), which uses UUIds to
distinguish the agents from each other.

It uses a newly created Ansible namespace to distinguish UUIDs created
by Ansible from any other source. The new namespace is a random one
created by uuidgen on OSX.
10 years ago
..
modules Remove extra "latest/" subdirectory in docs build structure. 11 years ago
YAMLSyntax.rst Fix documentation syntax problems 10 years ago
community.rst Fix documentation link to issue template 10 years ago
developing.rst Add PR testing guide (95% from James). 10 years ago
developing_api.rst Much rejoicing, ansibleworks.com is now ansible.com 11 years ago
developing_inventory.rst fix json typo 11 years ago
developing_modules.rst Fix some typos in developing_modules.rst 10 years ago
developing_plugins.rst Fix copy/paste in plugins docs. 10 years ago
developing_test_pr.rst typofixes - https://github.com/vlajos/misspell_fixer 10 years ago
faq.rst Issue 8872: use getpass.getpass() to read password. 10 years ago
galaxy.rst Small typo in galaxy.rst 10 years ago
glossary.rst fixed typos found by RETF rules in RST files 10 years ago
guide_aws.rst Add missing register 10 years ago
guide_gce.rst Updated shebang from #!/bin/bash to #!/usr/bin/env bash (more flexible) 10 years ago
guide_rax.rst Small spelling fix for Rax docs 10 years ago
guide_rolling_upgrade.rst Add note about useful quote filter. 10 years ago
guide_vagrant.rst Ansible inventory file location fixed 10 years ago
guides.rst Replace all occurrences of "Digital Ocean" with "DigitalOcean" 10 years ago
index.rst Modified the version numbers in one section on index of docs to reflect their current state. 10 years ago
intro.rst Docsite things. 10 years ago
intro_adhoc.rst Docfix: checking a background task 10 years ago
intro_configuration.rst fix typo 10 years ago
intro_dynamic_inventory.rst Merge pull request #7214 from lorin/dyn-inv-doc 10 years ago
intro_getting_started.rst By popular request, make the no_log attribute also censor tasks from callbacks. 10 years ago
intro_installation.rst Merge pull request #9076 from jirutka/patch-1 10 years ago
intro_inventory.rst inventory is ini-like but not quite like other implementations 10 years ago
intro_patterns.rst Add doc of @filename in intro_patterns.rst 10 years ago
intro_windows.rst Fix grammar in password 10 years ago
modules.rst modules.rst: be consistent with service module documentation 10 years ago
playbooks.rst Re-add the playbook introduction which was replaced earlier. 11 years ago
playbooks_acceleration.rst Docs: accelerate mode -> accelerated mode 10 years ago
playbooks_async.rst Fixing version added for the fire/forget check later feature 10 years ago
playbooks_best_practices.rst Fix documentation syntax problems 10 years ago
playbooks_checkmode.rst Minor documentation fixes. 11 years ago
playbooks_conditionals.rst Fix conditionals doc example 10 years ago
playbooks_delegation.rst Typo fix in playbook delegation docs. 10 years ago
playbooks_environment.rst fix typo 10 years ago
playbooks_error_handling.rst Some minor docs corrections. 11 years ago
playbooks_intro.rst Correcting spelling mistake 10 years ago
playbooks_lookups.rst Add one line example for looking up through etcd 10 years ago
playbooks_loops.rst made nested lists diff lengths - caused confusion 10 years ago
playbooks_prompts.rst Move from md5 to sha1 to work on fips-140 enabled systems 10 years ago
playbooks_roles.rst changed examples to not have a non working variable that gets confused 10 years ago
playbooks_special_topics.rst put start and step docs into their own topic, moved from playbook_intro 10 years ago
playbooks_startnstep.rst Fix documentation syntax problems 10 years ago
playbooks_tags.rst Added info on --skip-tags to tags documentation. 11 years ago
playbooks_variables.rst Add filter to turn a string into a UUID 10 years ago
playbooks_vault.rst Update vault docs to indicate the executable script option is part of Ansible 1.7. 10 years ago
quickstart.rst Fix note about video length 10 years ago
test_strategies.rst Fixed typos 10 years ago
tower.rst Update tower.rst 10 years ago