Ansible playbook for configuring a fresh install of Raspbian
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rpi-ansible/host_vars/rpi-02

28 lines
598 B

---
hostname: "rpi-02"
domain: "local"
locale: "en_US.UTF-8"
timezone: "Africa/Johannesburg"
xkblayout: "us"
wifi_country: "US"
enable_gui: False
enable_autologin: False
enable_bootwait: True
enable_bootsplash: False
enable_camera: False
enable_vnc: False
enable_spi: False
enable_i2c: False
enable_serial: True
enable_serial_hw: True
enable_onewire: False
enable_rgpio: False
ssh_host_key_files:
- etc/ssh/ssh_host_rsa_key.rpi-02
- etc/ssh/ssh_host_dsa_key.rpi-02
- etc/ssh/ssh_host_ecdsa_key.rpi-02
- etc/ssh/ssh_host_ed25519_key.rpi-02
extra_software:
- "w3m"
- "irssi"
- "screen"