-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_config_wireless_1.yml
More file actions
45 lines (38 loc) · 1.16 KB
/
test_config_wireless_1.yml
File metadata and controls
45 lines (38 loc) · 1.16 KB
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
45
- name: "change_hostname"
hosts: router_local
gather_facts: false
ignore_errors: true
roles:
- role: config_interface_wireless
security_profile: Profile_TEST
password: rerfefereetg34342
mode: dynamic-keys
submenu: profile
action: add
- role: config_interface_wireless
wireless_interface: test_wlan
ssid: TEST_SSID
mode: ap-bridge
security_profile: Profile_TEST
hide_ssid: 'no' #все no , yes в скобочках!
submenu: interface
action: set
- role: config_interface_wireless
wireless_interface: test_wlan
submenu: interface
action: disable
- role: config_interface_wireless
wireless_interface: test_wlan
submenu: interface
action: enable
- role: config_interface_wireless
security_profile: Profile_TEST
rename_security_profile: Profile_TEST1
password: rer3445466757
mode: dynamic-keys
submenu: profile
action: set
- role: config_interface_wireless
security_profile: Profile_TEST1
submenu: profile
action: remove