correction etiquette

This commit is contained in:
Iwan Clément
2018-11-09 15:06:15 +00:00
parent ca6f587284
commit 86b25d3138

View File

@@ -42,7 +42,7 @@ Configure SeLinux:
- match: '^SELINUX=enforcing$' - match: '^SELINUX=enforcing$'
- content: "SELINUX=permissive" - content: "SELINUX=permissive"
pkg.install: Installons K8S sur machine de type RedHat:
cmd.run: cmd.run:
- name: 'setenforce 0;yum install -y kubelet kubeadm kubectl --disableexcludes=kubernetes;systemctl enable kubelet && systemctl start kubelet' - name: 'setenforce 0;yum install -y kubelet kubeadm kubectl --disableexcludes=kubernetes;systemctl enable kubelet && systemctl start kubelet'
{% endif %} {% endif %}