- Add docker credential helper for ECR
- Add docker client config var (
docker_client_config
) to configure client settings. Takes a YAML definition that is translated to json - Apply linting
- Docker configuration (json) through the variable
docker_daemon_config
- Ansible lint - Fixed trailing whitespaces
- Ansible lint - Fixed bare vars in
with_items
loop
- Bugfix: use ansible_distribution_release and ansible_os_release to enable apt repos to use the correct distribution
- Initial release