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
- Host: GitHub
- URL: https://github.com/asapdotid/ansible-role-docker_compose
- Owner: asapdotid
- Created: 2021-11-29T08:22:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T09:50:08.000Z (almost 3 years ago)
- Last Synced: 2025-05-18T04:36:18.026Z (about 1 year ago)
- Topics: ansible, ansible-role, docker-compose
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## 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).