From b5e92fc9e3a2b3d2610c12c094334c7488636162 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 1 Oct 2016 17:17:26 +0300 Subject: Modify minipc-router.yml variables for liw home --- ansible/minipc-router.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ansible/minipc-router.yml b/ansible/minipc-router.yml index 936c9ce..5a3dae5 100644 --- a/ansible/minipc-router.yml +++ b/ansible/minipc-router.yml @@ -6,7 +6,7 @@ vars: # Hostname of the router. - hostname: router + hostname: valkama # The Debian mirror to use. debian_mirror: http://ftp.fi.debian.org/debian @@ -15,13 +15,13 @@ distro: jessie # Your wifi network name (SSID). - ssid: FIXME + ssid: Valkama # Your country code for wifi. - country: FIXME + country: FI # Your passphrase for wifi. - wifi_passphrase: FIXME + wifi_passphrase: "{{ lookup('pipe', 'pass show liw/wifi') }}" # Wireless device, check `iwconfig` interface: wlan0 -- cgit v1.2.1