Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/francomile/ansible-role-docker

Ansible Role Docker
https://github.com/francomile/ansible-role-docker

ansible-role containerization docker

Last synced: 3 months ago
JSON representation

Ansible Role Docker

Awesome Lists containing this project

README

        

# Ansible docker role

[![Lint Ansible roles](https://github.com/francomile/ansible-role-docker/actions/workflows/ansible_lint.yml/badge.svg)](https://github.com/francomile/ansible-role-docker/actions/workflows/ansible_lint.yml)

[![Release role to Ansible Galaxy](https://github.com/francomile/ansible-role-docker/actions/workflows/push_to_galaxy.yml/badge.svg)](https://github.com/francomile/ansible-role-docker/actions/workflows/push_to_galaxy.yml)

## Actions of the Role

* Install Docker and Docker Compose
* Setup `daemon.json`

## Common Usage

```yaml
roles:
- {
role: francomile.docker,
tags: ["docker"]
}
```

## Run the playbook

```shell
ansible-playbook -i inventory playbook.yaml --tags "docker"
```