-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_config_vlan.yml
More file actions
44 lines (38 loc) · 902 Bytes
/
test_config_vlan.yml
File metadata and controls
44 lines (38 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
- name: config vlan
hosts: switch_mikrotik
gather_facts: false
ignore_errors: true
roles:
- role: config_vlan
vlan_id: 333
bridge: bridge
action: add
submenu: vlan
- role: config_vlan
numbers_vlan: 5
action: disable
submenu: vlan
- role: config_vlan
numbers_vlan: 5
action: enable
submenu: vlan
- role: config_vlan
numbers_vlan: 5
vlan_id: 444
bridge: bridge
action: set
submenu: vlan
- role: config_vlan
numbers_vlan: 5
interface: ether17
action: set
submenu: tagged-interface
- role: config_vlan
numbers_vlan: 5
interface: ether17
action: set
submenu: untagged-interface
- role: config_vlan
numbers_vlan: 5
action: remove
submenu: vlan