Sfoglia il codice sorgente

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

pull/2249/head
mcnesium 3 anni fa
parent
commit
5b37ebf746
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 7D6CC73E428F633F
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      inventory/scripts/ansible-all-hosts.sh

+ 3
- 0
inventory/scripts/ansible-all-hosts.sh Vedi File

@@ -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 \


Caricamento…
Annulla
Salva