https://github.com/aboutbits/ansible-docker-installation
Ansible - Docker Installation Role
https://github.com/aboutbits/ansible-docker-installation
ansible ansible-role docker docker-installation
Last synced: 4 months ago
JSON representation
Ansible - Docker Installation Role
- Host: GitHub
- URL: https://github.com/aboutbits/ansible-docker-installation
- Owner: aboutbits
- Created: 2020-04-22T12:58:37.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-09-01T08:10:19.000Z (5 months ago)
- Last Synced: 2025-09-01T10:41:24.218Z (5 months ago)
- Topics: ansible, ansible-role, docker, docker-installation
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Ansible Docker Installation Role
================================
Installation of a Docker server.
## Role Variables
- `docker_installation_bridge_ip`: Specifies the IP address and netmask to use for Docker’s default bridge
## Example Playbook
```yaml
- hosts: all
tasks:
- ansible.builtin.include_role:
name: ansible-docker-installation
vars:
docker_installation_bridge_ip: "172.26.0.1/16"
```
## Build & Publish
To build and publish the role, visit the GitHub Actions page of the repository and trigger the workflow "Release Package" manually.