-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlvrt-lcl-session-srv-020-debian10.yml
61 lines (51 loc) · 1.21 KB
/
lvrt-lcl-session-srv-020-debian10.yml
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
---
# Copyright (c) 2020 Jakob Meng, <[email protected]>
# vim:set fileformat=unix tabstop=2 shiftwidth=2 expandtab:
# kate: end-of-line unix; space-indent on; indent-width 2; remove-trailing-spaces modified;
#debconf_early_config:
#- name: 'tzdata'
# question: 'tzdata/Zones/Etc'
# #value: 'UTC'
# value: 'GMT+1'
# vtype: 'select'
#
#debconf_config:
#- name: 'tzdata'
# question: 'tzdata/Zones/Etc'
# value: 'UTC'
# vtype: 'select'
#- name: 'tzdata'
# question: 'tzdata/Areas'
# value: 'Etc'
# vtype: 'select'
distribution_id:
- 'Debian'
- '10'
libvirt_domain_autostart: false
libvirt_host_become: false
libvirt_netplan:
ethernets:
eth0:
dhcp4: false
dhcp6: false
accept-ra: false
addresses:
- 192.168.158.13/24
nameservers:
addresses:
- 192.168.158.1
routes:
- to: 0.0.0.0/0
via: 192.168.158.1
libvirt_pool: 'default'
libvirt_uri: 'qemu:///session'
libvirt_volumes:
- backing_vol: '{{ libvirt_backing_vol | mandatory }}'
backing_vol_format: '{{ libvirt_backing_vol_format | mandatory }}'
capacity: 5G
format: 'qcow2'
linked: false
name: '{{ fqdn }}.qcow2'
pool: '{{ libvirt_pool }}'
prealloc_metadata: false
state: present