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