Commit 63fc65f2 by ansible

no message

1 parent 17f3f0dd
Showing with 3 additions and 3 deletions
--- ---
- hosts: deployed-wdchat-dma - hosts: install-wdchat-dma-twohost
become: true become: true
tasks: tasks:
- name: Extract File - name: Extract File
...@@ -11,11 +11,11 @@ ...@@ -11,11 +11,11 @@
- name: Delete backup configuration - name: Delete backup configuration
command: rm -r /opt/stack/nginx/bkconf command: rm -r /opt/stack/nginx/bkconf
- hosts: deploy-wdchat-dma-single-host - hosts: install-wdchat-dma
become: true become: true
tasks: tasks:
- name: Extract File - name: Extract File
command: tar -zxvf /tmp/source/webgate.singlehost.conf.tar.gz -C /tmp/source/ command: tar -zxvf /tmp/source/webgate.singlehost.dma.plus.wdchat.conf.tar.gz -C /tmp/source/
- name: Backup current configuration - name: Backup current configuration
command: mv /opt/stack/nginx/conf /opt/stack/nginx/bkconf command: mv /opt/stack/nginx/conf /opt/stack/nginx/bkconf
- name: Deploy new configuration - name: Deploy new configuration
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!