diff --git a/README.md b/README.md index 749da0a..12c06c2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -[](https://git.mafyuh.dev/mafyuh/iac/actions) -[](https://git.mafyuh.dev/mafyuh/iac/actions) -[](https://git.mafyuh.dev/mafyuh/iac/actions) -[](https://git.mafyuh.dev/mafyuh/iac/actions) +[](https://git.mafyuh.dev/mafyuh/iac/actions?workflow=yamllint.yml) +[](https://git.mafyuh.dev/mafyuh/iac/actions?workflow=CD.yml) +[](https://git.mafyuh.dev/mafyuh/iac/actions?workflow=ansible-playbooks.yml) +[](https://git.mafyuh.dev/mafyuh/iac/actions?workflow=tofu.yml) [](https://git.mafyuh.dev/renovatebot/renovate/actions) [](https://git.mafyuh.dev/mafyuh/iac/pulls)  @@ -72,11 +72,11 @@ Some good references for how I learned this stuff (other than RTM) ## 🖥️ **Hardware** -| Name | Device | CPU | RAM | Storage | Purpose | -|------------|--------------|----------------|-------------|--------------------------------|--------------------------------| -| Arc-Ripper | Optiplex 3050 | Intel i5-6500 | 32 GB DDR4 | 1TB NVMe | Jellyfin Server, Blu-ray Ripper | -| PVE Node 1 | Custom | Intel i7-9700K | 64 GB DDR4 | NVMe for boot and VMs, 4x4TB HDD RaidZ10 | Main node with most VMs, NAS | -| PVE Node 2 | Custom | Intel i7-8700K | 64 GB DDR4 | 1x2TB NVMe | More VMs | +| Name | Device | CPU | RAM | Storage | GPU | Purpose | +|-------------|----------------|-----------------|--------------|----------------------------------------------|-----------|----------------------------------| +| Arc-Ripper | Optiplex 3050 | Intel i5-6500 | 32 GB DDR4 | 1TB NVMe | Arc A310 | Jellyfin Server, Blu-ray Ripper | +| PVE Node 1 | Custom | Intel i7-9700K | 64 GB DDR4 | NVMe for boot and VMs, 4x4TB HDD RaidZ10 | Nvidia 1660 6GB | Main node with most VMs, NAS | +| PVE Node 2 | Custom | Intel i7-8700K | 64 GB DDR4 | 1x2TB NVMe | Nvidia 1060 GB | More VMs | ## 📌 **To-Do** diff --git a/ansible/playbooks/weekly/apt.yml b/ansible/playbooks/weekly/apt.yml index 3863d29..a8f546d 100644 --- a/ansible/playbooks/weekly/apt.yml +++ b/ansible/playbooks/weekly/apt.yml @@ -9,7 +9,7 @@ - name: Upgrade all packages apt: - upgrade: dist + upgrade: yes - name: Remove unnecessary packages apt: