Use 0755 mode for binaries

This commit is contained in:
Antoine Legrand
2015-12-17 22:46:50 +01:00
parent a003d91576
commit 184bb8c94d
5 changed files with 8 additions and 5 deletions

View File

@@ -4,9 +4,12 @@
roles:
- { role: download, tags: download }
- hosts: k8s-cluster
- hosts: etcd
roles:
- { role: etcd, tags: etcd }
- hosts: k8s-cluster
roles:
- { role: docker, tags: docker }
- { role: dnsmasq, tags: dnsmasq }
- { role: network_plugin, tags: ['calico', 'flannel', 'network'] }