kurron.block-device

Role Name

This role changes raw block storage into a file system that is not divided into smaller parts. This is helpful when you need to increase the size of the file system after you've made a virtual block device larger.

Requirements

TODO

Role Variables

  • bd_install: true (Whether to install)
  • bd_block_device: /dev/xvdf (The block device to use)
  • bd_file_system: xfs (The type of file system)
  • bd_mount_point: /var/lib/mysql (Where to mount the file system)
  • bd_label: MYSQL (Label for the file system)
  • bd_options: defaults (Mount options)

Dependencies

  • kurron.base (Required to work)

Example Playbook

- hosts: servers
  roles:
      - { role: kurron.block-device,  bd_block_device: /dev/sdb, bd_mount_point: /mnt/data, bd_label: MYSQL, bd_options: noatime }

License

This project is licensed under the Apache License Version 2.0, January 2004.

Author Information

Author's website.

Informazioni sul progetto

Transforms raw storage into a working mounted partition.

Installa
ansible-galaxy install kurron.block-device
Licenza
apache-2.0
Download
580
Proprietario
Software engineer with many years of JVM, cloud and container development experience.