-
Notifications
You must be signed in to change notification settings - Fork 103
Expand file tree
/
Copy pathlinux.yml
More file actions
68 lines (68 loc) · 1.36 KB
/
linux.yml
File metadata and controls
68 lines (68 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
description: Generic Linux host
interface_name: eth{ifindex}
lag_interface_name: "bond{lag.ifindex}"
loopback_interface_name: lo{ifindex if ifindex else ""}
mgmt_if: eth0
role: host
features:
lag:
passive: False
routing:
static: true
initial:
ipv4:
unnumbered: peer
ipv6:
use_ra: true
roles: [ host ]
libvirt:
image: bento/ubuntu-24.04
group_vars:
netlab_linux_distro: ubuntu
features:
dhcp:
client:
ipv4: true
ipv6: true
server: true
relay:
ipv4: true
vbmc:
client: true
virtualbox:
image: bento/ubuntu-24.04
group_vars:
netlab_linux_distro: ubuntu
group_vars:
ansible_network_os: linux
ansible_connection: paramiko
ansible_user: vagrant
ansible_ssh_pass: vagrant
docker_shell: sh -il
ansible_python_interpreter: auto_silent
netlab_lldp_enable: False
netlab_net_tools: False
clab:
features:
initial:
roles: [ host, bridge ]
vlan:
mixed_trunk: true
model: router
native_routed: true
subif_name: '{ifname}.{vlan.access_id}'
svi_interface_name: vlan{vlan}
image: python:3.13-alpine
mtu: 1500
kmods:
node:
kind: linux
config_templates:
hosts: /etc/hosts
group_vars:
ansible_connection: docker
ansible_user: root
netlab_linux_distro: vanilla
external:
image: none
graphite.icon: server