Skip to content

Commit

Permalink
Merge pull request #73 from leifmadsen/master
Browse files Browse the repository at this point in the history
Clean up some missing values
  • Loading branch information
leifmadsen authored Oct 20, 2017
2 parents f0c8fe1 + 41e4e09 commit 3d198b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kube-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@
become_user: root
tasks: []
roles:
- { role: kubectl-proxy-systemd }
- { role: kubectl-proxy-systemd }
2 changes: 1 addition & 1 deletion roles/vm-spinup/templates/vms.local.j2
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kube-node-3
[all_vms:vars]
ansible_user=centos
{% if ssh_proxy_enabled %}
ansible_ssh_common_args='-o ProxyCommand="ssh {% if ssh_proxy_port %}-p {{ ssh_proxy_port }}{% endif %} -W %h:%p {{ ssh_proxy_user }}@{{ ssh_proxy_host }}"'
ansible_ssh_common_args='-o ProxyCommand="ssh{% if ssh_proxy_port is defined %}-p {{ ssh_proxy_port }}{% endif %} -W %h:%p {{ ssh_proxy_user }}@{{ ssh_proxy_host }}"'
{% endif %}
{% if vm_ssh_key_path is defined %}
ansible_ssh_private_key_file={{ vm_ssh_key_path }}
Expand Down

0 comments on commit 3d198b2

Please sign in to comment.