deploy_systemservice.yml 285 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 --- - hosts: 06_deploy-dma-as-service 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