install_webgate.yml 232 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 --- - hosts: all become: true tasks: - name: Move WebGate to Working Folder command: mv /tmp/source/webgate.3.0.4.tar.gz /opt/stack/. - name: Extract WebGate command: tar -zxvf /opt/stack/webgate.3.0.4.tar.gz