Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-11-02 20:01:06 +01:00
parent e5a7e4f68c
commit 0627f3ed3f
2 changed files with 7 additions and 6 deletions

View File

@ -45,7 +45,7 @@ slaac private
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# static IP configuration: # static IP configuration:
# denyinterfaces wlan0 denyinterfaces wlan0
interface eth0 interface eth0
static domain_name_servers=8.8.8.8 1.1.1.1 static domain_name_servers=8.8.8.8 1.1.1.1

View File

@ -6,7 +6,7 @@
vars: vars:
kernel: kernel:
min: "6.1" min: "6.1"
full: "6.1.21-v8+" full: "6.1.31-sun50iw9"
pwnagotchi: pwnagotchi:
hostname: "{{ lookup('env', 'PWN_HOSTNAME') | default('pwnagotchi', true) }}" hostname: "{{ lookup('env', 'PWN_HOSTNAME') | default('pwnagotchi', true) }}"
version: "{{ lookup('env', 'PWN_VERSION') | default('pwnagotchi-torch', true) }}" version: "{{ lookup('env', 'PWN_VERSION') | default('pwnagotchi-torch', true) }}"
@ -23,11 +23,11 @@
- "g_ether" - "g_ether"
services: services:
enable: enable:
- bettercap.service #- bettercap.service
- dphys-swapfile.service - dphys-swapfile.service
- fstrim.timer - fstrim.timer
- pwnagotchi.service #- pwnagotchi.service
- pwngrid-peer.service #- pwngrid-peer.service
disable: disable:
- apt-daily-upgrade.service - apt-daily-upgrade.service
- apt-daily-upgrade.timer - apt-daily-upgrade.timer
@ -36,7 +36,7 @@
- avahi-daemon.service - avahi-daemon.service
- avahi-daemon.socket - avahi-daemon.socket
- bluetooth.service - bluetooth.service
- ifup@wlan0.service #- ifup@wlan0.service
- rpi-eeprom-update.service - rpi-eeprom-update.service
- triggerhappy.service - triggerhappy.service
- wpa_supplicant.service - wpa_supplicant.service
@ -150,6 +150,7 @@
- zlib1g-dev - zlib1g-dev
environment: environment:
ARCHFLAGS: "-arch aarch64" ARCHFLAGS: "-arch aarch64"
QEMU_UNAME: "{{ kernel.full }}"
tasks: tasks:
- name: Create user=pi, pass=orange - name: Create user=pi, pass=orange