This repository has been archived on 2024-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
setup/Makefile

5 lines
82 B
Makefile
Raw Normal View History

2022-11-25 23:32:24 +00:00
run:
ansible-playbook playbooks/setup.yml -i inventory/hosts.yml -K
.PHONY: run