ansible: add docker-compose on VMs

This commit is contained in:
Nico Schottelius 2023-09-19 12:48:24 +02:00
commit 07c73d8dfc
4 changed files with 97 additions and 5 deletions

View file

@ -5,3 +5,6 @@
state: present
key: "{{ item }}"
with_items: "{{ ssh_keys }}"
tags:
- base
- ssh