summaryrefslogtreecommitdiff
path: root/TODO.txt
AgeCommit message (Collapse)Author
2024-06-23Introduce sysupgrade playbookDmitry Ilvokhin
Playbook sysupgrade.yml is a attempt to do automatic full system upgrade. Currently logic is completely automated for happy path. 1. Shutdown machine. 2. Take snapshot from the machine. 3. Power on machine back. 4. Update archlinux-keyring. 5. Upgrade everything. 6. Reboot. If something is working, then we are done. Otherwise, restore from snapshot manually and try to figure out what went wrong.
2024-06-15Add irssi setup to TODO.txtDmitry Ilvokhin
2024-06-15Remove item about wireguard iface names from TODODmitry Ilvokhin
2024-06-14Cleanup TODO.txt fileDmitry Ilvokhin
2024-06-09Update TODO.txt with Tor setup referencesDmitry Ilvokhin
2024-04-20Remove fail2ban installation from TODODmitry Ilvokhin
Decided not to do it after reading ArchWiki.
2024-04-20Use systemd service instead of service for certbotDmitry Ilvokhin
To properly reload systemd in case of changes in unit file.
2024-04-20Add paccache role to all hostsDmitry Ilvokhin
2024-04-14Add `systemctl daemon-reload` item in TODODmitry Ilvokhin
2024-04-07Update TODO with items to do laterDmitry Ilvokhin
2024-02-24Add dotfiles section to TODODmitry Ilvokhin
2023-12-20Add references to TODO.txtDmitry Ilvokhin
2023-12-19Move basic role to essentialDmitry Ilvokhin
2023-12-18Initial commitDmitry Ilvokhin
Add necessary files.