Compare commits

...

4 Commits

Author SHA1 Message Date
Ricard Illa 32da90018e force HDMI things on suricata to make pikvm work properly 2023-01-03 15:52:22 +01:00
Ricard Illa b23866aa30 minor adjustments 2023-01-03 15:51:57 +01:00
Ricard Illa 9ae7bd3272 removed wrong task for role 2023-01-03 15:19:07 +01:00
Ricard Illa f1adba90e9 updated alpine versions 2023-01-03 15:10:12 +01:00
3 changed files with 23 additions and 26 deletions

View File

@ -29,14 +29,6 @@
- cryptoraid
tags: raid
- name: lbu.conf
hosts:
- suricata
become: true
roles:
- lbu_conf
tags: lbu_conf
- name: mounts
hosts:
- suricata
@ -51,13 +43,13 @@
roles:
- usercfg
- name: docker
- name: lbu.conf
hosts:
- caladan
- narwhal
- suricata
become: true
roles:
- docker
- lbu_conf
tags: lbu_conf
- name: common roles
hosts:
@ -97,6 +89,14 @@
roles:
- pi_fan_hwpwm
- name: docker
hosts:
- caladan
- narwhal
become: true
roles:
- docker
- name: podman
hosts:
- suricata
@ -126,13 +126,13 @@
roles:
- tinyproxy
- name: k3s
hosts:
- suricata
become: true
roles:
- k3s
tags: k3s
#- name: k3s
# hosts:
# - suricata
# become: true
# roles:
# - k3s
# tags: k3s
- name: wireguard
hosts:

View File

@ -18,7 +18,7 @@ all:
ansible_python_interpreter: /usr/bin/python3
ansible_become_method: doas
alpine_mode: diskless
alpine_version: v3.16
alpine_version: v3.17
alpine_repos:
- main
@ -130,6 +130,8 @@ all:
rpi_cfg:
- "enable_uart=1"
- "otg_mode=1"
- "hdmi_group=2"
- "hdmi_mode=4"
caladan:
ansible_host: caladan
@ -138,7 +140,7 @@ all:
ansible_python_interpreter: /usr/bin/python3
ansible_become_method: doas
alpine_mode: system
alpine_version: v3.16
alpine_version: v3.17
alpine_repos:
- main
- community

View File

@ -22,8 +22,3 @@
- /usr/local/bin/btr_scrub.sh
- /usr/local/bin/fs_trim.sh
when: ansible_distribution == "Alpine" and alpine_mode in ["diskless", "data"]
- name: copy btrbk config
copy:
src: "host_files/btrbk/{{ ansible_hostname }}/btrbk.conf"
dest: /etc/btrbk/btrbk.conf