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/lib/ansible/modules
Maksim Losev 807d964a48 Add insecure_registry to docker-py pull method
Starting from docker-py>=0.5.0 it is impossible to work with private registries based on HTTP.
So we need additional parameter to allow pull from insecure registry
Related to ansible/ansible#9111
9 years ago
..
cloud Add insecure_registry to docker-py pull method 9 years ago
commands Strip newlines off k=v pairs in command/shell argument parsing 9 years ago
database Fixed postgresql_db failing on Python 2.4 with --check 9 years ago
files Fix breakage in lineinfile check mode when target file does not exist. 9 years ago
inventory package files 9 years ago
network Add text/json as a mimetype to try deserializing 9 years ago
packaging use state parameter in examples 9 years ago
source_control Probably would make clone a 1.9 feature rather than 1.8.3 9 years ago
system Fixed hostname for rhel5 python 2.4.3 9 years ago
utilities let implied type do the spliting 9 years ago
web_infrastructure Update django_manage to add database option for migrate 9 years ago
windows Switched to SHA1 checksum instead of MD5 9 years ago
CONTRIBUTING.md Moving snapshot of modules back from core 9 years ago
COPYING Moving snapshot of modules back from core 9 years ago
README.md Update README.md 9 years ago
__init__.py package files 9 years ago

README.md

ansible-modules-core

This repo contains Ansible's most popular modules that are shipped with Ansible.

New module submissions for modules that do not yet exist should be submitted to ansible-modules-extras, rather than this repo.

Take care to submit tickets to the appropriate repo where modules are contained. The docs.ansible.com website indicates this at the bottom of each module documentation page.

License

As with Ansible, modules distributed with Ansible are GPLv3 licensed. User generated modules not part of this project can be of any license.