summaryrefslogtreecommitdiff
path: root/hosts.yml
AgeCommit message (Collapse)Author
2024-06-29Add all DigitalOcean hosts to sysupgrade playbookDmitry Ilvokhin
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 shell playbook to setup shellboxDmitry Ilvokhin
2024-06-14Finally migrate gate.ilvokhin.comDmitry Ilvokhin
2024-05-19Wireguard overlay network setupDmitry Ilvokhin
Need to migrate away from networkd, because it can't add new wireguard peers now out of the box without hacks. [1]: https://github.com/systemd/systemd/issues/25547
2024-04-19Migrate mail to Ansible based setupDmitry Ilvokhin
2024-02-10Migrate from hosts.ini to hosts.ymlDmitry Ilvokhin