ansible/hosts.yml

94 lines
2.6 KiB
YAML
Raw Normal View History

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"
2022-10-03 18:30:24 +02:00
- path: "/boot"
src: "/media/mmcblk0p1/boot"
fstype: "none"
opts: "defaults,bind"
passno: "0"
2022-09-20 13:51:20 +02:00
- 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-10-03 18:30:24 +02:00
luks_yk_slot: 2
luks_yk_challenge: !vault |
$ANSIBLE_VAULT;1.1;AES256
34333431626366653132396433316337373134373832643066623838346535626639343130373536
3437363264343832346432373530316230623637333935310a643135323836306232366235333139
35323832333566653235386530643238633333356131373136333937373164373065313430633438
3731356134663033620a376230323761336534653064343135366465333438376539386238643931
31313735336563366366396536386262383430323161366263623639336661646465333436336264
3037623462653131643964383533646632343436613839623761
luks_dropbear_port: 2222
luks_timeout: 120
luks_targets:
- data0
- data1
luks_source_uuids:
- 202c924c-ee53-4321-9efd-1f776e939702
- a243ac31-094c-4fe2-bced-6e4311a16487
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-22 11:19:46 +02:00
ansible_become_method: doas
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