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'
|
name: 'https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm'
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Slack Repository
|
- name: Slack
|
||||||
dnf:
|
dnf:
|
||||||
name: 'https://downloads.slack-edge.com/linux_releases/slack-2.4.2-0.1.fc21.x86_64.rpm'
|
name: 'https://downloads.slack-edge.com/linux_releases/slack-2.4.2-0.1.fc21.x86_64.rpm'
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: ZFS
|
||||||
|
dnf:
|
||||||
|
name: 'http://download.zfsonlinux.org/fedora/zfs-release.fc25.noarch.rpm'
|
||||||
|
state: present
|
||||||
|
|
||||||
|
|
||||||
# install packages
|
# install packages
|
||||||
|
|
||||||
@ -71,6 +76,11 @@
|
|||||||
name: google-chrome
|
name: google-chrome
|
||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
|
- name: Install kernel-devel
|
||||||
|
dnf:
|
||||||
|
name: kernel-devel
|
||||||
|
state: latest
|
||||||
|
|
||||||
- name: Install libselinux-python
|
- name: Install libselinux-python
|
||||||
dnf:
|
dnf:
|
||||||
name: libselinux-python
|
name: libselinux-python
|
||||||
@ -116,6 +126,12 @@
|
|||||||
name: vim-X11
|
name: vim-X11
|
||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
|
- name: Install ZFS
|
||||||
|
dnf:
|
||||||
|
name: zfs
|
||||||
|
state: latest
|
||||||
|
|
||||||
|
|
||||||
- name: Install ZSH
|
- name: Install ZSH
|
||||||
dnf:
|
dnf:
|
||||||
name: zsh
|
name: zsh
|
||||||
|
Reference in New Issue
Block a user