Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aem-design/ansible-role-docker-available
Check if docker is available on host.
https://github.com/aem-design/ansible-role-docker-available
Last synced: 7 days ago
JSON representation
Check if docker is available on host.
- Host: GitHub
- URL: https://github.com/aem-design/ansible-role-docker-available
- Owner: aem-design
- Created: 2019-09-07T11:24:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-15T14:22:31.000Z (over 3 years ago)
- Last Synced: 2024-11-07T01:35:25.992Z (about 2 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible Role: Docker Available
[![Build Status](https://travis-ci.org/aem-design/ansible-role-docker-available.svg?branch=master)](https://travis-ci.org/aem-design/ansible-role-docker-available)
This role tests if Docker is available on host
> This role was developed as part of
> [AEM.Design](http://aem.design/)## Requirements
None.
## Role Variables
Pass ```docker_host``` for host to test
## Dependencies
None.
## Example Playbook
```yaml
- hosts: all
roles:
- {
role: aem_design.docker_available
}
```## License
Apache 2.0
## Author Information
This role was created by [Max Barrass](https://aem.design/).