Commit Graph

5504 Commits (af9b510769fcdec11b2151759b7f04c2084248ee)
 

Author SHA1 Message Date
Michael DeHaan af9b510769 Merge pull request #3220 from dsedivec/devel
Improve Markdown (and other) module doc output
12 years ago
Michael DeHaan 17cf833e0e Merge branch 'user_password_update_optional' of git://github.com/bcoca/ansible into devel
Conflicts:
	library/system/user
12 years ago
Michael DeHaan 2eb3a9a3c9 Resolve docs conflict. 12 years ago
Michael DeHaan 572f49b11f Fix merge conflict. 12 years ago
Michael DeHaan c3544de1df Merge pull request #3228 from skvidal/facts.d
first cut and docs for facts.d mechanism for setup module
12 years ago
Michael DeHaan 58e8a97e91 Merge pull request #3225 from eest/openbsd_pkg-check_mode
openbsd_pkg: Add check_mode support.
12 years ago
Michael DeHaan 613df1d649 Merge pull request #3213 from veeti/apt_key_data
Document the data argument for apt_key
12 years ago
Michael DeHaan d9f91be34a Merge pull request #3227 from bcoca/modules_wantlist
implementing with_items list globbing made easier for modules
12 years ago
Michael DeHaan f87299842c Merge pull request #3199 from chrishoffman/doc_error
Fixing documentation error
12 years ago
Michael DeHaan 294230d529 Merge pull request #3177 from stintel/mysql56-compat
Fix MySQL 5.6 compatibility
12 years ago
Michael DeHaan 936e61fc28 Merge pull request #3181 from melodous/devel
HP-UX virtualization facts
12 years ago
trbs a4223e119d fixed x-bits in git 12 years ago
Michael DeHaan 4849539399 Merge pull request #3194 from E-M/patch-2
Fixed Issue #3193 - make rhn_register module compatible with EL 5
12 years ago
Michael DeHaan 78fdedd490 Merge remote branch 'origin' into devel
Conflicts:
	library/web_infrastructure/django_manage
12 years ago
Michael DeHaan 512d7ba531 Spelling fixes 12 years ago
Michael DeHaan a1d1ce8360 Merge branch 'docs_examples' of git://github.com/jpmens/ansible into standardize_docs 12 years ago
Michael DeHaan f0d66f0cda Merge pull request #3176 from jpmens/sol-epoch
setup epoch time doesn't have tics on Python 2.6.4 (Solaris).
12 years ago
Seth Vidal 36df7e8c95 cut and docs for facts.d mechanism for setup module 12 years ago
Brian Coca 4942a06bc2 now modules can implement with_items list globbing w/o updating
hardcoded lists in ansible code, just add WITH_ITEMS_USES_LIST in a
comment anywhere, and of course, support recieving params as list.

Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
12 years ago
Jan-Piet Mens 5c69918d53 DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string
  Added deprecation warning to moduledev.rst and remove deprecated example from it
  Fixed up a few typos and uppercased some acronyms.
  add consistency to how EXAMPLES are formatted
12 years ago
Brian Coca 2470c3f26d now you have the option to NOT set the password if the user already exists,
this works well for 'initial password setting' on user creation and avoids
having extra tasks and conditionals.
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
12 years ago
Patrik Lundin 9dfc420927 openbsd_pkg: Add check_mode support.
The biggest change has been to package_latest since it was previously
just comparing version numbers before and after an upgrade had run.
We now parse the output from a dry run instead.

Thanks to Johan Belin for triggering the discussion :).
12 years ago
Michael DeHaan 0bd5fe9951 Merge pull request #3221 from sergevanginderachter/filedocfix
docfix on file module, aliases for path parameter
12 years ago
Serge van Ginderachter 8b188429c7 docfix on file module, aliases for path parameter 12 years ago
Dale Sedivec 7681b1ce68 Improve Markdown (and other) module doc output
- The html_ify filter now escapes HTML found in module documentation.
  THIS COULD AFFECT MORE THAN JUST MARKDOWN but I didn't see any modules
  expecting to use e.g. HTML entities or HTML tags in their
  documentation.

- The markdown_ify filter (used as jpfunc in markdown.j2) escapes at
  least a few Markdown in-line formatting characters.

- Improvements to markdown.j2:

    - Call jpfunc on the module name heading so that it gets escaped for
      Markdown (e.g. my_module_name becomes my\_module\_name).

    - Added paragraph breaks between paragraphs in the description.

    - Added examples heading, which is consistent with the notes heading
      below it.
12 years ago
Veeti Paananen dcb06a2306 Document the data argument for apt_key 12 years ago
Chris Hoffman 8a55210fb6 Removing all the default: null from the documentation 12 years ago
Michael DeHaan cf2ddb6f80 Merge pull request #3197 from lorin/doc-fixup
Fix broken link in django_manage doc
12 years ago
Chris Hoffman 499c7309e3 Fixing documentation error 12 years ago
Lorin Hochstein d2ea9d85d0 Fix broken link in django_manage doc 12 years ago
Edgars M. 46ad4299a8 Fixed Issue #3193 12 years ago
Michael DeHaan 39aa5e5eac Merge pull request #3175 from jpmens/setup9
Protect None value in setup module (ansible 1.2)
12 years ago
Michael DeHaan de7487f316 Merge pull request #3179 from ralphbean/docs-typofix
Fix a typo in the docs.
12 years ago
Michael DeHaan e6f745e2a8 Merge pull request #3189 from E-M/patch-1
Fixed module rhn_register name in examples section
12 years ago
E-M 170a5f36f1 Fixed module name in examples section
Examples showed that modules name is rhnreq_ks, when it actually is rhn_register.
12 years ago
Raul Melo f9f0f5ce2c HP-UX virtualization facts 12 years ago
Ralph Bean dd5707ddd9 Well, a little more readability. 12 years ago
Ralph Bean 416e72c900 Fix a typo in the docs. 12 years ago
Stijn Tintel 767c208e6c Fix MySQL 5.6 compatibility
In MySQL 5.6, the root account created by default during MySQL
installation has the PROXY ... WITH GRANT OPTION privilege for ''@'',
that is, for all users.

The mysql_user module tries to revoke this privilege, but this fails:
_mysql_exceptions.ProgrammingError: (1064, "You have an error in your
SQL syntax; check the manual that corresponds to your MySQL server
version for the right syntax to use near '''@'' FROM 'root'@'localhost''
at line 1")

Quick fix: don't revoke privilege if user is root and the privilege to
revoke contains PROXY.
12 years ago
Jan-Piet Mens f6521d88f5 setup epoch time doesn't have tics on Python 2.6.4 (Solaris). 12 years ago
Jan-Piet Mens 3f301fd439 Protect None value in setup module 12 years ago
Michael DeHaan 643b5e2c5d Fix dead link, remove redundant section. 12 years ago
Michael DeHaan 1fd863cf5d Update docs to reference release tarball directory on new site. 12 years ago
Michael DeHaan 18c8382fb2 Update .gitignore 12 years ago
Michael DeHaan 404b082d82 Version bump and assorted things to start new development version. 12 years ago
Michael DeHaan f67c13f8f1 Update packaging dates in preparation for release. 12 years ago
Michael DeHaan ba21f8e3d3 Merge pull request #3168 from tgerla/doccontent
re-add docs css class required for some theme elements
12 years ago
Michael DeHaan 3d21dab705 Small fix so template plugins can see inject variables. 12 years ago
Tim Gerla 8a9cded133 re-add docs css class required for some theme elements 12 years ago
Michael DeHaan 790a145f6c Use get_bin_path for blkid and add some aliases to the filesystem module. 12 years ago