Compare commits

...

2 Commits

4 changed files with 8 additions and 6 deletions

View File

@ -40,6 +40,7 @@
- name: mounts
hosts:
- suricata
- kitchen
become: true
roles:
- mounts
@ -62,6 +63,7 @@
- name: lbu.conf
hosts:
- suricata
- kitchen
become: true
roles:
- lbu_conf
@ -70,6 +72,7 @@
- name: setup_apkcache
hosts:
- suricata
- kitchen
become: true
roles:
- apk_cache
@ -82,6 +85,7 @@
- snitch
- suricata
# - pikvm
- kitchen
become: true
roles:
- users
@ -103,6 +107,7 @@
- fugu
- narwhal
- suricata
- kitchen
become: true
roles:
- quality_of_life

View File

@ -49,7 +49,9 @@ all:
alpine_version: v3.18
alpine_repos:
- main
- community
lbu_media: mmcblk0p2
apk_cache_dir: /media/mmcblk0p2/cache
mounts:
- src: "/dev/mmcblk0p1"
path: "/media/mmcblk0p1"

View File

@ -10,6 +10,7 @@
- mosh
- neovim
- ripgrep
- shadow
- tmux
when: ansible_distribution == "Alpine"

View File

@ -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 %}
http://dl-cdn.alpinelinux.org/alpine/{{ alpine_version }}/{{ repo }}
{% endfor %}