| Commit message (Expand) | Author | Age | Files | Lines |
* | feat(roles/httpd_pre): copy ssl and resolv files to chroot | Romain Gonçalves | 2024-06-30 | 2 | -0/+25 |
* | fix(roles/prerequisites): do not fail on missing python | Romain Gonçalves | 2024-06-30 | 1 | -0/+1 |
* | feat(roles/httpd): enable gzip for static websitesrefactor/server-migration | Romain Gonçalves | 2024-05-26 | 1 | -0/+1 |
* | feat(roles/httpd): add webp mimetype | Romain Gonçalves | 2024-05-26 | 1 | -0/+1 |
* | refactor(roles/_workstation): use shellcheck binary | Romain Gonçalves | 2024-05-15 | 2 | -1/+1 |
* | feat(roles/httpd): append video + audio + pdf mimetypes | Romain Gonçalves | 2024-05-15 | 1 | -0/+3 |
* | feat(roles/cgit): periodically generate age file | Romain Gonçalves | 2024-05-12 | 2 | -3/+30 |
* | fix(roles/cgit): users in www group can commit | Romain Gonçalves | 2024-05-12 | 1 | -1/+1 |
* | feat(roles/sshd_keys): simplify key management | Romain Gonçalves | 2024-05-12 | 2 | -22/+15 |
* | feat(roles/cgit): new variables structure | Romain Gonçalves | 2024-05-12 | 7 | -138/+87 |
* | feat(roles/httpd_pre): add httpd_pre role | Romain Gonçalves | 2024-05-12 | 4 | -0/+105 |
* | feat(roles/nextcloud): automate with occ | Romain Gonçalves | 2024-02-13 | 9 | -251/+340 |
* | feat(roles/redis): add redis role | Romain Gonçalves | 2024-02-13 | 1 | -0/+12 |
* | feat(roles/postgresql): simplify postgresql init | Romain Gonçalves | 2024-02-13 | 6 | -60/+47 |
* | fix(roles/acme): restart relayd on new certificates only | Romain Gonçalves | 2024-02-10 | 1 | -0/+1 |
* | refactor(roles): new variable naming standard | Romain Gonçalves | 2024-02-08 | 28 | -206/+171 |
* | feat(roles/nextcloud): bring back basic nextcloud setup | Romain Gonçalves | 2024-02-08 | 6 | -0/+404 |
* | feat(roles/unix_users): create unix users | Romain Gonçalves | 2024-02-08 | 3 | -0/+73 |
* | feat(roles/hostname): synchronize hostname with inventory hostname | Romain Gonçalves | 2024-02-08 | 1 | -0/+5 |
* | feat(roles/toolbox): install small programms like mosh | Romain Gonçalves | 2024-01-05 | 3 | -0/+23 |
* | feat(roles/relayd): generate ssl keys and dummy certificates | Romain Gonçalves | 2024-01-01 | 2 | -0/+40 |
* | refactor(roles/acme): flatten authority variables | Romain Gonçalves | 2024-01-01 | 4 | -24/+21 |
* | refactor(roles/httpd): merge httpd roles | Romain Gonçalves | 2024-01-01 | 11 | -131/+43 |
* | feat(roles/update): add system update role | Romain Gonçalves | 2023-12-21 | 1 | -0/+16 |
* | feat(roles/prerequisites): make prerequisites a specific role | Romain Gonçalves | 2023-12-21 | 1 | -0/+17 |
* | chore(roles/_workstation): install regular pdfjs packageqwd/devel | Romain Gonçalves | 2023-12-18 | 1 | -1/+1 |
* | chore(roles/_workstation): deprecate wkhtmltopdf | Romain Gonçalves | 2023-12-18 | 1 | -1/+3 |
* | fix(roles/_workstation): install packages from makepkg variable | Romain Gonçalves | 2023-12-18 | 1 | -6/+1 |
* | fix(roles/_workstation): wkhtmltopdf is aur only | Romain Gonçalves | 2023-12-18 | 1 | -1/+0 |
* | feat(roles/_workstation): install jless | Romain Gonçalves | 2023-12-18 | 1 | -1/+2 |
* | fix(roles/_workstation): defaults to empty list for variable | Romain Gonçalves | 2023-12-18 | 1 | -1/+1 |
* | feat(roles/cgit): add argument specs | Romain Gonçalves | 2023-04-02 | 6 | -87/+150 |
* | feat(roles/git): add argument specs | Romain Gonçalves | 2023-04-02 | 4 | -10/+45 |
* | feat(roles/sshd_keys): add argument specs | Romain Gonçalves | 2023-04-02 | 3 | -4/+60 |
* | feat(roles/sshd): add argument specs | Romain Gonçalves | 2023-04-02 | 2 | -2/+34 |
* | feat(roles/acme): add argument specs | Romain Gonçalves | 2023-04-02 | 4 | -29/+80 |
* | feat(roles/relayd): add argument specs | Romain Gonçalves | 2023-04-02 | 5 | -30/+87 |
* | feat(roles/pf): add argument specs | Romain Gonçalves | 2023-04-02 | 5 | -28/+68 |
* | feat(roles/_workstation): install fq for archlinux | Romain Gonçalves | 2023-01-26 | 1 | -0/+1 |
* | refactor(roles/_workstation): enforce changed_when statements | Romain Gonçalves | 2022-12-29 | 4 | -2/+7 |
* | feat(roles/_workstation): add makepkg role | Romain Gonçalves | 2022-12-29 | 8 | -1/+122 |
* | refactor: remove global __services from roles | Romain Gonçalves | 2022-12-21 | 6 | -15/+28 |
* | feat(roles/_workstation): install nix on archlinux | Romain Gonçalves | 2022-12-21 | 1 | -0/+1 |
* | refactor(roles/pf): modular test for open ports | Romain Gonçalves | 2022-12-17 | 3 | -5/+8 |
* | refactor: use notify keywords with list only | Romain Gonçalves | 2022-12-17 | 2 | -2/+4 |
* | feat(roles/acme): only show acme stderr | Romain Gonçalves | 2022-12-17 | 1 | -4/+4 |
* | fix(roles/cgit): key was renamed after module name | Romain Gonçalves | 2022-12-17 | 1 | -3/+3 |
* | fix(roles/sshd): moved ssh key sync in separate role | Romain Gonçalves | 2022-12-17 | 1 | -2/+1 |
* | refactor(roles): force byte conversion by ansible | Romain Gonçalves | 2022-12-17 | 31 | -51/+51 |
* | feat(roles/_workstation): add syncthing role | Romain Gonçalves | 2022-12-17 | 2 | -0/+24 |