Skip to content

Commit

Permalink
Change skylark task into btrfs
Browse files Browse the repository at this point in the history
  • Loading branch information
cradle8810 committed Nov 29, 2024
1 parent f264cda commit 89f8ea3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 17 deletions.
4 changes: 2 additions & 2 deletions inventories/host_vars/skylark.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
drives:
skylark:
uuid: e456364a-f704-4602-9962-334898e05359
uuid: 1085e1e0-8f93-44f2-b546-2e7448864338
mountpoint: /skylark
filesystem: "xfs"
filesystem: "btrfs"
options: "defaults,noatime"
backup:
uuid: 77af48a6-5a47-4e06-a106-c5c74b6d1449
Expand Down
7 changes: 7 additions & 0 deletions tasks/skylark/mount.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
---
- name: "Install btrfs modules"
ansible.builtin.apt:
pkg:
- btrfs-progs
- btrfs-compsize
update_cache: true

- name: Mount up device skylark
ansible.posix.mount:
path: "{{ drives.skylark.mountpoint }}"
Expand Down
15 changes: 0 additions & 15 deletions tasks/skylark/xfs_tuning.yml

This file was deleted.

0 comments on commit 89f8ea3

Please sign in to comment.