Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
ansible
/
common-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 2bf03ec4
authored
Apr 28, 2018
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
9c64f4e7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
186 deletions
download_application_from_tag.yml
upload_application_from_tag.yml
upload_customer_configuration.yml
download_application_from_tag.yml
View file @
2bf03ec
---
-
hosts
:
tag_develop
become
:
true
tasks
:
-
git
:
repo
:
'
https://ansible@example.com/ansible/application.git'
dest
:
/tmp/develop/application
version
:
develop
-
hosts
:
tag_dhipaya.prd
become
:
true
tasks
:
-
git
:
repo
:
'
https://ansible@example.com/ansible/application.git'
dest
:
/tmp/dhipaya.prd/application
version
:
dhipaya.prd
-
hosts
:
tag_dhipaya.dev
become
:
true
tasks
:
-
git
:
repo
:
'
https://ansible@example.com/ansible/application.git'
dest
:
/tmp/dhipaya.dev/application
version
:
dhipaya.dev
-
hosts
:
tag_deves.prd.3.0.5
become
:
true
tasks
:
-
git
:
repo
:
'
https://ansible@example.com/ansible/application.git'
dest
:
/tmp/deves.prd.3.0.5/application
version
:
deves.prd.3.0.5
-
hosts
:
tag_dma.3.0.6
become
:
true
tasks
:
-
git
:
repo
:
'
https://ansible@example.com/ansible/application.git'
dest
:
/tmp/dma.3.0.6/application
version
:
dma.3.0.6
-
hosts
:
tag_dma.3.1.0
become
:
true
tasks
:
-
git
:
repo
:
'
https://ansible@example.com/ansible/application.git'
dest
:
/tmp/dma.3.1.0/application
version
:
dma.3.1.0
-
hosts
:
tag_dma.3.1.2
become
:
true
tasks
:
-
git
:
repo
:
'
https://ansible@example.com/ansible/application.git'
dest
:
/tmp/dma.3.1.2/application
version
:
dma.3.1.2
-
hosts
:
tag_dma.3.1.4
become
:
true
tasks
:
-
git
:
repo
:
'
https://ansible@example.com/ansible/application.git'
dest
:
/tmp/dma.3.1.4/application
version
:
dma.3.1.4
-
hosts
:
tag_dma.3.4.0
become
:
true
tasks
:
...
...
upload_application_from_tag.yml
deleted
100644 → 0
View file @
9c64f4e
---
-
hosts
:
04_upload-dhipaya.prd
become
:
true
tasks
:
-
copy
:
src
:
/tmp/dhipaya.prd/application
dest
:
/tmp/application/{{ app_version }}
mode
:
0744
-
hosts
:
04_upload-dhipaya.dev
become
:
true
tasks
:
-
copy
:
src
:
/tmp/dhipaya.dev/application
dest
:
/tmp/application/{{ app_version }}
mode
:
0744
-
hosts
:
04_upload-deves.prd
become
:
true
tasks
:
-
copy
:
src
:
/tmp/deves.prd.3.0.5/application
dest
:
/tmp/application/{{ app_version }}
mode
:
0744
-
hosts
:
04_upload-dma-3.0.6
become
:
true
tasks
:
-
copy
:
src
:
/tmp/dma.3.0.6/application
dest
:
/tmp/application/{{ app_version }}
mode
:
0744
-
hosts
:
04_upload-dma-3.1.0
become
:
true
tasks
:
-
copy
:
src
:
/tmp/dma.3.1.0/application
dest
:
/tmp/application/{{ app_version }}
mode
:
0744
-
hosts
:
04_upload-dma-3.1.2
become
:
true
tasks
:
-
copy
:
src
:
/tmp/dma.3.1.2/application
dest
:
/tmp/application/{{ app_version }}
mode
:
0744
-
hosts
:
04_upload-dma-3.1.4
become
:
true
tasks
:
-
copy
:
src
:
/tmp/dma.3.1.4/application
dest
:
/tmp/application/{{ app_version }}
mode
:
0744
-
hosts
:
04_upload-dma-3.4.0
become
:
true
tasks
:
-
copy
:
src
:
/tmp/dma.3.4.0/application/
dest
:
/tmp/application/{{ app_version }}
mode
:
0744
\ No newline at end of file
upload_customer_configuration.yml
deleted
100644 → 0
View file @
9c64f4e
---
-
hosts
:
tipsocial
become
:
true
tasks
:
-
copy
:
src
:
/tmp/app-configuration/tipsocial
dest
:
/tmp/
mode
:
0744
-
hosts
:
scgchat
become
:
true
tasks
:
-
copy
:
src
:
/tmp/app-configuration/scgchat
dest
:
/tmp/
mode
:
0744
-
hosts
:
ptychat
become
:
true
tasks
:
-
copy
:
src
:
/tmp/app-configuration/ptychat
dest
:
/tmp/
mode
:
0744
-
hosts
:
blueprint
become
:
true
tasks
:
-
copy
:
src
:
/tmp/app-configuration/blueprint
dest
:
/tmp/
mode
:
0744
-
hosts
:
beebuddy
become
:
true
tasks
:
-
copy
:
src
:
/tmp/app-configuration/beebuddy
dest
:
/tmp/
mode
:
0744
-
hosts
:
wdchatdev
become
:
true
tasks
:
-
copy
:
src
:
/tmp/app-configuration/default
dest
:
/tmp/
mode
:
0744
-
hosts
:
wdchatsit
become
:
true
tasks
:
-
copy
:
src
:
/tmp/app-configuration/default
dest
:
/tmp/
mode
:
0744
\ 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