helper target, to ping all demo servers at one Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
10 lines
No EOL
396 B
Makefile
10 lines
No EOL
396 B
Makefile
install:
|
|
ansible-galaxy collection install -r requirements.yml -p collections
|
|
|
|
ping_demo:
|
|
echo "# pinging demo-gymburgdorf"
|
|
ansible all -i inventories/demo-gymburgdorf/hosts.yml -m ping || true
|
|
echo "# pinging demo-mbazürich"
|
|
ansible all -i inventories/demo-mbazürich/hosts.yml -m ping || true
|
|
echo "# pinging demo-phbern"
|
|
ansible all -i inventories/demo-phbern/hosts.yml -m ping || true
|