block-device

Role Name

Transforms raw block storage into an unpartitioned, mounted file system. This is useful when having to grow the file system after expanding a virtual block device.

Requirements

TODO

Role Variables

  • bd_install: true
  • bd_block_device: /dev/xvdf
  • bd_file_system: xfs
  • bd_mount_point: /var/lib/mysql
  • bd_label: MYSQL
  • bd_options: defaults

Dependencies

  • kurron.base

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.

About

Transforms raw storage into a working mounted partition.

Install
ansible-galaxy install kurron/ansible-role-block-device
GitHub repository
License
apache-2.0
Downloads
567
Owner
Software engineer with many years of JVM, cloud and container development experience.