blob: 71c312cc6038cf1ef385e0213b442bd2c18dcc49 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
---
install:
disks:
primary: /dev/disk/by-id/ata-SATA_SSD_9861071B190B00008032
network:
nameservers: "{{ network_zones.lan.dns }}"
domain: "{{ host_domain }}"
primary: &_network_primary_
name: eno1
address: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets[inventory_hostname]) | ipaddr('address/prefix') }}"
gateway: "{{ network_zones.lan.gateway }}"
interfaces:
- *_network_primary_
ssh_users_root:
- equinox
- datacop
docker_pkg_provider: docker-com
docker_pkg_name: docker-ce
docker_pkg_version: 18.06.1~ce~3-0~debian
|