summaryrefslogtreecommitdiff
path: root/ansible/minipc-router.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/minipc-router.yml')
-rw-r--r--ansible/minipc-router.yml8
1 files 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