Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
ansible
/
dma-playbook
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit cd422763
authored
Nov 21, 2017
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add "create dmaConfiguration.property"
1 parent
1917d53f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
5 deletions
deploy_customer_configuration.yml
deploy_customer_configuration.yml
View file @
cd42276
---
-
hosts
:
dhipaya
become
:
true
vars
:
dmapublishURL
:
'
publishUrl
=
https://tipeasy.dhipaya.co.th'
tasks
:
-
name
:
Test Dhipaya Configuration
command
:
cat
/etc/host
s
-
name
:
Update DMA publish URL
command
:
cat
'{{ dmapublishURL }}' > /opt/stack/dma/conf/dmaconfig.propertie
s
-
hosts
:
blueprint
become
:
true
vars
:
dmapublishURL
:
'
publishUrl
=
https://bpchat.beebuddy.net'
tasks
:
-
name
:
Test Blueprint Configuration
command
:
cat /etc/hosts
\ No newline at end of file
-
file
:
path
:
/opt/stack/dma/conf/dmaconfig.properties
state
:
file
mode
:
0644
-
name
:
Update DMA publish URL
command
:
cat '{{ dmapublishURL }}' > /opt/stack/dma/conf/dmaconfig.properties
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment