-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
using built-in modules and icnreasing delay to 10 seconds
automating gns3 setup with Ansible automating gns3 setup with Ansible automating GNS3 setup with Ansible
- Loading branch information
1 parent
6712265
commit 2e8aeb9
Showing
4 changed files
with
128 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
provisioning/virtual-machines/ansible/roles/gns3/files/cisco-c2961.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"name":"Cisco 2961", | ||
"compute_id":"local", | ||
"platform":"c2691", | ||
"image":"c2691-advipservicesk9-mz.124-25c.image", | ||
"ram":192, | ||
"slot0":"GT96100-FE", | ||
"slot1":"NM-16ESW", | ||
"disk0":4, | ||
"disk1":0, | ||
"template_type":"dynamips" | ||
} |
10 changes: 10 additions & 0 deletions
10
provisioning/virtual-machines/ansible/roles/gns3/files/docker.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"name": "Linux host", | ||
"compute_id": "local", | ||
"template_type": "docker", | ||
"adapters": 1, | ||
"category": "guest", | ||
"console_type": "telnet", | ||
"image": "praqma/network-multitool:latest", | ||
"start_command": "sh" | ||
} |
8 changes: 8 additions & 0 deletions
8
provisioning/virtual-machines/ansible/roles/gns3/files/gns3.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[Unit] | ||
Description=GNS3 Server | ||
|
||
[Service] | ||
ExecStart=/usr/bin/gns3server | ||
|
||
[Install] | ||
WantedBy=multi-user.target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters