Skip to content

Commit fdbcb10

Browse files
committed
wip #13 pin to alpine v3.20 rather than edge
1 parent cefb817 commit fdbcb10

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

build-alpine-netboot-zfs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ EOFINNER
5252
cat ./scripts/mkimg.zfsnetboot.sh
5353
echo Running mkimage.sh
5454
mkdir -p ~/iso
55-
./scripts/mkimage.sh --outdir ~/iso --arch x86_64 --repository http://dl-cdn.alpinelinux.org/alpine/edge/main --profile zfsnetboot
55+
./scripts/mkimage.sh --outdir ~/iso --arch x86_64 --repository https://dl-cdn.alpinelinux.org/alpine/v3.20/main --profile zfsnetboot
5656
EOF
5757

5858

src/playbooks/servers.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,15 @@
4141
tags:
4242
- network
4343

44-
- name: Set up apk-repo
45-
command: setup-apkrepos -f
44+
- name: Template /etc/apk/repositories
45+
ansible.builtin.template:
46+
src: etc/apk/repositories
47+
dest: /etc/apk/repositories
48+
owner: root
49+
group: root
50+
mode: '0644'
51+
tags:
52+
- repositories
4653

4754
# - name: Template ~/.vimrc
4855
# ansible.builtin.template:
@@ -105,4 +112,6 @@
105112
- scripts
106113

107114
- name: Disable swap during play
108-
command: swapoff --all
115+
command: swapoff -a
116+
tags:
117+
- swapoff

0 commit comments

Comments
 (0)