summaryrefslogtreecommitdiffstats
path: root/ansible/rke.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/rke.yml')
-rw-r--r--ansible/rke.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/ansible/rke.yml b/ansible/rke.yml
index 13e7bb5b..ab6c0bb5 100644
--- a/ansible/rke.yml
+++ b/ansible/rke.yml
@@ -2,6 +2,13 @@
- name: Gather facts for all hosts
hosts: all
+- name: Configure etcd (RKE)
+ hosts: kubernetes-etcd
+ roles:
+ - role: rke
+ vars:
+ mode: etcd
+
- name: Configure kubernetes cluster (RKE)
hosts: infrastructure
roles: