Commit dc11f435 by ansible

edit hosts profile from install-wdchat-dma to install-webgate-wdchat-dma เนื่องจ…

…ากจะทำให้ติดตั้งผิดตอนทำงานใน workflow เนื่องจาก process อื่นจะทำงานกับ hosts group name "install-wdchat-dma" อย่างเดียวไม่ได้แบ่งเป็นหลาย group
1 parent 002aaf6d
Showing with 3 additions and 3 deletions
--- ---
- hosts: install-wdchat-dma-twohost - hosts: install-webgate-wdchat-dma-twohost
become: true become: true
tasks: tasks:
- name: Move NginX to Working Folder - name: Move NginX to Working Folder
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
- name: Delete File - name: Delete File
command: rm /opt/stack/webgate.3.0.4.tar.gz command: rm /opt/stack/webgate.3.0.4.tar.gz
- hosts: install-wdchat-dma - hosts: install-webgate-wdchat-dma
become: true become: true
tasks: tasks:
- name: Move NginX to Working Folder - name: Move NginX to Working Folder
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
- name: Delete File - name: Delete File
command: rm /opt/stack/webgate.singlehost.dma.plus.wdchat.conf.tar.gz command: rm /opt/stack/webgate.singlehost.dma.plus.wdchat.conf.tar.gz
- hosts: install-dma - hosts: install-webgate-dma
become: true become: true
tasks: tasks:
- name: Move NginX to Working Folder - name: Move NginX to Working Folder
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!