Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
goffinet committed Nov 30, 2021
1 parent f0bae1f commit 0a802e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ ansible.log
.DS_Store
playbooks/configs/build
tests/push_image.sh
archives/
8 changes: 4 additions & 4 deletions playbooks/lab_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
telnet:
host: "{{ nodes_inventory[inventory_hostname]['server'] }}"
port: "{{ nodes_inventory[inventory_hostname]['console_port'] }}"
login_prompt: "centos8 login:"
login_prompt: "localhost login:"
user: "{{ ansible_user }}"
password: "{{ ansible_password }}"
send_newline: yes
Expand All @@ -148,11 +148,11 @@
post_login: 60
login_prompt: 30
config_dialog: 30
- name: "Pause for 3 minutes to build all nodes"
pause:
minutes: 3
tags:
- provision
- name: "Pause for 5 minutes to build all nodes"
pause:
minutes: 5
- name: "Stop all nodes"
gns3_project:
url: "{{ gns3_url }}"
Expand Down
2 changes: 1 addition & 1 deletion tests/create_all_labs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $ans inventories/custom/ccna_remote/hosts
$ans inventories/custom/etherchannel/hosts
$ans inventories/custom/ospf_multiarea/hosts
$ans inventories/custom/ospf_neighbors/hosts
$ans inventories/custom/osseclab/hosts
#$ans inventories/custom/osseclab/hosts
$ans inventories/custom/startup_ios/hosts
$ans inventories/custom/startup_linux/hosts
$ans inventories/custom/tripod_l2/hosts
Expand Down

0 comments on commit 0a802e9

Please sign in to comment.