summaryrefslogtreecommitdiffstats
path: root/devel/Makefile
diff options
context:
space:
mode:
authorSachin Prabhu <sprabhu@redhat.com>2021-04-22 11:54:56 +0100
committerAnoop C S <anoopcs@cryptolab.net>2021-04-23 16:47:09 +0530
commit57b5836b59d5333f85110a9229e840ae1af88b3c (patch)
tree1ccf50b13f712c7eedc0c40612efe1f323c497d5 /devel/Makefile
parent16c4d45090bc58415a661ad09880c2f4f52fc77c (diff)
downloadsamba-integration-57b5836b59d5333f85110a9229e840ae1af88b3c.tar.gz
samba-integration-57b5836b59d5333f85110a9229e840ae1af88b3c.tar.xz
samba-integration-57b5836b59d5333f85110a9229e840ae1af88b3c.zip
Setup CentOS7 Samba build environment
Setup samba build environments on CentOS 7 storage* vms. This is useful when having to rebuild samba to test build failures on the system setup. Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 98d0e12..777ca3c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2,3 +2,6 @@ INVENTORY := ./inventory
fix_ssh:
@ansible-playbook -i ${INVENTORY} fix_ssh.yml
+
+centos7_build_setup:
+ @ansible-playbook -i ${INVENTORY} centos7_build_setup.yml