generated from the-liberated-edge/wikijs
11 lines
295 B
YAML
11 lines
295 B
YAML
---
|
|
- name: Create and publish Linux container image to a local image server
|
|
hosts: localhost
|
|
gather_facts: false
|
|
vars:
|
|
- lte_container_name: '{{ lte_image_name }}-container'
|
|
tasks:
|
|
- name: Create a test container
|
|
ansible.builtin.import_role:
|
|
name: linux_container
|