You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/database
Jonathan Mainguy f4690464b4 Makes ansible fail if login_port is defined and login_host is either not defined, or defined as localhost. This is because if login_host is localhost then MySQLdb will use the socket instead of TCP. This leads to confusion for ansible users as, when a port is defined it gets ignored if login_host is localhost. This is to fix the bug reported by wrosario #8070. Info on MysqlDb can be read here http://mysql-python.sourceforge.net/MySQLdb.html 10 years ago
..
mongodb_user re-add idempotency check 11 years ago
mysql_db Makes ansible fail if login_port is defined and login_host is either not defined, or defined as localhost. This is because if login_host is localhost then MySQLdb will use the socket instead of TCP. This leads to confusion for ansible users as, when a port is defined it gets ignored if login_host is localhost. This is to fix the bug reported by wrosario #8070. Info on MysqlDb can be read here http://mysql-python.sourceforge.net/MySQLdb.html 10 years ago
mysql_replication Fixing mysql master replication boolean 11 years ago
mysql_user Add example 'Specify grants composed of more than one word' to the mysql_user module. 11 years ago
mysql_variables Fix sync_binlog name in mysql_variables example 11 years ago
postgresql_db Added port documentation to postgresql_db and postgresql_user 11 years ago
postgresql_privs Don't use keyword `error` in encode 11 years ago
postgresql_user Clarify that the encrypted param must also be set. 11 years ago
redis Update comments about redis config. 11 years ago
riak Use /usr/bin/python instead of /usr/bin/env python 11 years ago