An open API service indexing awesome lists of open source software.

https://github.com/asapdotid/ansible-role-docker_compose

Ansible Role Docker Compose
https://github.com/asapdotid/ansible-role-docker_compose

ansible ansible-role docker-compose

Last synced: about 2 months ago
JSON representation

Ansible Role Docker Compose

Awesome Lists containing this project

README

          


Ansible Role Docker Compose


This ansible role setup install docker-compose On Ubuntu, CentOS, Redhat, Gento, Fedore, MacOS, ArchLinux, OpenSUSE


Ansible


Licence


Distribution


Distribution

## Requirements

None

## Role Variables

| Name | Default Value | Description |
| ------------------------ | ------------- | ---------------------------- |
| `docker_compose_version` | `"latest"` | Package application install. |

## Dependencies

None.

## Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

```yaml
- hosts: servers
vars:
docker_compose_version: "latest" # or you can use version number "1.29.2" / "v2.1.0"

roles:
- { role: asapdotid.docker_compose }
```

## License

MIT / BSD

## Author Information

[JogjaScript](https://jogjascript.com)

This role was created in 2021 by [Asapdotid](https://github.com/asapdotid).