web_build: Use yaml version of hosts

This commit is contained in:
Timo Makinen 2022-10-25 17:58:44 +00:00
parent 9739a03983
commit db5b6cb379

View file

@ -1,7 +1,7 @@
#!/bin/bash
SRC=/srv/web-build
PROXIES=$(ansible -i /srv/ansible/hosts proxy --list-hosts | \
PROXIES=$(ansible -i /srv/ansible/hosts.yml proxy --list-hosts | \
awk '{ if ($2 == "") { print $1 } }')
for site in "$SRC"/* ; do