Commit Graph

9265 Commits (c09d4b1c7a8494f961ae9e071f89c95a4a944002)
 

Author SHA1 Message Date
Jim Kleckner dacef1915a Add quotes to password argument for dump/import
The password is passed on a command line for dump and import and needs
quoting.

Ideally, this would not be passed on a command line at all - any ideas?
Or at least have a stronger form of quoting so that embedded single
quotes will be escaped.
11 years ago
James Tanner cb2214d6f8 Fixes #4935 Synchronize module: set destination to an fqdn if connection is not local, and abide by ansible_remote_user 11 years ago
jctanner 99560e3902 Merge pull request #5047 from sergevanginderachter/synch_template_ansiblesshhost
synchronize: allow ansible_ssh_host to be templated
11 years ago
Rutger Spiertz 763c0305c1 apt_repository: don't crash if default_file doesn't exist 11 years ago
jeromew b2cd4a62de fix issue #5372 on ssh_alt: accept -K option even for a user with NOPASSWD 11 years ago
Jinn Koriech aebae13c9b postgresql_user module: Gracefully handle ALTER ROLE on read-only postgres servers. 11 years ago
Deon Bredenhann c85aac8b17 Treat a False mandatory variable as defined. 11 years ago
Deon Bredenhann 4f1f13b100 Remove trailing space 11 years ago
Michael DeHaan 99616d0c80 Pass scrub_data by default, see response from DO here: https://www.digitalocean.com/blog 11 years ago
Matt Martz e50c2bccb8 Add -I/--interpreter argument to test-module 11 years ago
Michael DeHaan c45f166235 Merge pull request #5453 from jensenbox/patch-1
Fix a small typo
11 years ago
Christian Jensen 80bb49c8b7 Fix a small typo 11 years ago
Michael DeHaan 12ecff71ba Add a few notes about variables to the FAQ. 11 years ago
Michael DeHaan 81fdd5d02a Add a note about hosts being ok in multiple groups. 11 years ago
Michael DeHaan fdb8505a5e Add ansible-pull's -o to the manpage. 11 years ago
Michael DeHaan 132a7fa88e Added note about tag groups to AWS guide. 11 years ago
Michael DeHaan d4cd1fba8b add a note about raw/endraw 11 years ago
Michael DeHaan 4658a98066 Remove line about undocumented variables as they should be documented :) 11 years ago
Michael DeHaan 3ef228a906 Merge pull request #5387 from sa2ajj/fix-docs-refs
fix various documentation xrefs
11 years ago
Michael DeHaan d84b236ad5 Merge pull request #5436 from jkleckner/fix-fail-doc-example
Fix documentation example for the fail module
11 years ago
Mikhail Sobolev 64652fa6ab fix various documentation xrefs 11 years ago
Jim Kleckner edca1d69cf Fix documentation example for the fail module
The example for the fail module doesn't work:
  http://www.ansibleworks.com/docs/modules.html#fail

The current text shows:
    - fail: msg="The system may not be provisioned according to the CMDB status."
      when: "{{ cmdb_status }} != 'to-be-staged'"

The "when" documentation indicates that the argument is already a Jinja2
expression:
  http://www.ansibleworks.com/docs/playbooks_conditionals.html#the-when-statement

Thus, the following is
      when: cmdb_status != "to-be-staged"

is preferred even though the following could work but generates a
deprecation warning:
      when: {{cmdb_status != "to-be-staged"}}
11 years ago
Jim Kleckner f532b449d7 Fix mysql_db dump and import to use port argument
The code for mysql_db did not pass the port argument when state=dump or
state=import.
11 years ago
Michael DeHaan af98ce8433 Add topics index to installation page. 11 years ago
Michael DeHaan eec9b6c8b8 Fix a intra-doc link. 11 years ago
Michael DeHaan bde41bac35 Fix some small docsite formatting things. 11 years ago
Michael DeHaan 1c29f043b4 Add contents to various pages with more than one topic per page. 11 years ago
Mikhail Sobolev 8733b5da8b fix short/full description for elasticache 11 years ago
Mikhail Sobolev 84948292f3 include short_description in the module page's title 11 years ago
Mikhail Sobolev 8b7327a2f6 make examples/DOCUMENTATION.yml a link 11 years ago
Michael DeHaan cfcdc3403e Use task names in examples. 11 years ago
Michael DeHaan 4765032fcb Merge branch 'devel' of git://github.com/beefsalad/ansible into devel 11 years ago
Michael DeHaan 1260225fc9 Merge pull request #5427 from bcoca/template_docs2
added more usefull example for jinja2 overrides
11 years ago
Michael DeHaan 1847a73b89 Merge pull request #5425 from mmoya/docfix
Missing "is" in file module description
11 years ago
beefsalad 5b2fda6fa6 added descriptions for yum options
Updated main description to state that the yum module will handle package groups.  Added descriptions for each example, as it is unclear to (some) users that @Name implies a group install.
11 years ago
Brian Coca 488ef22f5e added more usefull example for jinja2 overrides (this one is actually
used)

Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
lichesser b49cb2e540 Partial fix for #4565. Works only for Debian 7 and later 11 years ago
Michael DeHaan 81bc44ccc2 Don't show tracebacks on Control-C. 11 years ago
Maykel Moya 0711447d3a Missing "is" in file module description 11 years ago
Michael DeHaan 1119ecebee Make AnsibleWorks a hyperlink in docs footer. 11 years ago
Michael DeHaan 83d298accc Add note about how to submit doc changes to generated module docs, limit TOC depth for module category list. 11 years ago
Michael DeHaan d6e28b4c57 Enable the very cool "Edit on GitHub" links for pages where the RST is straight
out of github.
11 years ago
Mikhail Sobolev fce90e0370 use rst formatting for sphinx part 11 years ago
Mikhail Sobolev 8b680343dd fix example formatting 11 years ago
Mikhail Sobolev 1713013dba provide sections and local TOC for module documentation 11 years ago
Mikhail Sobolev 7965d331f3 do not produce too deep toc for category lists 11 years ago
Mikhail Sobolev af1f8db51d remove trailing whitespaces 11 years ago
Michael DeHaan a5e8e10bb0 Removed unused things. 11 years ago
Michael DeHaan f4aa6c53bd Format module requirements as notes in Sphinx 11 years ago
Michael DeHaan eb0509fce7 Update the styling for the module pages slightly. 11 years ago