Commit Graph

5492 Commits (d9f91be34a5ec34e91aef4d521d1035658ee7dcd)
 

Author SHA1 Message Date
Michael DeHaan d9f91be34a Merge pull request #3227 from bcoca/modules_wantlist
implementing with_items list globbing made easier for modules
13 years ago
Michael DeHaan f87299842c Merge pull request #3199 from chrishoffman/doc_error
Fixing documentation error
13 years ago
Michael DeHaan 294230d529 Merge pull request #3177 from stintel/mysql56-compat
Fix MySQL 5.6 compatibility
13 years ago
Michael DeHaan 936e61fc28 Merge pull request #3181 from melodous/devel
HP-UX virtualization facts
13 years ago
trbs a4223e119d fixed x-bits in git 13 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
13 years ago
Michael DeHaan 78fdedd490 Merge remote branch 'origin' into devel
Conflicts:
	library/web_infrastructure/django_manage
13 years ago
Michael DeHaan 512d7ba531 Spelling fixes 13 years ago
Michael DeHaan a1d1ce8360 Merge branch 'docs_examples' of git://github.com/jpmens/ansible into standardize_docs 13 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).
13 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>
13 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
13 years ago
Michael DeHaan 0bd5fe9951 Merge pull request #3221 from sergevanginderachter/filedocfix
docfix on file module, aliases for path parameter
13 years ago
Serge van Ginderachter 8b188429c7 docfix on file module, aliases for path parameter 13 years ago
Chris Hoffman 8a55210fb6 Removing all the default: null from the documentation 13 years ago
Michael DeHaan cf2ddb6f80 Merge pull request #3197 from lorin/doc-fixup
Fix broken link in django_manage doc
13 years ago
Chris Hoffman 499c7309e3 Fixing documentation error 13 years ago
Lorin Hochstein d2ea9d85d0 Fix broken link in django_manage doc 13 years ago
Edgars M. 46ad4299a8 Fixed Issue #3193 13 years ago
Michael DeHaan 39aa5e5eac Merge pull request #3175 from jpmens/setup9
Protect None value in setup module (ansible 1.2)
13 years ago
Michael DeHaan de7487f316 Merge pull request #3179 from ralphbean/docs-typofix
Fix a typo in the docs.
13 years ago
Michael DeHaan e6f745e2a8 Merge pull request #3189 from E-M/patch-1
Fixed module rhn_register name in examples section
13 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.
13 years ago
Raul Melo f9f0f5ce2c HP-UX virtualization facts 13 years ago
Ralph Bean dd5707ddd9 Well, a little more readability. 13 years ago
Ralph Bean 416e72c900 Fix a typo in the docs. 13 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.
13 years ago
Jan-Piet Mens f6521d88f5 setup epoch time doesn't have tics on Python 2.6.4 (Solaris). 13 years ago
Jan-Piet Mens 3f301fd439 Protect None value in setup module 13 years ago
Michael DeHaan 643b5e2c5d Fix dead link, remove redundant section. 13 years ago
Michael DeHaan 1fd863cf5d Update docs to reference release tarball directory on new site. 13 years ago
Michael DeHaan 18c8382fb2 Update .gitignore 13 years ago
Michael DeHaan 404b082d82 Version bump and assorted things to start new development version. 13 years ago
Michael DeHaan f67c13f8f1 Update packaging dates in preparation for release. 13 years ago
Michael DeHaan ba21f8e3d3 Merge pull request #3168 from tgerla/doccontent
re-add docs css class required for some theme elements
13 years ago
Michael DeHaan 3d21dab705 Small fix so template plugins can see inject variables. 13 years ago
Tim Gerla 8a9cded133 re-add docs css class required for some theme elements 13 years ago
Michael DeHaan 790a145f6c Use get_bin_path for blkid and add some aliases to the filesystem module. 13 years ago
Michael DeHaan 36e9cf5d7d Mention YAML variable quoting. 13 years ago
Michael DeHaan 36c3c91d6e Add roles to glossary. 13 years ago
Michael DeHaan 573d5f620f Merge pull request #3159 from cchurch/devel
Callback Plugin Context / Naming Fixes
13 years ago
Michael DeHaan b0bf39ef6c Merge pull request #3163 from DMBuce/pkgbuild-update
PKGBUILD update
13 years ago
Michael DeHaan 02f416ec69 Merge pull request #3164 from DMBuce/doc-update
Doc update
13 years ago
Buce dfb3fe2d28 Include docs, config in Arch package 13 years ago
Buce 64610c585a Add provides=('ansible') to PKGBUILD
This lets packages use ansible-git as a dependency in place of ansible.
13 years ago
Buce af54efa56a Let makepkg control compression of man pages
makepkg will automatically compress man pages in MAN_DIRS if 'zipman'
is in the OPTIONS array of makepkg.conf.
13 years ago
Buce 7d2422cf92 Update supported package managers
Ansible has modules for package managers other than yum and apt,
so update the documentation accordingly.
13 years ago
Buce 563147d344 Reference Inventory & Patterns more
Link to the Inventory & Patterns page in places where the Getting
Started guide refer to it, so that users unfamiliar with the
inventory syntax can easily familiarize themselves with it.
13 years ago
Michael DeHaan edb6a683f3 Merge pull request #3160 from tgerla/toctree
show entire doc index in left sidebar on the documentation home page
13 years ago
Tim Gerla b3e0071635 show entire doc index in left sidebar on the documentation home page 13 years ago