Commit message (Collapse) | Author | ||
---|---|---|---|
2023-08-08 | add router role | Egor Tensin | |
2023-08-08 | wireguard: optionally set iptables rules | Egor Tensin | |
2023-08-08 | firewall: reboot on rule changes | Egor Tensin | |
Just restaring netfilter-persistent could break other services depending on iptables, like Docker. Also, I'm not sure why I need a wait_for_connection after a reboot call, so get rid of those. | |||
2023-08-08 | add firewall role | Egor Tensin | |
2023-08-07 | wireguard: persistent_keepalive can be set to false | Egor Tensin | |
2023-08-07 | wireguard: explicitly set SaveConfig=false | Egor Tensin | |
2023-08-07 | wireguard: don't forget to enable the wg-quick service | Egor Tensin | |
2023-08-07 | wireguard: refactoring, support peer endpoints | Egor Tensin | |
2023-08-07 | factor out systemd service editing | Egor Tensin | |
2023-08-06 | linux_status: factor out PPA set up to a separate role | Egor Tensin | |
2023-08-06 | linux_status: support disabling power mgmt | Egor Tensin | |
2023-08-04 | workspace: install make | Egor Tensin | |
2023-08-04 | apt: add a parameter to install packages | Egor Tensin | |
2023-08-04 | add wireguard role | Egor Tensin | |
2023-08-04 | import a couple more roles | Egor Tensin | |
2023-08-04 | import letsencrypt role | Egor Tensin | |
2023-08-04 | import workspace role | Egor Tensin | |
2023-08-04 | import some common roles | Egor Tensin | |