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.
 
 
 
 
 
Go to file
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 11 years ago
cloud Merge pull request #8049 from ranjan/dev 11 years ago
commands Added examples to the command module 11 years ago
database 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 11 years ago
files ini_file: replace lambda with named function 11 years ago
internal
inventory
messaging
monitoring
net_infrastructure Added author and copyright lines to modules I contributed 11 years ago
network
notification
packaging Merge pull request #7942 from sidred10/devel 11 years ago
source_control Merge branch 'git_fix' of https://github.com/pkit/ansible into pkit-git_fix 11 years ago
system Updating the other classes in the group module to match #7249 11 years ago
utilities Merge pull request #7374 from hfinucane/wait_for_pipes 11 years ago
web_infrastructure
windows Return service name, display name, start mode and state from win_service module. 11 years ago