diff --git a/Makefile b/Makefile index 66ba5e1..a7f5bfc 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,10 @@ install: ansible-galaxy collection install -r requirements.yml -p collections -run-site: - ansible-playbook -i inventories/prod/hosts.ini playbooks/site.yml - -run-site-dev: - ansible-playbook -i inventories/dev/hosts.ini playbooks/site.yml \ No newline at end of file +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 \ No newline at end of file