浏览代码

add command to download upstream roles according to 2022-11-04 changelog

pull/2249/head
mcnesium 3 年前
父节点
当前提交
5b37ebf746
找不到此签名对应的密钥 GPG 密钥 ID: 7D6CC73E428F633F
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      inventory/scripts/ansible-all-hosts.sh

+ 3
- 0
inventory/scripts/ansible-all-hosts.sh 查看文件

@@ -23,6 +23,9 @@ for host in "$root"/inventory/*.yml; do
echo
done

# download upstream roles according to 2022-11-04 changelog
make roles

# run ansible on all captured passwords/hosts
for host in "${!pws[@]}"; do
ansible-playbook "$root"/setup.yml \


正在加载...
取消
保存