adds playbook for lanching containers

This commit is contained in:
emo 2023-11-22 00:30:35 +01:00
parent fb7a03da31
commit f5bc08683d

View File

@ -0,0 +1,9 @@
---
- name: launch linux container
hosts: localhost
gather_facts: false
tasks:
- name: Create a test container image template
ansible.builtin.import_role:
name: linux_container