No description
  • Shell 60.5%
  • Just 20.9%
  • Python 18.3%
  • Jinja 0.3%
Find a file
Luca Bilke ee6d5ab3ba
All checks were successful
Ansible Lint / lint (push) Successful in 19s
properly remove resolv.conf
2026-06-09 18:55:44 +02:00
.forgejo/workflows fix pipeline 2026-01-22 21:30:27 +01:00
files add user dirs, runlog 2026-06-05 20:29:23 +02:00
group_vars fix dotsync tasks 2026-06-09 18:40:07 +02:00
host_vars bugfixes for configure role 2026-05-29 19:25:30 +02:00
iso cleanup 2026-05-27 16:00:24 +02:00
roles properly remove resolv.conf 2026-06-09 18:55:44 +02:00
scripts Update dotsync script 2026-06-09 18:42:52 +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 replace hooks with post_tasks 2026-06-09 18:01:21 +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 fix update_dotsync recipe 2026-06-09 18:00:54 +02:00
pyproject.toml bugfix playbooks 2026-04-24 02:13:53 +02:00
README.md update readme, justfile 2026-05-25 15:32:05 +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 rbw

    rbw config set email ${email}
    rbw config set base_url ${base_url}
    rbw login
    
  3. Install linux onto a disk

    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 /mnt