Browse Source

Add bastion host definitions (#1621)

* Add comment line and documentation for bastion host usage

* Take out unneeded sudo parm

* Remove blank lines

* revert changes

* take out disabling of strict host checking
pull/1635/head
Tennis Smith 7 years ago
committed by Matthew Mosesohn
parent
commit
a47aaae078
1 changed files with 5 additions and 0 deletions
  1. 5
      contrib/terraform/aws/README.md

5
contrib/terraform/aws/README.md

@ -36,6 +36,11 @@ terraform apply -var-file=credentials.tfvars -var 'loadbalancer_apiserver_addres
- Terraform automatically creates an Ansible Inventory file called `hosts` with the created infrastructure in the directory `inventory`
- Ansible will automatically generate an ssh config file for your bastion hosts. To make use of it, make sure you have a line in your `ansible.cfg` file that looks like the following:
```commandline
ssh_args = -F ./ssh-bastion.conf -o ControlMaster=auto -o ControlPersist=30m
```
- Once the infrastructure is created, you can run the kubespray playbooks and supply inventory/hosts with the `-i` flag.
Example (this one assumes you are using CoreOS)

Loading…
Cancel
Save