From 2c71b15e0044b04a68e18b48be46eaa41ecb2085 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Sun, 16 Feb 2025 19:49:54 +0100 Subject: Remove void non-free update and change homelab's iac's playbook name --- bin/update-everything.sh | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/bin/update-everything.sh b/bin/update-everything.sh index ea9d576..e3f8148 100755 --- a/bin/update-everything.sh +++ b/bin/update-everything.sh @@ -9,7 +9,6 @@ # printf_accross_width # local_update # remote_update -# non_free_update # pip_update # update_scripts_repo # update_whatis_db @@ -53,23 +52,10 @@ remote_update(){ printf_n_notify "remote update" + export ANSIBLE_CONFIG="$HOME/workbench/homelab-iac/ansible/ansible.cfg" ansible-playbook -b \ --inventory-file "$HOME/workbench/homelab-iac/ansible/inventory.yaml" \ - "$HOME/workbench/homelab-iac/ansible/playbooks/apt_update.yml" - -} - - -# Update non-free xbps packages -non_free_update(){ - - printf_n_notify "non-free update" - - pushd ~/workbench/auto-void-packages || exit 1 - ./update-git-repo.sh - cd ../void-packages || exit 1 - ./xbps-src pkg vagrant && $xi --repository=hostdir/binpkgs/nonfree vagrant - popd || exit 1 + "$HOME/workbench/homelab-iac/ansible/playbooks/update_system.yml" } @@ -116,8 +102,6 @@ local_update printf_accross_width "%" remote_update printf_accross_width "%" -non_free_update -printf_accross_width "%" pip_update printf_accross_width "%" update_scripts_repo -- cgit v1.2.3