fcos/fcos01.yaml
2022-12-04 12:00:17 +05:00

60 lines
1.6 KiB
YAML
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
# - path: /etc/NetworkManager/system-connections/LAN.nmconnection
# mode: 0600
# contents:
# inline: |
# [connection]
# id=LAN
# 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/DOCKER.nmconnection
# mode: 0600
# contents:
# inline: |
# [connection]
# id=DOCKER
# type=ethernet
# interface-name=ens19
# [ipv4]
# address1=10.0.0.16/24
# address2=10.0.0.17/24
# address3=10.0.0.18/24
# 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