Compare commits

...

2 Commits

4 changed files with 8 additions and 6 deletions

View File

@ -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

View File

@ -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"

View File

@ -10,6 +10,7 @@
- mosh - mosh
- neovim - neovim
- ripgrep - ripgrep
- shadow
- tmux - tmux
when: ansible_distribution == "Alpine" 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 %} {% 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 %}