Skip to content
Snippets Groups Projects
Unverified Commit b0a5f265 authored by Martin Zobel-Helas's avatar Martin Zobel-Helas Committed by GitHub
Browse files

Honor bastion host config from inventary (#5522)

Before this commit, the bastion entry in the inventary was not honored,
so machines behind firewalls or with unrouted addresses were not
reachable for ansible.
parent 8800eb34
No related branches found
No related tags found
No related merge requests found
---
- hosts: bastion[0]
gather_facts: False
roles:
- { role: kubespray-defaults}
- { role: bastion-ssh-config, tags: ["localhost", "bastion"]}
- hosts: kube-master[0]
tags:
- "provision"
roles:
- { role: kubespray-defaults}
- { role: provision }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment