Add ZFS
This commit is contained in:
parent
d2e37afca7
commit
0fedaa34b4
18
setup.yml
18
setup.yml
@ -18,11 +18,16 @@
|
||||
name: 'https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm'
|
||||
state: present
|
||||
|
||||
- name: Slack Repository
|
||||
- name: Slack
|
||||
dnf:
|
||||
name: 'https://downloads.slack-edge.com/linux_releases/slack-2.4.2-0.1.fc21.x86_64.rpm'
|
||||
state: present
|
||||
|
||||
- name: ZFS
|
||||
dnf:
|
||||
name: 'http://download.zfsonlinux.org/fedora/zfs-release.fc25.noarch.rpm'
|
||||
state: present
|
||||
|
||||
|
||||
# install packages
|
||||
|
||||
@ -71,6 +76,11 @@
|
||||
name: google-chrome
|
||||
state: latest
|
||||
|
||||
- name: Install kernel-devel
|
||||
dnf:
|
||||
name: kernel-devel
|
||||
state: latest
|
||||
|
||||
- name: Install libselinux-python
|
||||
dnf:
|
||||
name: libselinux-python
|
||||
@ -116,6 +126,12 @@
|
||||
name: vim-X11
|
||||
state: latest
|
||||
|
||||
- name: Install ZFS
|
||||
dnf:
|
||||
name: zfs
|
||||
state: latest
|
||||
|
||||
|
||||
- name: Install ZSH
|
||||
dnf:
|
||||
name: zsh
|
||||
|
Reference in New Issue
Block a user