deploy_systemservice.yml 280 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 --- - hosts: deployed-wdchat-dma become: true tasks: - name: Add Engine Service command: /opt/stack/script/add_service.sh /opt/stack/script/engine.service - name: Add Tcp Service command: /opt/stack/script/add_service.sh /opt/stack/script/nginx.tcp.service