Commit Graph

1035 Commits (0a730671539b7f3ba20ae4f5b156a893606eb78b)

Author SHA1 Message Date
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
Brian Coca cf6f05e71d Merge pull request #10039 from tima/doc-version-fix
Modified the version numbers in one section on index of docs to reflect their current state.
10 years ago
Brian Coca 1a1b66702f Merge pull request #10037 from lekum/aws-doc-bug
Add missing register
10 years ago
Brian Coca 2a9d5054bf Merge pull request #9995 from bcoca/hash_filters
Hash filters
10 years ago
Jeremy Voorhis f6e309bebb Fix copy/paste in plugins docs. 10 years ago
Timothy Appnel 802f0048e5 Modified the version numbers in one section on index of docs to reflect their current state. 10 years ago
Alejandro Guirao 63808ee3f1 Add missing register 10 years ago
Brian Coca b28ef1701f Merge pull request #9896 from resmo/fix/doc
doc: mention smart gathering for facts caching
10 years ago
Brian Coca ffe1dcde28 Merge pull request #9713 from bcoca/fact_cache_n_gathering
mentioned gathering settings in fact caching.
10 years ago
Major Hayden eaac53922c Small spelling fix for Rax docs 10 years ago
Brian Coca 35247fabb8 added hash and password_hash functions
documented new hashing filters and preexisting hashing filters
removed extra sha1 example in others, clarified some of the hashing examples
10 years ago
stevelenihan c29da7927c Correcting spelling mistake
Change 'uncrypted' to 'unencrypted'
10 years ago
Kerry Ivan Kurian 630ae89977 fix typo 10 years ago
Brian Coca 375f4d701c Merge pull request #9076 from jirutka/patch-1
Add Gentoo install notes do intro_installation
10 years ago
Marco Ippolito 31c8523371 Updated shebang from #!/bin/bash to #!/usr/bin/env bash (more flexible) 10 years ago
Toshio Kuratomi fe53d86a83 inventory is ini-like but not quite like other implementations 10 years ago
Brian Coca 8760392a95 Merge pull request #9910 from NateEag/patch-3
Fix some typos in developing_modules.rst
10 years ago
Nate Eagleson 410c8fc825 Fix some typos in developing_modules.rst 10 years ago
Nate Eagleson d2cae91dcf Improve wording in playbooks_intro.rst
I was reading the docs and thought "that wording seems off."
10 years ago
René Moser a88e928bf0 doc: mention smart gathering for facts caching 10 years ago
Toshio Kuratomi fb5b682989 Use "override" instead of "loaded second" to be clear about what happens
Need for clarification brought up here:
https://github.com/ansible/ansible/issues/9877
10 years ago
Jérémie Astori 35b94948b9 Fix conditionals doc example
Use most recent parameters for yum
10 years ago
Toshio Kuratomi 7ab1e52575 Merge pull request #9832 from bcoca/math_filters
math filters!
10 years ago
Brian Coca b07ce8b942 removed redundant math functions as jinja2 provides abs() and round()
already
10 years ago
Brian Coca 6a3c26eb70 removed stray j 10 years ago
Brian Coca 7a43d40050 math filters! 10 years ago
Toshio Kuratomi b74a02301b Fix documentation syntax problems 10 years ago
Brian Coca 8908f4a0ef Merge pull request #7214 from lorin/dyn-inv-doc
Document static groups of dynamic groups
10 years ago
axiaoxin 5838812967 minor 10 years ago
axiaoxin 36eab28c7c making the whitespace expicity in dict 10 years ago
axiaoxin c0cb4b3e08 in key/value pairs, whitespace is needed after the colon 10 years ago
axiaoxin b9761a0692 members of a list must start with ``- `` 10 years ago
Donovan Hernandez a1a6b8dfbb Fix typo for the word "maintaining" 10 years ago
Tim Gerla 23405b60cb fix up formatting for one code section in guide_aws 10 years ago
Mike Putnam 09ef8f5722 Typo fix in playbook delegation docs. 10 years ago
Mike Putnam e507a79b96 Typo fix 10 years ago
Toshio Kuratomi 12e1884352 Merge pull request #9755 from armetiz/docs_format
Add missing connection and header
10 years ago
Toshio Kuratomi ff970eabd8 Add role vars to differentiate with role defaults 10 years ago
Thomas Tourlourat 050a2dc919 Add missing connection and header 10 years ago
Lorin Hochstein c4d5e9195b Docfix: checking a background task
Minor changes to wording on how to check a background task with async_status.

Fixes #9740
10 years ago
Michael DeHaan 5890876d72 Merge pull request #9737 from lorin/doc-nopoll
Docfix: running background tasks without polling
10 years ago
Lorin Hochstein e86259cdf3 Docfix: running background tasks without polling
Fix the example in the doc to explicitly set the poll interval to zero so the
job doesn't poll.

To run a background task without polling, you need to set the poll interval to
zero. However, Ansible's default poll setting is 15 seconds, so not specifying the poll
interval will cause a background job to poll.
10 years ago
Veres Lajos bf5d8ee678 typofixes - https://github.com/vlajos/misspell_fixer 10 years ago
Brian Coca 2d17d18c1b mentioned gathering settings in fact caching. 10 years ago
Brian Coca 8a04cb6084 Merge pull request #9086 from mscherer/refactor_doc_script
Remove unused if/else clause, since it doesn't change anything
10 years ago
Toshio Kuratomi 2b11c2b845 Merge pull request #9691 from nousdefions/devel
changed time.py to timetest.py to avoid keyword usage
10 years ago
James Cammarata a3b5efadd6 Remove references to "baby JSON" in module developing documentation 10 years ago
Jonathan Davila 1d2e23bc7e changed time.py to timetest.py to avoid keyword usage 10 years ago
Michael DeHaan 9bbfddedf6 Best practices docs tweaks. 10 years ago
Michael DeHaan fe06241986 AWS Guide overhaul, WIP. 10 years ago