54ad68b5bb82da6b8fc557ab3e728da81bffe047
The `datavol.yml` playbook can provision one or more data volumes on a managed node, using the definitions in the `data_volumes` variable. This variable must contain a list of dictionaries with the following keys: * `dev`: The block device where the data volume is stored (e.g. `/dev/vdb`) * `fstype`: The type of filesystem to create on the block device * `mountpoint`: The location in the filesystem hierarchy where the volume is mounted * `opts`: (Optional) options to pass to the `mkfs` program when formatting the device * `mountopts`: (Optional) additional options to pass to the `mount` program when mounting the filesystem
Description
Ansible configuration policy for the private network/home lab of Dustin C. Hatch
http://dustin.hatch.name/
Languages
Jinja
86.2%
Python
6.6%
Shell
4.6%
Groovy
2.6%