generated from the-liberated-edge/wikijs
adds playbook for lanching containers
This commit is contained in:
parent
fb7a03da31
commit
f5bc08683d
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user