Add playbooks/docker.yml

This commit is contained in:
lorentz 2026-02-23 12:04:43 -05:00
parent 67693061e6
commit bcf531a8eb

13
playbooks/docker.yml Normal file
View 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