Your IP : 3.146.255.206


Current Path : /usr/share/doc/vdo/examples/ansible/
Upload File :
Current File : //usr/share/doc/vdo/examples/ansible/test_vdoremove.yml

- hosts: vdoClients
  remote_user: username
  become: yes
  become_method: sudo
  connection: ssh
  gather_facts: yes
  tasks:
  - name: Remove VDO volume vdo1
    vdo:
      name: vdo1
      state: absent