i-1 Introduces an Ansible playbook for linux-container with SSH access #2

Merged
emil merged 24 commits from i-1-test-linux-container into main 2024-01-07 00:48:19 +00:00
Showing only changes of commit f5bc08683d - Show all commits

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