From ef137489a2af825da682169ed3a532c452e4f68c Mon Sep 17 00:00:00 2001 From: Ivan Dolgov Date: Tue, 13 Sep 2016 11:51:32 +0300 Subject: Add hotspot --- ansible/roles/hotspot/defaults/main.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ansible/roles/hotspot/defaults/main.yml (limited to 'ansible/roles/hotspot/defaults/main.yml') diff --git a/ansible/roles/hotspot/defaults/main.yml b/ansible/roles/hotspot/defaults/main.yml new file mode 100644 index 0000000..a413af9 --- /dev/null +++ b/ansible/roles/hotspot/defaults/main.yml @@ -0,0 +1,17 @@ +# Your network SSID +ssid: Caprica +# Your country code +country: FI +# Your passphrase +passphrase: "{{ lookup('pipe', 'pass show office_network/wifi') }}" +# Wireless device, check `iwconfig` +interface: wlan0 +# Set if interface is a bridge, leave empty otherwise +bridge: br0 +# IEEE 802.11 operation mode +# Supported modes: a, b, g, ad +mode: g +# Enable 802.11n, if supported by chipset +ieee80211n: 1 +# Channel to use, check `iw list` +channel: 2 -- cgit v1.2.1