move deb testing vms to deb_testing group

This commit is contained in:
Radar231 2022-01-28 08:13:19 -05:00
parent c82e6868a5
commit 325ef6d45d
2 changed files with 27 additions and 5 deletions

View File

@ -32,16 +32,18 @@ all:
ansible_host: 192.168.7.33
npm:
ansible_host: 192.168.7.40
cat:
ansible_host: 192.168.7.101
octoprint:
ansible_host: 192.168.7.104
deb_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
cat:
ansible_host: 192.168.7.101
octoprint:
ansible_host: 192.168.7.104
remote:
hosts:
jmc:
@ -143,5 +145,25 @@ all:
ansible_host: 192.168.7.56
node-7-rpi4:
ansible_host: 192.168.7.57
lxd:
hosts:
reddwarf:
ansible_host: 192.168.7.10
starbug:
ansible_host: 192.168.7.15
holly:
ansible_host: 192.168.7.24
lister:
ansible_host: 192.168.7.25
hollister:
ansible_host: 192.168.7.26
laptop_servers:
hosts:
holly:
ansible_host: 192.168.7.24
lister:
ansible_host: 192.168.7.25
hollister:
ansible_host: 192.168.7.26
# EOF

View File

@ -10,5 +10,5 @@ logDir="$HOME/logs"
mkdir -p $logDir
ansible-playbook -i del_inventory.yml --limit local,remote,k8s updates.yml 2>&1 | tee -a ${logDir}/updates_${curDate}.log
ansible-playbook -i del_inventory.yml --limit local,remote,k8s,deb_testing updates.yml 2>&1 | tee -a ${logDir}/updates_${curDate}.log