Compare commits
No commits in common. "63116af524b6fb1904bb0534ef99be862da438fe" and "06ea234395cbbf8d08fd974c7e24cd96bc384555" have entirely different histories.
63116af524
...
06ea234395
@ -30,6 +30,5 @@ all:
|
|||||||
sff:
|
sff:
|
||||||
ansible_host: sff.balsillie.net
|
ansible_host: sff.balsillie.net
|
||||||
windows:
|
windows:
|
||||||
hosts:
|
|
||||||
bridie:
|
bridie:
|
||||||
ansible_host: bridie.balsillie.net
|
ansible_host: bridie.balsillie.net
|
@ -5,8 +5,8 @@
|
|||||||
become: true
|
become: true
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- python-install
|
- python
|
||||||
- sshd
|
- sshd
|
||||||
#- firewall
|
- firewall
|
||||||
- pikaur
|
- pikaur
|
||||||
- zfs-install
|
#- zfs
|
@ -14,37 +14,18 @@
|
|||||||
name:
|
name:
|
||||||
- base-devel
|
- base-devel
|
||||||
- git
|
- git
|
||||||
- pyalpm
|
|
||||||
- python-docutils
|
|
||||||
- python-future
|
|
||||||
- python-commonmark
|
|
||||||
state: latest
|
state: latest
|
||||||
update_cache: true
|
update_cache: true
|
||||||
reason: explicit
|
reason: explicit
|
||||||
|
|
||||||
- name: clone git repo
|
- name: clone git repo
|
||||||
become: false
|
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
repo: 'https://aur.archlinux.org/pikaur.git'
|
repo: 'https://aur.archlinux.org/pikaur.git'
|
||||||
dest: /git/pikaur
|
dest: /git/pikaur
|
||||||
depth: 1
|
depth: 1
|
||||||
single_branch: yes
|
single_branch: yes
|
||||||
|
|
||||||
- name: make pikaur package
|
- name: make/install pikaur
|
||||||
become: false
|
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
cmd: makepkg
|
cmd: makepkg -fsri
|
||||||
chdir: /git/pikaur/
|
chdir: /git/pikaur/
|
||||||
creates: pikaur-1.11-1-any.pkg.tar.zst
|
|
||||||
|
|
||||||
- name: install built pikaur package
|
|
||||||
become: true
|
|
||||||
community.general.pacman:
|
|
||||||
name: /git/pikaur/pikaur-1.11-1-any.pkg.tar.zst
|
|
||||||
state: present
|
|
||||||
|
|
||||||
- name: update AUR cache
|
|
||||||
become: true
|
|
||||||
community.general.pacman:
|
|
||||||
update_cache: yes
|
|
||||||
executable: pikaur
|
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
- name: Install ZFS DKMS module
|
|
||||||
become: true
|
|
||||||
ansible.builtin.shell:
|
|
||||||
cmd: pikaur -S zfs-dkms --noconfirm
|
|
||||||
executable: /usr/bin/bash
|
|
||||||
|
|
||||||
# install linux-lts-headers first
|
|
||||||
# add a gpg signing key, import and lsign the AUR key below
|
|
||||||
# https://gist.github.com/woods/8970150
|
|
||||||
# zfs-dkms AUR key 6AD860EED4598027 / 4F3BA9AB6D1F8D683DC2DFB56AD860EED4598027
|
|
||||||
|
|
||||||
set zfs params (ARC)
|
|
||||||
modprobe zfs
|
|
||||||
set module to start at boot
|
|
Loading…
Reference in New Issue
Block a user