install_webgate.yml 355 Bytes
---
- hosts: install-wdchat-dma
  become: true
  tasks:
    - name: Move WebGate to Working Folder
      command: cp /tmp/source/webgate.3.0.4.tar.gz /opt/stack/webgate.3.0.4.tar.gz
    - name: Extract WebGate
      command: tar -zxvf /opt/stack/webgate.3.0.4.tar.gz -C /opt/stack/
    - name: Delete File
      command: rm /opt/stack/webgate.3.0.4.tar.gz