embedit-ansible.docker_create_network

Docker Create Network

How to Create a Docker Network

Build Status

Requirements

You need to have Docker installed on the machine you're working on.

Role Variables

Variable Name Required Default Description
name yes The name of the network you want to create
driver yes The network driver to use
is_attachable no False Set --attachable option
remove no False Choose to remove the network

Dependencies

None

Example Playbook

- hosts: servers
  roles:
     - role: embedit-ansible.docker_create_network
       name: test_network
       is_attachable: True

License

BSD

Author Information

Mario Vejlupek

Informazioni sul progetto

Create Docker Network

Installa
ansible-galaxy install embedit-ansible.docker_create_network
Licenza
mit
Download
115
Proprietario