No description
  • Shell 67.3%
  • Just 16.7%
  • Python 15.7%
  • Jinja 0.3%
Find a file
Luca Bilke c175181160
All checks were successful
Ansible Lint / lint (push) Successful in 26s
add openspec
2026-06-24 19:25:31 +02:00
.forgejo/workflows fix pipeline 2026-01-22 21:30:27 +01:00
files create panasonic-remote service 2026-06-19 13:07:12 +02:00
group_vars add openspec 2026-06-24 19:25:31 +02:00
host_vars add tv remote for asmara 2026-06-13 14:11:58 +00:00
iso cleanup 2026-05-27 16:00:24 +02:00
roles bugfix boot formatting partition path 2026-06-16 15:22:26 +02:00
scripts fix wipe.sh arg error messages 2026-06-12 19:48:20 +02:00
templates/root/core/etc/bluetooth configure role refactor 2026-05-29 18:28:09 +02:00
.ansible-lint experimental bootstrap installation 2024-11-22 18:07:11 +01:00
.gitignore adjust gitignore 2026-06-05 20:37:19 +02:00
.gitmodules rework for bootstrap iso creation 2024-11-21 18:27:59 +01:00
ansible.cfg add user dirs, runlog 2026-06-05 20:29:23 +02:00
bootstrap.yml correct user for dotsync secret templating 2026-06-24 18:54:46 +02:00
configure.yml streamline bootstrap process 2026-05-27 16:00:48 +02:00
inventory.yml cleanup 2026-05-29 16:51:25 +02:00
justfile simplify justfile 2026-06-12 19:44:27 +02:00
pyproject.toml bugfix playbooks 2026-04-24 02:13:53 +02:00
README.md update README.md 2026-06-10 23:20:52 +02:00
requirements.yml correct vim modestring 2025-02-20 17:18:32 +01:00
uv.lock bugfix playbooks 2026-04-24 02:13:53 +02:00

ansible-workstation

Fresh installation from live ISO

  1. Update host_vars/{hostname}.yml

  2. Set up your internet connection

    sudo just wifi_qr # to set up wifi from a qr code
    sudo nmtui # to set up wifi with a UI
    
  3. Unlock rbw for the root user

    sudo just rbw_unlock
    
  4. Install linux onto a disk

    sudo just bootstrap ${hostname} ${target_disk}
    

Secure Boot setup

  1. Make sure system is in secure boot setup mode and grub has already been installed.
  2. just setup_secure_boot