2022-09-04 17:25:14 +02:00
|
|
|
---
|
2022-08-30 10:00:27 +02:00
|
|
|
all:
|
|
|
|
hosts:
|
2022-08-30 17:27:09 +02:00
|
|
|
|
2022-08-30 10:09:52 +02:00
|
|
|
snitch:
|
|
|
|
ansible_host: snitch
|
2022-08-30 14:18:17 +02:00
|
|
|
ansible_user: ansible
|
2022-08-30 10:09:52 +02:00
|
|
|
ansible_port: 22
|
|
|
|
ansible_python_interpreter: /usr/bin/python3
|
2022-09-06 10:52:10 +02:00
|
|
|
ansible_become_method: doas
|
2022-09-06 11:02:28 +02:00
|
|
|
use_lbu: true
|
2022-09-20 13:51:20 +02:00
|
|
|
alpine_version: v3.16
|
|
|
|
alpine_repos:
|
|
|
|
- main
|
|
|
|
|
|
|
|
suricata:
|
|
|
|
ansible_host: suricata
|
|
|
|
ansible_user: ansible
|
|
|
|
ansible_port: 22
|
|
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
|
|
ansible_become_method: doas
|
|
|
|
use_lbu: true
|
|
|
|
alpine_version: v3.16
|
|
|
|
alpine_repos:
|
|
|
|
- main
|
|
|
|
- community
|
|
|
|
mounts:
|
|
|
|
- path: "/media/mmcblk0p1"
|
|
|
|
src: "0EB4-4BBF"
|
|
|
|
fstype: "vfat"
|
|
|
|
opts: "noauto,defaults"
|
|
|
|
passno: "0"
|
|
|
|
- path: "/media/mmcblk0p2"
|
|
|
|
src: "UUID=75d4943d-2a1a-4f76-9f60-cff99b4d2e1f"
|
|
|
|
fstype: "ext4"
|
2022-09-20 14:27:22 +02:00
|
|
|
opts: "defaults"
|
2022-09-20 13:51:20 +02:00
|
|
|
passno: "0"
|
|
|
|
- path: "/var/lib/builder/src"
|
|
|
|
src: "/media/mmcblk0p2/src"
|
|
|
|
fstype: "none"
|
|
|
|
opts: "bind"
|
|
|
|
passno: "0"
|
2022-09-20 15:02:53 +02:00
|
|
|
rpi_cfg:
|
|
|
|
- "enable_uart=1"
|
|
|
|
- "otg_mode=1"
|
2022-08-30 17:27:09 +02:00
|
|
|
|
|
|
|
caladan:
|
|
|
|
ansible_host: caladan
|
2022-08-30 18:26:16 +02:00
|
|
|
ansible_user: ansible
|
2022-08-30 17:27:09 +02:00
|
|
|
ansible_port: 22
|
|
|
|
ansible_python_interpreter: /usr/bin/python3
|
2022-09-06 10:52:10 +02:00
|
|
|
ansible_become_method: doas
|
2022-09-06 11:02:28 +02:00
|
|
|
use_lbu: false
|
2022-09-20 13:51:20 +02:00
|
|
|
alpine_version: v3.16
|
|
|
|
alpine_repos:
|
|
|
|
- main
|
|
|
|
- community
|
2022-09-04 16:52:37 +02:00
|
|
|
|
|
|
|
narwhal:
|
|
|
|
ansible_host: narwhal
|
|
|
|
ansible_user: ansible
|
|
|
|
ansible_port: 22
|
|
|
|
ansible_python_interpreter: /usr/bin/python3
|
2022-09-06 10:52:10 +02:00
|
|
|
ansible_become_method: sudo
|
2022-09-04 17:47:06 +02:00
|
|
|
|
|
|
|
fugu:
|
|
|
|
ansible_host: fugu
|
|
|
|
ansible_user: ansible
|
|
|
|
ansible_port: 22
|
|
|
|
ansible_python_interpreter: /usr/local/bin/python3
|
2022-09-06 10:52:10 +02:00
|
|
|
ansible_become_method: doas
|