Commit 67797a30 by ansible

Edit "deploy_iconsole" playbook for single host

1 parent 8c04ecdf
Showing with 13 additions and 1 deletions
......@@ -10,4 +10,15 @@
command: rm /opt/stack/iConsole.tar.gz
- name: Setup Schedule
command: /opt/Schedule/add_schedule
- hosts: deploy-wdchat-dma-single-host
become: true
tasks:
- name: Copy iConsole
command: cp /tmp/source/iConsole.singlehost.tar.gz /opt/stack/iConsole.singlehost.tar.gz
- name: Extract root
command: tar -zxvf /opt/stack/iConsole.singlehost.tar.gz -C /opt/
- name: Delete File
command: rm /opt/stack/iConsole.singlehost.tar.gz
- name: Setup Schedule
command: /opt/Schedule/add_schedule
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!