mirror of
https://github.com/paulscherrerinstitute/sf_daq_broker.git
synced 2026-05-11 22:45:37 +02:00
7 lines
82 B
Bash
Executable File
7 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
|
|
for i in daq9 daq10 daq12 daq13
|
|
do
|
|
ansible-playbook $i.yml
|
|
done
|