Commit 972f4133 by ansible

add hosts: deployed-wdchat-dma-305

1 parent 8911ce91
Showing with 9 additions and 0 deletions
...@@ -8,3 +8,12 @@ ...@@ -8,3 +8,12 @@
- name: Insert Initial Data for SERVICEGATEWAY 7019 - name: Insert Initial Data for SERVICEGATEWAY 7019
command: /tmp/configuration/update_servicegateway.sh command: /tmp/configuration/update_servicegateway.sh
- hosts: deployed-wdchat-dma-305
become: true
tasks:
- name: Insert Initial Data for DMAMANAGER 7018
command: /tmp/configuration/update_dmamanager_305.sh
- name: Insert Initial Data for SERVICEGATEWAY 7019
command: /tmp/configuration/update_servicegateway_313.sh
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!