aboutsummaryrefslogtreecommitdiffstats
path: root/roles/linux_laptop/defaults/main.yml
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-02-04 01:23:43 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-02-04 01:52:13 -0500
commit0261e875679f1bf63c8d689da7fc7e014597885d (patch)
tree3f19cd74a0c1070944f75437f30b098d6ef2ffcb /roles/linux_laptop/defaults/main.yml
downloadselfhosted-0261e875679f1bf63c8d689da7fc7e014597885d.tar.gz
selfhosted-0261e875679f1bf63c8d689da7fc7e014597885d.zip
initial commit
Diffstat (limited to 'roles/linux_laptop/defaults/main.yml')
-rw-r--r--roles/linux_laptop/defaults/main.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/linux_laptop/defaults/main.yml b/roles/linux_laptop/defaults/main.yml
new file mode 100644
index 0000000..adaa6b2
--- /dev/null
+++ b/roles/linux_laptop/defaults/main.yml
@@ -0,0 +1,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: '{{ ansible_domain }}'
+linux_laptop_wifi_dns_servers: '{{ vlan.dns_servers }}'
+linux_laptop_wlan_device: wlan0
+linux_laptop_dirty_writeback_centisecs: 6000