Commit Graph

117 Commits (ac64f3c8cf295c72ffbb6eae83be8fa3a9690f8d)

Author SHA1 Message Date
Cove Schneider 6a321fe346 re-add idempotency check
12 years ago
Cove Schneider 6e81f41cd4 add replicaset support to mongodb_user module
12 years ago
Michael DeHaan 0125f36c49 Merge pull request #6796 from mistaka0s/mysqldump_fix
12 years ago
Matt Martz b4de76373a Use /usr/bin/python instead of /usr/bin/env python
12 years ago
Chao Luan 134c449cf6 Remove extra quote from the mysqldump password argument
12 years ago
Michael DeHaan 991399edf0 Update comments about redis config.
12 years ago
Michael DeHaan b0639b16cf Merge branch 'devel' of git://github.com/mleventi/ansible into devel
12 years ago
Michael DeHaan aaaf9dbc43 Merge pull request #5597 from laggyluke/mongodb_user_idempotence
12 years ago
Cristian Ciupitu 0749112286 Micro-optimization: replace s.find(x)!=-1 with x in s
12 years ago
Richard Isaacson e6f6a73328 Merge pull request #6461 from risaacson/modules_make_run_command_safer
12 years ago
Richard C Isaacson 2b53ece3ab mysql_db module: typo fix
12 years ago
Richard C Isaacson 427221786c Shell updates.
12 years ago
James Martin 3d032b9db9 Fixes various typos introduced in a9017af2bb.
12 years ago
Michael DeHaan dac90278db More shell fixes
12 years ago
James Cammarata a9017af2bb Adding validate_certs to all modules that use fetch_url
12 years ago
Richard C Isaacson c2bf201bce Bulk update of choices=BOOLEANS to type='bool'
12 years ago
James Cammarata 11f500fa2f Merge pull request #4630 from mmoya/mysql_variables-fix2
12 years ago
James Cammarata 9730157525 Validate SSL certs accessed through urllib*
12 years ago
Michael DeHaan 616d7e53b1 Merge pull request #6305 from amree/fix-mysql-replication-port
12 years ago
Jimena Cabrera-Notari cc6e1ec261 Don't use keyword `error` in encode
12 years ago
amree 1d731e5c30 MASTER_PORT variable for CHANGE MASTER TO command can only accept integer value
12 years ago
Guido Kollerie a000f37132 Emphasize target is on remote host. List supported file types.
12 years ago
Kyle Kelley b5eb4d2a71 Fix expires
12 years ago
James Martin 0e3356c40e Properly fetching the riak version, and properly setting the python interpreter.
12 years ago
James Cammarata 1544c93bf2 Merge branch 'fix-postgres_user_to_understand_pg_namespaces' of https://github.com/alanfairless/ansible into alanfairless-fix-postgres_user_to_understand_pg_namespaces
12 years ago
James Cammarata 87bf16930e Merge branch 'postgres_alter_role' of https://github.com/jinnko/ansible into jinnko-postgres_alter_role
12 years ago
Maykel Moya 811aa2611e Add support for string values
12 years ago
Arturs Vonda 6d85082586 Added port documentation to postgresql_db and postgresql_user
12 years ago
George Miroshnykov 66b2d55a18 Add idempotency to mongodb_user module
12 years ago
Matthew Jones 31ac3e71df Allow strings containing single and double quotes to be used as passwords for postgres_user
12 years ago
Timur Batyrshin 658c15930e reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852)
12 years ago
Matthew Leventi 07a388e567 adding the ability to change redis configuration
12 years ago
jctanner 09f7b11d1d Merge pull request #5435 from jkleckner/fix-mysql-dump-import
12 years ago
David Busby b4f86abafd Documentation update to yield example of "WITH GRANT OPTION" which is undocumented previous
12 years ago
Alan Fairless 7a86083850 Fix postgresql_user to understand PG namespaces
12 years ago
Jim Kleckner dacef1915a Add quotes to password argument for dump/import
12 years ago
Jinn Koriech aebae13c9b postgresql_user module: Gracefully handle ALTER ROLE on read-only postgres servers.
12 years ago
Jim Kleckner f532b449d7 Fix mysql_db dump and import to use port argument
12 years ago
jctanner 7182486fd2 Merge pull request #5099 from tartansandal/postgresql_db_check_mode
12 years ago
Jinn Koriech 6f2843724d Fix postgresql_user documentation render
13 years ago
Jinn Koriech 6b54417bd5 Add documentation for usage of encrypted postgresql passwords.
13 years ago
James Tanner ad837709bd Addresses #5023 Fix import comments
13 years ago
James Tanner 6000d636b3 Fixes #5023 Convert all modules to use new snippet import pattern
13 years ago
Kahlil (Kal) Hodgson ab14ec840b postgres_db CHECKMODE changed status
13 years ago
Michael DeHaan 36effd237c There's a cleaner way to do this, commit to module formatter pending.
13 years ago
Michael DeHaan ff0a41d446 No longer need to reference 'version_added' in docs for these, as this was quite a while ago.
13 years ago
Michael DeHaan f7c3975f21 Add version_added to all modules missing version_added information, the docs formatter will now
13 years ago
James Tanner 15243cd801 Fix typo in postgresql_user module docstrings
13 years ago
jctanner 8041735c56 Merge pull request #4686 from bcoca/postgresql_user_pwds
13 years ago
James Tanner 6cdc99286c Merge pull request #4307 from damianmoore/mysql_gzip_bzip2_support
13 years ago