Compare commits
No commits in common. "fe86e4ea53f16db446db7599c5dce77a34810b95" and "b736c5b50a4c2b9ff312e971a73152c7bb6c2df5" have entirely different histories.
fe86e4ea53
...
b736c5b50a
3 changed files with 4 additions and 20 deletions
|
@ -4,10 +4,7 @@
|
|||
zfs:
|
||||
hosts:
|
||||
srv1:
|
||||
ansible_host: 10.10.2.128
|
||||
ansible_host: 10.10.10.14
|
||||
|
||||
vars:
|
||||
ansible_user: tyler
|
||||
zfs_cockpit: false
|
||||
zfs_testing: true
|
||||
|
||||
ansible_user: ansible
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
# file: roles/zfs/handlers/main.yml
|
||||
# file: roles/base/handlers/main.yml
|
||||
|
||||
- name: Reboot Host
|
||||
reboot:
|
||||
|
|
|
@ -18,19 +18,6 @@
|
|||
state: latest
|
||||
disable_gpg_check: True
|
||||
|
||||
- name: Disable kmod zfs
|
||||
community.general.dnf_config_manager:
|
||||
name: zfs-kmod
|
||||
state: disabled
|
||||
register: zfs_kmod_results
|
||||
|
||||
- name: Uninstall kmod ZFS
|
||||
package:
|
||||
name: zfs
|
||||
state: absent
|
||||
register: zfs_install
|
||||
when: zfs_kmod_results.changed
|
||||
|
||||
- name: Enable ZFS testing package
|
||||
community.general.dnf_config_manager:
|
||||
name: zfs-testing
|
||||
|
@ -80,4 +67,4 @@
|
|||
state: started
|
||||
enabled: yes
|
||||
when: zfs_cockpit
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue