reference-ansible/Makefile
Bert-Jan Fikse 1641956dd2
chore: add ping_demo Makefile target
helper target, to ping all demo servers at one

Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
2026-03-27 18:14:05 +01:00

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