관리-도구
편집 파일: 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