diff --git a/base.yml b/base.yml
old mode 100644
new mode 100755
index d2007046720d3196c7d5edca27f2de0aa8ae171f..6d5f7740bc987669135c3464618d49d3bf4beda2
--- a/base.yml
+++ b/base.yml
@@ -1,3 +1,4 @@
+#!/usr/bin/env ansible-playbook
 ---
 # Common CRANS configuration for all servers
 - hosts: server
diff --git a/clean_servers.yml b/clean_servers.yml
old mode 100644
new mode 100755
index b0aa5cfed8ac901fa7452c31c0e0bf82aa7c15a6..699d3262fa67904c5b09176e74f284531d58aeda
--- a/clean_servers.yml
+++ b/clean_servers.yml
@@ -1,3 +1,4 @@
+#!/usr/bin/env ansible-playbook
 ---
 # This is a special playbook to clean old stuff from BCFG2
 # it will disapear when BCFG2 will disapear
diff --git a/local_facts.yml b/local_facts.yml
old mode 100644
new mode 100755
index 64066560f8e2f6b8cc9893f29ee63c1294ad4a8e..6e3f8a23ca5d6e7d86ac6926785ee75b24375000
--- a/local_facts.yml
+++ b/local_facts.yml
@@ -1,3 +1,4 @@
+#!/usr/bin/env ansible-playbook
 ---
 - hosts: otis.adm.crans.org
   roles:
diff --git a/monitoring.yml b/monitoring.yml
old mode 100644
new mode 100755
index bb4bbc01c4640234a17314f38e25887d419837e5..e60b4f95fbee6cb293206a9a330c4fa9538dff5d
--- a/monitoring.yml
+++ b/monitoring.yml
@@ -1,3 +1,4 @@
+#!/usr/bin/env ansible-playbook
 ---
 # Deploy Prometheus
 - hosts: fyre.adm.crans.org
diff --git a/network.yml b/network.yml
old mode 100644
new mode 100755
index 83bdeb6a22e4cad472b161595181a667f072259d..e48257aa0684333f89695f8876f3cf059e0d8ce9
--- a/network.yml
+++ b/network.yml
@@ -1,3 +1,4 @@
+#!/usr/bin/env ansible-playbook
 ---
 # Deploy tunnel
 - hosts: sputnik.adm.crans.org
diff --git a/re2o-api.yml b/re2o-api.yml
old mode 100644
new mode 100755
index 255e34360cf4e46b63aa8ed4283840917a3a32d8..0952348c390165b10904f935eb2983900a45aeef
--- a/re2o-api.yml
+++ b/re2o-api.yml
@@ -1,3 +1,4 @@
+#!/usr/bin/env ansible-playbook
 ---
 # Deploy keepalived on odlyd
 - hosts: odlyd.adm.crans.org
diff --git a/re2o.yml b/re2o.yml
old mode 100644
new mode 100755
index 219375f0dc4fa55d9b2566b6afe03f6a51afe382..576fc219c1e486f370ac1b8111a9ff88e6e1dbb0
--- a/re2o.yml
+++ b/re2o.yml
@@ -1,3 +1,4 @@
+#!/usr/bin/env ansible-playbook
 ---
 # Deploy Re2o
 - hosts: otis.adm.crans.org
diff --git a/services_web.yml b/services_web.yml
old mode 100644
new mode 100755
diff --git a/tests.yml b/tests.yml
old mode 100644
new mode 100755
index 7afd5cd5c64c4ae5fdbafabd7b8a9a203ed1d40d..89318fe4ca96d5c19d4089e2b7c9d2fcd2ce6bd1
--- a/tests.yml
+++ b/tests.yml
@@ -1,3 +1,4 @@
+#!/usr/bin/env ansible-playbook
 ---
 # Document servers
 - hosts: voyager.adm.crans.org  # test only on voyager for now
diff --git a/upgrade.yml b/upgrade.yml
old mode 100644
new mode 100755
index e124ecfabaf033cdd43452a0012f97027a20d445..49cc415e4866d52a8740970a38334783d129a8aa
--- a/upgrade.yml
+++ b/upgrade.yml
@@ -1,3 +1,4 @@
+#!/usr/bin/env ansible-playbook
 ---
 # This is a special playbook to upgrade a server, be careful!
 - hosts: server,test_vm