mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Commit Vagrantfile, external YAML data file, Ansible configuration file, and Ansible playbook for containerd-runc environment. Environment is functional at a basic level.
6 lines
114 B
YAML
6 lines
114 B
YAML
---
|
|
- name: runc-01
|
|
box: slowe/ubuntu-15.10-server-amd64
|
|
ram: 1024
|
|
vcpu: 1
|
|
provision: containerd-runc.yml
|