Revert comments

This commit is contained in:
hybris 2019-01-28 18:05:20 +01:00
parent d554120e31
commit 490cb5c3e6
2 changed files with 7 additions and 7 deletions

View File

@ -6,9 +6,9 @@
become: yes become: yes
roles: roles:
# - dns - dns
# - proxy - proxy
# - kubernetes - kubernetes
tasks: tasks:

View File

@ -31,7 +31,7 @@
- debug: - debug:
var: k8s_ca_cert_hash var: k8s_ca_cert_hash
# - name: join nodes to cluster - name: join nodes to cluster
# shell: kubeadm join [2001:470:6d:22c:42::1]:6443 --token {{ k8s_token }} --discovery-token-ca-cert-hash sha256:{{ k8s_ca_cert_hash }} shell: kubeadm join [2001:470:6d:22c:42::1]:6443 --token {{ k8s_token }} --discovery-token-ca-cert-hash sha256:{{ k8s_ca_cert_hash }}
# delegate_to: "{{ item }}" delegate_to: "{{ item }}"
# with_items: "{{ k8s-nodes }}" with_items: "{{ k8s-nodes }}"