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 3087555d
authored
Apr 29, 2018
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
437dff6b
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
download_application_from_tag.yml
download_customer_configuration.yml
download_software.yml
download_softwareconfiguration.yml
download_application_from_tag.yml
View file @
3087555
---
---
-
hosts
:
tag_dma.3.4.0
-
hosts
:
AnsibleTower
become
:
true
become
:
true
tasks
:
tasks
:
-
git
:
-
git
:
repo
:
'
https://ansible@example.com/ansible/application.git'
repo
:
'
https://ansible@example.com/ansible/application.git'
dest
:
/tmp/dma/3.4.0
dest
:
'
/tmp/dma/{{
app_version
}}'
version
:
dma.3.4.0
version
:
'
dma.{{
app_version
}}'
\ No newline at end of file
\ No newline at end of file
download_customer_configuration.yml
View file @
3087555
---
---
-
hosts
:
all
-
hosts
:
AnsibleTower
become
:
true
become
:
true
tasks
:
tasks
:
-
git
:
-
git
:
...
...
download_software.yml
View file @
3087555
---
---
-
hosts
:
all
-
hosts
:
AnsibleTower
become
:
true
become
:
true
tasks
:
tasks
:
-
git
:
-
git
:
...
...
download_softwareconfiguration.yml
View file @
3087555
---
---
-
hosts
:
all
-
hosts
:
AnsibleTower
become
:
true
become
:
true
tasks
:
tasks
:
-
git
:
-
git
:
...
...
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