changed deb_testing group to just testing

updated del_inventory
This commit is contained in:
Radar231 2022-02-12 09:38:07 -05:00
parent 325ef6d45d
commit ca237f2c43
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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