create playbook for docker1

This commit is contained in:
Kevin Heyer 2025-06-10 22:07:17 +02:00
parent 59db1cc23a
commit 19ffd5953f

View file

@ -0,0 +1,5 @@
---
- name: Install and start Apache web server
hosts: docker1
roles:
- server_install_ssh