Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/francomile/ansible-role-docker
- Owner: francomile
- License: gpl-2.0
- Created: 2024-06-15T22:32:17.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T23:46:00.000Z (7 months ago)
- Last Synced: 2024-09-30T17:20:15.700Z (4 months ago)
- Topics: ansible-role, containerization, docker
- Language: Jinja
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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"
```