Commit Graph

112 Commits (8baaf458c794b86096dcbbdcbf652f9cdab809ee)

Author SHA1 Message Date
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
13 years ago
jctanner 09f7b11d1d Merge pull request #5435 from jkleckner/fix-mysql-dump-import
13 years ago
David Busby b4f86abafd Documentation update to yield example of "WITH GRANT OPTION" which is undocumented previous
13 years ago
Alan Fairless 7a86083850 Fix postgresql_user to understand PG namespaces
13 years ago
Jim Kleckner dacef1915a Add quotes to password argument for dump/import
13 years ago
Jinn Koriech aebae13c9b postgresql_user module: Gracefully handle ALTER ROLE on read-only postgres servers.
13 years ago
Jim Kleckner f532b449d7 Fix mysql_db dump and import to use port argument
13 years ago
jctanner 7182486fd2 Merge pull request #5099 from tartansandal/postgresql_db_check_mode
13 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
Steve Tjoa 626d41c1d1 Changed parameter from 'user' to 'name' in the examples to coincide with the specs.
13 years ago
James Tanner d3c8832414 Fixes #4720 Use mysql command to restore database instead of mysqldump
13 years ago
Brian Coca 87e886a550 updated to make note that password is required before v1.4
13 years ago
Brian Coca 594ecc00c1 updated docs
13 years ago
Brian Coca 61d9472312 now supports users w/o a password, encrypted passwords and expiration
13 years ago