diff --git a/del_inventory.yml b/del_inventory.yml index 6d0145e..f4cfbee 100644 --- a/del_inventory.yml +++ b/del_inventory.yml @@ -36,14 +36,14 @@ all: ansible_host: 192.168.7.101 octoprint: ansible_host: 192.168.7.104 - deb_testing: + testing: hosts: - deb-bullseye: - ansible_host: 192.168.7.91 deb-testing: ansible_host: 192.168.7.92 deb-sid: ansible_host: 192.168.7.93 + u2004svr: + ansible_host: 192.168.7.94 remote: hosts: jmc: diff --git a/do_updates.sh b/do_updates.sh index 4014b9e..ad41c69 100755 --- a/do_updates.sh +++ b/do_updates.sh @@ -10,5 +10,5 @@ logDir="$HOME/logs" mkdir -p $logDir -ansible-playbook -i del_inventory.yml --limit local,remote,k8s,deb_testing updates.yml 2>&1 | tee -a ${logDir}/updates_${curDate}.log +ansible-playbook -i del_inventory.yml --limit local,remote,k8s,testing updates.yml 2>&1 | tee -a ${logDir}/updates_${curDate}.log