Ansible Module filesystem

From NovaOrdis Knowledge Base
Revision as of 06:34, 12 December 2019 by Ovidiu (talk | contribs) (→‎Internal)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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