Maksym Buz mbuz
  • Joined on 2025-08-23
mbuz created repository Zabbix/partitioning 2026-02-19 12:09:51 +00:00
mbuz pushed to main at Homelab/Ansible 2026-02-12 17:53:42 +00:00
ddc92f05f0 Ansible: Removed host europol-srv (151) from inventory
mbuz pushed to main at Homelab/Ansible 2026-02-12 17:53:21 +00:00
eb51fef2c2 Ansible: Added host europol-srv to inventory
mbuz pushed to main at Homelab/Ansible 2026-02-12 17:38:42 +00:00
ea81eb21d9 Ansible: Added host zbxsrv-europol to inventory
mbuz pushed to main at Homelab/Ansible 2026-02-12 17:34:05 +00:00
778080865d Ansible: Removed host zbxsrv-europol (150) from inventory
mbuz pushed to main at Homelab/Ansible 2026-02-12 12:53:13 +00:00
4d119920ec Ansible: Added host zbxsrv-europol to inventory
mbuz pushed to main at Homelab/Ansible 2026-02-10 10:35:59 +00:00
240e925743 Fix Ansible playbook bugs: update proxmox module, add git pull --rebase
9bf2e08576 Ansible: Added host devbox to inventory
Compare 2 commits »
mbuz pushed to main at Homelab/Docker 2026-01-18 14:45:19 +00:00
a3592181ec fix: Update Siyuan port mapping to 6806 and add a default for SIYUAN_PORT.
mbuz pushed to main at Homelab/Docker 2026-01-18 14:23:26 +00:00
7b096431cf feat: Add Docker Compose configuration for Siyuan with an example environment file.
mbuz pushed to main at Homelab/Ansible 2026-01-04 13:37:59 +00:00
671ad4fc6b feat: Add AdGuard host to Ansible inventory.
mbuz pushed to main at Homelab/Scripts 2026-01-04 13:21:34 +00:00
ba553036fc fix: Directly copy SQLite DB, WAL, and SHM files from the host volume when sqlite3 is unavailable in the container, and update cleanup to include these related files.
mbuz pushed to main at Homelab/Scripts 2026-01-04 12:58:42 +00:00
1151b16e52 feat: Add scripts for Docker cleanup and Vaultwarden database backup.
mbuz pushed to main at Homelab/Ansible 2026-01-04 12:25:44 +00:00
dd6d217c4f chore: Add tailscale-router and remove automate and pi-hole from Ansible inventory.
mbuz pushed to main at Homelab/Ansible 2026-01-04 12:20:59 +00:00
1720a781b7 feat: automatically commit and push new host inventory changes to Git
mbuz pushed to main at Homelab/Ansible 2026-01-04 11:49:53 +00:00
deefc70056 feat: Enhance LXC creation playbook with SSH key injection and new parameters, introduce Ansible configuration, and adjust script paths and secret variable names.
mbuz pushed to main at Homelab/Ansible 2026-01-04 10:57:31 +00:00
5e7073e414 fix: Remove duplicate ansible_user declaration in create_lxc.yml.
mbuz pushed to main at Homelab/Ansible 2026-01-04 10:56:00 +00:00
79737b8598 feat: Inject SSH public keys during LXC creation and switch to key-based authentication.
mbuz pushed to main at Homelab/Ansible 2026-01-04 10:39:51 +00:00
eecac82dcd feat: Secure new LXC containers by configuring user access, SSH keys, and restricting SSH login.
mbuz pushed to main at Homelab/Ansible 2026-01-04 10:33:19 +00:00
334213dc20 refactor: simplify LXC creation prompts and remove the update parameter from the Proxmox task.
mbuz pushed to main at Homelab/Ansible 2026-01-04 10:28:18 +00:00
9e0ba359ec feat: Make LXC CPU cores and memory configurable during creation and refine inventory group insertion regex.