Commit 530f639d by ansible

Add "webgate configuration for single host tier" playbook

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