PATH:
usr
/
share
/
doc
/
vdo
/
examples
/
ansible
- hosts: vdoClients remote_user: username become: yes become_method: sudo connection: ssh gather_facts: yes tasks: - name: Create VDO volume vdo1 vdo: name: vdo1 state: present device: /dev/blockdevice logicalsize: 1T
[+]
..
[-] README.txt
[edit]
[-] test_vdocreate.yml
[edit]
[-] test_vdocreate_alloptions.yml
[edit]
[-] test_vdoremove.yml
[edit]