fcos/test.bu
Dmitriy Ramazanov 4c2539b8e8 Update 3
2021-12-09 23:28:03 +05:00

60 lines
1.5 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

variant: fcos
version: 1.4.0
passwd:
users:
- name: eof
password_hash: "$6$rounds=656000$K34E25kkXTKeMx2E$BCoiA1yA.UFT7amR5tUKG9SzMyT5So.pdOrU3KA7yeFQMasEg3wed9o5n5KkGxsWz1a0243zDgb/8J55I.dL70"
ssh_authorized_keys:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILC6kmOqZtr9kmAppvfElXSOMkKd8TznZV68JAvUxSl/ EoF
groups:
- docker
- wheel
- sudo
storage:
files:
- path: /etc/hostname
mode: 0644
contents:
inline: сos.itphx.loc
- path: /etc/NetworkManager/system-connections/ens18.nmconnection
mode: 0600
contents:
inline: |
[connection]
id=ens18
type=ethernet
interface-name=ens18
[ipv4]
address1=10.0.0.13/24,10.0.0.254
dns=10.0.0.245;
dns-search=itphx.loc
may-fail=false
method=manual
# - path: /etc/NetworkManager/system-connections/ens19.nmconnection
# mode: 0600
# contents:
# inline: |
# [connection]
# id=ens19
# type=ethernet
# interface-name=ens19
# [ipv4]
# address1=10.0.0.16
# address1=10.0.0.17
# address1=10.0.0.18
# dns=
# dns-search=
# may-fail=false
# method=manual
disks:
- device: /dev/sdb
wipe_table: false
partitions:
- size_mib: 0
start_mib: 0
label: data
filesystems:
- path: /data
device: /dev/disk/by-partlabel/data
format: xfs
with_mount_unit: true