Ansible Module filesystem
Jump to navigation
Jump to search
External
Internal
Overview
Idempotenly make a filesystem on the specified device.
Example
- name: format ESB block storage device
filesystem:
fstype: xfs
dev: /dev/xvdb
force: no