We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--- - hosts: 10.70.42.25 remote_user: root gather_facts: no tasks: - name: Creates a Physical Volume glusterfs_pv: state: present disks: - sda - sdb - sdc
--- - hosts: 10.70.42.25 remote_user: root gather_facts: no tasks: - name: Delete a physical volume peer: state: absent devices: - sda - sdb - sdc