Skip to content

aboutbits/ansible-docker-installation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

- 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.

About

Ansible - Docker Installation Role

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors