Commit a61e7b8e by ansible

no message

1 parent 13e3d75b
Showing with 3 additions and 3 deletions
...@@ -74,6 +74,7 @@ ...@@ -74,6 +74,7 @@
dmaserverName: 'server_name bpdma.beebuddy.net;' dmaserverName: 'server_name bpdma.beebuddy.net;'
wdchatserverName: 'server_name bpchat.beebuddy.net;' wdchatserverName: 'server_name bpchat.beebuddy.net;'
hostName: wdchat hostName: wdchat
etcHost: wdchatgateway localhost wdchatengine wdchat
tasks: tasks:
- file: - file:
path: /opt/stack/dma/conf/dmaconfig.properties path: /opt/stack/dma/conf/dmaconfig.properties
...@@ -110,5 +111,4 @@ ...@@ -110,5 +111,4 @@
regexp: "{{ item.reg }}" regexp: "{{ item.reg }}"
line: "{{ item.line }}" line: "{{ item.line }}"
with_items: with_items:
- { reg: '^(127.0.0.1).*', line: \1 wdchatgateway localhost wdchatengine {{ hostName }} } - { reg: '^(127.0.0.1).*', line: \1 {{ etcHost }} }
tags: reg \ No newline at end of file
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!