start zfs install
This commit is contained in:
parent
06ea234395
commit
450d60cd46
@ -5,8 +5,8 @@
|
|||||||
become: true
|
become: true
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- python
|
- python-install
|
||||||
- sshd
|
- sshd
|
||||||
- firewall
|
#- firewall
|
||||||
- pikaur
|
- pikaur
|
||||||
#- zfs
|
- zfs-install
|
@ -29,3 +29,8 @@
|
|||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
cmd: makepkg -fsri
|
cmd: makepkg -fsri
|
||||||
chdir: /git/pikaur/
|
chdir: /git/pikaur/
|
||||||
|
|
||||||
|
- name: update AUR cache
|
||||||
|
community.general.pacman:
|
||||||
|
update_cache: yes
|
||||||
|
executable: pikaur
|
||||||
|
9
ansible/roles/zfs-install/tasks/main.yml
Normal file
9
ansible/roles/zfs-install/tasks/main.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
- name: Install ZFS DKMS module
|
||||||
|
community.general.pacman:
|
||||||
|
name:
|
||||||
|
- zfs-dkms
|
||||||
|
state: latest
|
||||||
|
executable: pikaur
|
||||||
|
update_cache: true
|
||||||
|
reason: explicit
|
Loading…
Reference in New Issue
Block a user