README: move TODO section out

This commit is contained in:
Hoang Nguyen 2022-09-03 17:30:52 +07:00
parent 4dcca81110
commit b2abb4cfd6
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
4 changed files with 25 additions and 9 deletions

View File

@ -61,14 +61,6 @@ $ sudo ansible-playbook -v setup.yml
- The playbook is intended to be run as **root**. It is separated from [dotfiles-ansible](/FollieHiyuki/dotfiles-ansible), which should only be run as a normal user.
## ✅ TODO
- [ ] ZFS on root
- [ ] EFI secure boot
- [ ] /etc/security/access.conf (maybe?)
- [ ] snapper / btrbk (rootfs=btrfs)
- [ ] auditd
## 📄 License
MIT

24
TODO.md Normal file
View File

@ -0,0 +1,24 @@
# TODO
Stuff that are planned to be changed.
## Configuration
- [ ] ZFS on root
- [ ] EFI secure boot (also sign fwupd efi binary)
- [ ] /etc/security/access.conf (maybe?)
- [ ] snapper / btrbk (rootfs=btrfs)
- [ ] auditd
- [ ] booster
- [ ] Refactor grub role (to support other bootloader options)
- [ ] refind / efistub / zfsbootmenu
- [ ] Other options than udhcp (connman / networkmanager)
## Cosmetic
- [ ] Vagrantfiles --> Packer + Terraform (zfs + btrfs VMs)
- [ ] Self-built kernels (e.g. RT kernels)
## Just in case I forget
- [ ] nftables with rootful podman (<https://github.com/greenpau/cni-plugins>)

View File

@ -1,5 +1,5 @@
[defaults]
inventory = ./hosts
inventory = ./inventory
gathering = explicit
display_skipped_hosts = False
host_key_checking = False

View File