summaryrefslogtreecommitdiffstats
path: root/devel/Makefile
blob: 777ca3c1b4a85c3156d2d594c899fe87400c2d22 (plain)
1
2
3
4
5
6
7
INVENTORY := ./inventory

fix_ssh:
	@ansible-playbook -i ${INVENTORY} fix_ssh.yml

centos7_build_setup:
	@ansible-playbook -i ${INVENTORY} centos7_build_setup.yml