diff --git a/cluster.yml b/cluster.yml index 09f6043adb6d69439ce89a1a8fd47f98503d0674..1305ab450001632a83cd843ae64cbac00d9ec751 100644 --- a/cluster.yml +++ b/cluster.yml @@ -26,7 +26,7 @@ setup: delegate_to: "{{item}}" delegate_facts: True - with_items: "{{ groups['k8s-cluster'] + groups['etcd'] + groups['calico-rr'] }}" + with_items: "{{ groups['k8s-cluster'] + groups['etcd'] }}" - hosts: k8s-cluster:etcd:calico-rr any_errors_fatal: "{{ any_errors_fatal | default(true) }}" diff --git a/contrib/terraform/aws/templates/inventory.tpl b/contrib/terraform/aws/templates/inventory.tpl index 2bb772549a63269c47e224d0dddf61ac998aa758..20a8a69a6af86d68322e5844fd55c2c21037ba5c 100644 --- a/contrib/terraform/aws/templates/inventory.tpl +++ b/contrib/terraform/aws/templates/inventory.tpl @@ -24,4 +24,4 @@ kube-master [k8s-cluster:vars] -${elb_api_fqdn} +${elb_api_fqdn} \ No newline at end of file