feat: misc adjustments for kitchen
parent
d4e424e1f2
commit
387db22f83
|
@ -40,6 +40,7 @@
|
||||||
- name: mounts
|
- name: mounts
|
||||||
hosts:
|
hosts:
|
||||||
- suricata
|
- suricata
|
||||||
|
- kitchen
|
||||||
become: true
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- mounts
|
- mounts
|
||||||
|
@ -62,6 +63,7 @@
|
||||||
- name: lbu.conf
|
- name: lbu.conf
|
||||||
hosts:
|
hosts:
|
||||||
- suricata
|
- suricata
|
||||||
|
- kitchen
|
||||||
become: true
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- lbu_conf
|
- lbu_conf
|
||||||
|
@ -70,6 +72,7 @@
|
||||||
- name: setup_apkcache
|
- name: setup_apkcache
|
||||||
hosts:
|
hosts:
|
||||||
- suricata
|
- suricata
|
||||||
|
- kitchen
|
||||||
become: true
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- apk_cache
|
- apk_cache
|
||||||
|
@ -82,6 +85,7 @@
|
||||||
- snitch
|
- snitch
|
||||||
- suricata
|
- suricata
|
||||||
# - pikvm
|
# - pikvm
|
||||||
|
- kitchen
|
||||||
become: true
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- users
|
- users
|
||||||
|
@ -103,6 +107,7 @@
|
||||||
- fugu
|
- fugu
|
||||||
- narwhal
|
- narwhal
|
||||||
- suricata
|
- suricata
|
||||||
|
- kitchen
|
||||||
become: true
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- quality_of_life
|
- quality_of_life
|
||||||
|
|
|
@ -49,7 +49,9 @@ all:
|
||||||
alpine_version: v3.18
|
alpine_version: v3.18
|
||||||
alpine_repos:
|
alpine_repos:
|
||||||
- main
|
- main
|
||||||
|
- community
|
||||||
lbu_media: mmcblk0p2
|
lbu_media: mmcblk0p2
|
||||||
|
apk_cache_dir: /media/mmcblk0p2/cache
|
||||||
mounts:
|
mounts:
|
||||||
- src: "/dev/mmcblk0p1"
|
- src: "/dev/mmcblk0p1"
|
||||||
path: "/media/mmcblk0p1"
|
path: "/media/mmcblk0p1"
|
||||||
|
|
|
@ -1,9 +1,3 @@
|
||||||
#http://dl-cdn.alpinelinux.org/alpine/v3.16/main
|
|
||||||
#http://dl-cdn.alpinelinux.org/alpine/v3.16/community
|
|
||||||
#http://dl-cdn.alpinelinux.org/alpine/edge/main
|
|
||||||
#http://dl-cdn.alpinelinux.org/alpine/edge/community
|
|
||||||
#http://dl-cdn.alpinelinux.org/alpine/edge/testing
|
|
||||||
|
|
||||||
{% for repo in alpine_repos %}
|
{% for repo in alpine_repos %}
|
||||||
http://dl-cdn.alpinelinux.org/alpine/{{ alpine_version }}/{{ repo }}
|
http://dl-cdn.alpinelinux.org/alpine/{{ alpine_version }}/{{ repo }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in New Issue