Add playbooks/docker.yml
This commit is contained in:
parent
67693061e6
commit
bcf531a8eb
1 changed files with 13 additions and 0 deletions
13
playbooks/docker.yml
Normal file
13
playbooks/docker.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
- name: Docker host baseline
|
||||
hosts: docker_hosts
|
||||
become: true
|
||||
|
||||
roles:
|
||||
- docker
|
||||
|
||||
tasks:
|
||||
- name: Create shared network (Pangolin/Newt)
|
||||
community.docker.docker_network:
|
||||
name: pangolin
|
||||
state: present
|
||||
Loading…
Add table
Add a link
Reference in a new issue