Ansible Module filesystem

From NovaOrdis Knowledge Base
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