Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/origox/ansible_role_docker
An Ansible role to setup and configure Docker
https://github.com/origox/ansible_role_docker
Last synced: about 1 month ago
JSON representation
An Ansible role to setup and configure Docker
- Host: GitHub
- URL: https://github.com/origox/ansible_role_docker
- Owner: origox
- Created: 2022-08-01T08:45:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-01T09:37:36.000Z (over 2 years ago)
- Last Synced: 2023-04-04T08:07:33.375Z (over 1 year ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible role: ansible_role_docker
[![CI](https://github.com/origox/ansible_role_docker/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/origox/ansible_role_docker/actions/workflows/ci.yml)An Ansible role that install and configure docker
## Development and local test of new role
```bash
# Setup virtual environment
$ python3 -m pip install venv
$ source venv/bin/activate
$ python3 -m pip install -r requirements.txt# YAML Lint
$ yamllint .# Ansible lint
$ ansible-lint# Molecule
$ molecule test
```## Requirements
None.
## Role Default Variables
Available variables are listed below, along with default values (see `defaults/main.yml`):
None
## Dependencies
None.
## Example Playbook
- hosts: all
roles:
- role:
src: https://github.com/origox/ansible_role_docker