Add a ZFS role for Linux.
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
[archzfs]
|
||||
# Origin Server - France
|
||||
Server = http://archzfs.com/$repo/x86_64
|
||||
# Mirror - Germany
|
||||
Server = http://mirror.sum7.eu/archlinux/archzfs/$repo/x86_64
|
||||
# Mirror - Germany
|
||||
Server = https://mirror.biocrafting.net/archlinux/archzfs/$repo/x86_64
|
||||
# Mirror - India
|
||||
Server = https://mirror.in.themindsmaze.com/archzfs/$repo/x86_64
|
||||
# Mirror - US
|
||||
Server = https://zxcvfdsa.com/archzfs/$repo/$arch
|
||||
@@ -43,24 +43,6 @@
|
||||
vars:
|
||||
sub_query: "results[?stat.path=='{{ item }}'].stat.exists"
|
||||
|
||||
- name: Check trusted gpg keys
|
||||
command: pacman-key -l
|
||||
register: pacmankeys
|
||||
changed_when: false
|
||||
check_mode: no
|
||||
no_log: true
|
||||
|
||||
- name: Trust archzfs signing key
|
||||
command: pacman-key -a -
|
||||
args:
|
||||
stdin: "{{ lookup('file', 'archzfs.gpg') }}"
|
||||
when: '"DDF7DB817396A49B2A2723F7403BD972F75D9D76" not in pacmankeys.stdout'
|
||||
register: archzfs_key_imported
|
||||
|
||||
- name: Sign archzfs signing key
|
||||
command: pacman-key --lsign-key "DDF7DB817396A49B2A2723F7403BD972F75D9D76"
|
||||
when: archzfs_key_imported.changed
|
||||
|
||||
- name: Additional pacman configs
|
||||
copy:
|
||||
src: "files/{{ item }}"
|
||||
@@ -70,7 +52,6 @@
|
||||
group: root
|
||||
loop:
|
||||
- freeze_firefox.conf
|
||||
- archzfs.conf
|
||||
|
||||
- name: Install packages
|
||||
package:
|
||||
|
||||
Reference in New Issue
Block a user