web_build: Use yaml version of hosts
This commit is contained in:
parent
9739a03983
commit
db5b6cb379
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
SRC=/srv/web-build
|
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 } }')
|
awk '{ if ($2 == "") { print $1 } }')
|
||||||
|
|
||||||
for site in "$SRC"/* ; do
|
for site in "$SRC"/* ; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue