-
Notifications
You must be signed in to change notification settings - Fork 0
/
sit.yml
69 lines (64 loc) · 2.09 KB
/
sit.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
62
63
64
65
66
67
68
69
---
# Add variables which apply to servers in a specific group to this file...
ansible_ssh_host_key_checking: false
ansible_user: ubuntu
# mandatory
ansible_ssh_private_key_file: ~/.ssh/id_rsa
ansible_ssh_public_key_file: ~/.ssh/id_rsa.pub
# lookup_subnet: 172.25.0.1/16 # override
# general prefix that will be used to anem things
prefix: micro
use_preseed: false
allow_reboot: false
provider: ""
ovn:
ipv4_gateway: 192.168.0.1/24
ipv4_range: 192.168.0.150-192.168.0.250
# ipv6_gateway:
dns_servers: 192.168.0.1,8.8.8.8,8.8.4.4
# you can also put arbitrary values
infra_providers:
self_hosted:
hosts: # only host field will be used if specified
# when trying to identify ips, you can use this comand
# ip addr show <interface_name> | grep 'inet ' | awk '{print $2}' | head -n 1
192.168.0.51:
# provider: baremetal
# ceph_volume_paths:
# - path: /dev/sda
# wipe: true
hostname: homelabnode1
# do not repeat an index key!!!
index_key: 0
ipv4_address: 192.168.0.51 # [mandatory]
ipv4_address_iface: eno0
ipv4_address_private: 192.168.0.51 # [mandatory]
ipv4_address_private_iface: eno0
local_volume_path: /dev/mmcblk0
lookup_bridge: eno0
192.168.0.52: # public IP
# provider: baremetal
# ceph_volume_paths:
# - path: /dev/sda
# wipe: true
hostname: homelabnode2
index_key: 1
ipv4_address: 192.168.0.52
ipv4_address_iface: enP4p65s0
ipv4_address_private: 192.168.0.52
ipv4_address_private_iface: enP4p65s0
local_volume_path: /dev/sda
lookup_bridge: enP4p65s0
192.168.0.53: # public IP
# provider: baremetal
# ceph_volume_paths:
# - path: /dev/sda
# wipe: true
hostname: homelabnode3
index_key: 2
ipv4_address: 192.168.0.53
ipv4_address_iface: enP4p65s0
ipv4_address_private: 192.168.0.53
ipv4_address_private_iface: enP4p65s0
local_volume_path: /dev/sda
lookup_bridge: enP4p65s0