Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 883 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 883 Bytes

Setup

  1. Install Ansible: pip3 install ansible.
  2. Install requirements: ansible-galaxy collection install -r requirements.yml
  3. Run the playbook: ansible-playbook main.yml

List of tasks

  • Configure hostname
  • Configure user / password
  • Setup SSH key
  • Distribution upgrade
  • EEPROM firmware update
  • Setup unattended upgrades
  • Setup timezone
  • Setup locale
  • Setup tmpfs mounts
  • Enable/Disable Bluetooth
  • Enable/Disable WiFi
  • Overclock
  • Modify custom boot config parameters
  • Install Docker
  • Install rpi-monitor
  • Install zram

CI status