diff --git a/README.md b/README.md index c61e4cf..c93106e 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ None. # Configuration # - # https://zfsonlinux.org/manpages/0.8.4/man5/zfs-module-parameters.5.html + # https://openzfs.github.io/openzfs-docs/Performance%20and%20Tuning/Module%20Parameters.html#zfs-module-parameters zfs_kernel_module_parameters: # use 1/4 of the memory for ZFS ARC zfs_arc_max: "{{ (ansible_memtotal_mb * 1024**2 * 0.25) | int }}" @@ -134,7 +134,7 @@ None. compression: lz4 dedup: false - # https://zfsonlinux.org/manpages/0.8.6/man8/zfs.8.html + # https://openzfs.github.io/openzfs-docs/man/7/zfsprops.7.html zfs_volumes_properties_defaults: "{{ _zfs_volumes_properties | combine( _zfs_performance_tuning_async_only diff --git a/defaults/main.yml b/defaults/main.yml index b8d75aa..82d610a 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -41,7 +41,7 @@ zfs_use_zfs_mount_generator: true # ZFS Configuration # ------------------------------------------------------------------------------ -# https://openzfs.github.io/openzfs-docs/Performance%20and%20Tuning/Module%20Parameters.html?highlight=zfs_arc_max +# https://openzfs.github.io/openzfs-docs/Performance%20and%20Tuning/Module%20Parameters.html zfs_kernel_module_parameters: {} # time schedule for zpool scrubs, for valid time formats see: @@ -74,11 +74,11 @@ zfs_pools: [] # filesystem_properties: # extra_import_options: "" # extra_create_options: "" -# https://openzfs.github.io/openzfs-docs/man/7/zpoolprops.7.html?highlight=ashift +# https://openzfs.github.io/openzfs-docs/man/7/zpoolprops.7.html zfs_pools_defaults: {} zfs_volumes: [] -# https://openzfs.github.io/openzfs-docs/man/7/zfsprops.7.html?highlight=volsize +# https://openzfs.github.io/openzfs-docs/man/7/zfsprops.7.html zfs_volumes_properties_defaults: volblocksize: 8K volsize: 1G @@ -87,7 +87,7 @@ zfs_volumes_properties_defaults: sync: standard zfs_filesystems: [] -# https://openzfs.github.io/openzfs-docs/man/7/zfsprops.7.html?highlight=volsize +# https://openzfs.github.io/openzfs-docs/man/7/zfsprops.7.html zfs_filesystems_properties_defaults: acltype: posix atime: false diff --git a/tasks/install_archlinux.yml b/tasks/install_archlinux.yml index f02e011..019db80 100644 --- a/tasks/install_archlinux.yml +++ b/tasks/install_archlinux.yml @@ -1,4 +1,4 @@ --- - name: fail Arch Linux installation ansible.builtin.fail: - msg: Arch Linux is not yet supported + msg: Arch Linux is not yet supported by this role