Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

This ansible role setup install and configure Docker CE on your system.
https://github.com/asapdotid/ansible-role-docker_ce

ansible ansible-playbook ansible-role docker docker-ce docker-compose

Last synced: about 2 months ago
JSON representation

This ansible role setup install and configure Docker CE on your system.

Awesome Lists containing this project

README

        


Ansible Role Docker CE


This ansible role setup install and configure Docker CE on your system.



Support Composer V2 and the new docker compose command.



Ansible


Licence


Distribution


Distribution

## Requirements (`requrements.yml`)

```yaml
roles:
- name: asapdotid.docker_ce
src: git+https://github.com/asapdotid/ansible-role-docker_ce.git
scm: git
version: << change with latest tag >> #sample 1.0.0
```

## Role Variables

| Name | Default Value | Description |
| ---------------------------- | ------------- | ---------------------------- |
| `docker_ce_privileged_users` | `"[]"` | 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: all
gather_facts: no
become: yes
vars:
docker_ce_privileged_users:
- vagrant

roles:
- role: asapdotid.docker_ce
```

## [License](#license)

Apache-2.0

## [Author Information](#author-information)

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

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