mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Add Vagrant environment and supporting files for a simple LXC environment. Environment includes YAML file for machines, Ansible playbook, Ansible inventory file (generated automatically), Ansible configuration file, Vagrantfile, and README.md.
6 lines
98 B
YAML
6 lines
98 B
YAML
---
|
|
- name: lxc-01
|
|
box: slowe/ubuntu-trusty-x64
|
|
ram: 512
|
|
vcpu: 1
|
|
ip_addr: 192.168.100.100
|