mirror of
https://github.com/ruanbekker/rpi-ansible.git
synced 2025-04-19 17:01:38 +02:00
add more ssh host keys
This commit is contained in:
parent
0c2dbd7063
commit
f56414ab8f
26
host_vars/clovermill
Normal file
26
host_vars/clovermill
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
macaddr: "b8:27:eb:83:4a:28"
|
||||
hostname: "clovermill"
|
||||
domain: "local"
|
||||
locale: "en_US.UTF-8"
|
||||
timezone: "America/Los_Angeles"
|
||||
xkblayout: "us"
|
||||
wifi_country: "US"
|
||||
enable_gui: False
|
||||
enable_autologin: False
|
||||
enable_bootwait: False
|
||||
enable_bootsplash: False
|
||||
enable_camera: False
|
||||
enable_vnc: False
|
||||
enable_spi: False
|
||||
enable_i2c: False
|
||||
enable_serial: False
|
||||
enable_serial_hw: False
|
||||
enable_onewire: False
|
||||
enable_rgpio: False
|
||||
darshan_dev: False
|
||||
ssh_host_key_files:
|
||||
- etc/ssh/ssh_host_rsa_key.clovermill
|
||||
- etc/ssh/ssh_host_dsa_key.clovermill
|
||||
- etc/ssh/ssh_host_ecdsa_key.clovermill
|
||||
- etc/ssh/ssh_host_ed25519_key.clovermill
|
@ -19,6 +19,11 @@ enable_serial_hw: True
|
||||
enable_onewire: False
|
||||
enable_rgpio: False
|
||||
darshan_dev: True
|
||||
ssh_host_key_files:
|
||||
- etc/ssh/ssh_host_rsa_key.clovermine
|
||||
- etc/ssh/ssh_host_dsa_key.clovermine
|
||||
- etc/ssh/ssh_host_ecdsa_key.clovermine
|
||||
- etc/ssh/ssh_host_ed25519_key.clovermine
|
||||
extra_software:
|
||||
- "libglib2.0-dev"
|
||||
- "libncurses-dev"
|
||||
|
Loading…
x
Reference in New Issue
Block a user