aboutsummaryrefslogtreecommitdiffstats
path: root/roles/linux_laptop/defaults/main.yml
blob: b00383576f475994f7e40ea3e4720bbe0fec874a (plain)
1
2
3
4
5
6
7
8
9
linux_laptop_access_group: role-linux-desktop-access
linux_laptop_wifi_ssid: '{{ wifi_ssid }}'
linux_laptop_wifi_ip: '{{ ip }}'
linux_laptop_wifi_prefix: "{{ vlan.cidr | ansible.utils.ipaddr('prefix') }}"
linux_laptop_wifi_gateway: '{{ vlan.gateway }}'
linux_laptop_wifi_domain: '{{ domain }}'
linux_laptop_wifi_dns_servers: '{{ vlan.dns_servers }}'
linux_laptop_wlan_device: wlan0
linux_laptop_dirty_writeback_centisecs: 6000