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/library
James Cammarata c96b2ae391 Merge pull request #8080 from ciupicri/service
Remove unused code
10 years ago
..
cloud Merge pull request #8086 from dataxu/dev-fix-typo 10 years ago
commands Added examples to the command module 10 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 10 years ago
files ini_file: replace lambda with named function 10 years ago
internal Make async jid's unique per host 11 years ago
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 11 years ago
messaging Fix version_added for node in rabbitmq modules 11 years ago
monitoring Stackdriver module was in the wrong category, so moving. 10 years ago
net_infrastructure Added author and copyright lines to modules I contributed 10 years ago
network unified calls to fs function vs duplicate functions for file and 10 years ago
notification Stackdriver module was in the wrong category, so moving. 10 years ago
packaging Merge pull request #7942 from sidred10/devel 10 years ago
source_control Merge branch 'git_fix' of https://github.com/pkit/ansible into pkit-git_fix 10 years ago
system Remove useless code 10 years ago
utilities Merge pull request #7374 from hfinucane/wait_for_pipes 10 years ago
web_infrastructure Updates django_manage so it populates VIRTUAL_ENV 10 years ago
windows Return service name, display name, start mode and state from win_service module. 10 years ago