Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cyber-sandbox-creator
Manage
Activity
Members
Labels
Plan
Issues
10
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MUNI-KYPO-CSC
cyber-sandbox-creator
Commits
390f5d58
Commit
390f5d58
authored
3 years ago
by
Attila Farkas
Browse files
Options
Downloads
Patches
Plain Diff
Remove duplicate attribute
parent
2b96081a
No related branches found
No related tags found
1 merge request
!32
Version 2.0.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sandboxcreator/resources/files/playbook.yml
+1
-17
1 addition, 17 deletions
sandboxcreator/resources/files/playbook.yml
with
1 addition
and
17 deletions
sandboxcreator/resources/files/playbook.yml
+
1
−
17
View file @
390f5d58
...
...
@@ -48,23 +48,7 @@
become
:
yes
become_method
:
runas
become_user
:
windows
vars
:
ansible_become_pass
:
vagrant
tasks
:
-
name
:
Configure routes
include_role
:
name
:
interface
loop
:
'
{{
routes
}}'
loop_control
:
loop_var
:
interface
vars
:
interface_configuration_type
:
static
interface_default_gateway
:
'
{{
interface.interface_default_gateway
|
default('
'
'
'
)
}}'
interface_identification
:
'
{{
interface.interface_ip
}}'
interface_routes
:
'
{{
interface.interface_routes
|
default([])
}}'
interface_static_ip
:
'
{{
interface.interface_ip
}}'
interface_static_netmask
:
'
{{
interface.interface_netmask
}}'
tasks
:
[]
-
name
:
Border router configuration
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment