Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/asapdotid/ansible-role-docker_ce
- Owner: asapdotid
- License: apache-2.0
- Created: 2022-10-20T12:35:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T12:10:15.000Z (over 1 year ago)
- Last Synced: 2024-11-07T08:14:57.209Z (3 months ago)
- Topics: ansible, ansible-playbook, ansible-role, docker, docker-ce, docker-compose
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.## 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:
- vagrantroles:
- 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).