From ca237f2c43e2ccc05e9244db7e4c7f2d1a6ad50b Mon Sep 17 00:00:00 2001 From: Radar231 Date: Sat, 12 Feb 2022 09:38:07 -0500 Subject: [PATCH] changed deb_testing group to just testing updated del_inventory --- del_inventory.yml | 6 +++--- do_updates.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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