Skip to content
Snippets Groups Projects
Unverified Commit 54dfe73d authored by Sander Klein's avatar Sander Klein Committed by GitHub
Browse files

Add bastion support to remove-node.yml (#8504)

Somehow bastion support for remove-node.yml was missing.

This commit adds it.
parent 87928baa
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,13 @@
- name: Ensure compatibility with old groups
import_playbook: legacy_groups.yml
- hosts: bastion[0]
gather_facts: False
environment: "{{ proxy_disable_env }}"
roles:
- { role: kubespray-defaults }
- { role: bastion-ssh-config, tags: ["localhost", "bastion"] }
- hosts: "{{ node | default('etcd:k8s_cluster:calico_rr') }}"
gather_facts: no
tasks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment