12 lines
222 B
YAML
12 lines
222 B
YAML
---
|
|
- 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 } |