Add dockerapps and chisel playbooks

This commit is contained in:
2023-09-24 21:59:18 +02:00
parent cece6892ab
commit 784ba18521
7 changed files with 38 additions and 57 deletions

12
chisel.yml Normal file
View File

@@ -0,0 +1,12 @@
---
- name: Chisel Client - Server playbook
hosts: all
become: true
# #
# # @author Stéphane Gratias (2021).
#
roles:
# manage docker-compose@dev systemd unit file
- { role: justin_p.chisel, tags: chisel }