Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dudecalledbro/ansible-role-docker
Ansible Role - Docker
https://github.com/dudecalledbro/ansible-role-docker
ansible ansible-galaxy molecule role
Last synced: about 7 hours ago
JSON representation
Ansible Role - Docker
- Host: GitHub
- URL: https://github.com/dudecalledbro/ansible-role-docker
- Owner: DudeCalledBro
- License: mit
- Created: 2024-03-20T23:49:53.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T22:54:27.000Z (4 months ago)
- Last Synced: 2024-11-21T04:56:19.634Z (2 months ago)
- Topics: ansible, ansible-galaxy, molecule, role
- Language: YAML
- Homepage:
- Size: 7.81 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
[![CI](https://github.com/DudeCalledBro/ansible-role-docker/actions/workflows/molecule.yml/badge.svg)](https://github.com/DudeCalledBro/ansible-role-docker/actions/workflows/molecule.yml)
Install and configure docker.
## Prerequisites
- Ensure you have Ansible installed (e.g. `pip3 install ansible`)
- **Development**: Install the pip packages listed in [requirements.txt](requirements.txt)## Role Variables
The default values for the variables are set in [defaults/main.yml](defaults/main.yml)
```yaml
- hosts: all
roles:
- role: dudecalledbro.docker
```## License
Copyright © 2024 Niclas Spreng
Licensed under the [MIT license](LICENSE).