소스 검색

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

pull/2249/head
mcnesium 3 년 전
부모
커밋
5b37ebf746
No known key found for this signature in database 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 \


불러오는 중...
취소
저장