Skip to content

Commit

Permalink
Change cli to ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-dileo committed Apr 27, 2016
1 parent eb1d6b2 commit ccac79f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You'll answer a few basic questions to help get your files setup.

```
What is the IP or FQDN of your EOS device?: 172.16.130.201
How would you like to connect to the switch? [cli|http|https]: http
How would you like to connect to the switch? [ssh|http|https]: http
EOS Username?: admin
EOS password?:
Do we need to run 'enable' upon login? [yes|no]: no
Expand Down
4 changes: 2 additions & 2 deletions setup_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
connection: local

vars:
version: 1.0.1
version: 1.0.0

vars_prompt:
- name: "host_addr"
prompt: "What is the IP or FQDN of your EOS device?"
private: no

- name: "transport"
prompt: "How would you like to connect to the switch? [cli|http|https]"
prompt: "How would you like to connect to the switch? [ssh|http|https]"
private: no

- name: "username"
Expand Down
2 changes: 1 addition & 1 deletion templates/groupvarsall.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ provider:
use_ssl: yes
transport: eapi
{% else %}
transport: {{ transport }}
transport: cli
{% endif %}

eos_purge_vlan_trunk_groups: yes
Expand Down

0 comments on commit ccac79f

Please sign in to comment.