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 77db0ff7
authored
Nov 13, 2017
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
771db919
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
download_application.yml
upload_application.yml
download_application.yml
0 → 100644
View file @
77db0ff
---
-
hosts
:
all
become
:
true
tasks
:
-
git
:
repo
:
'
https://ansible@example.com/ansible/application.git'
dest
:
/tmp/source/application
\ No newline at end of file
upload_application.yml
0 → 100644
View file @
77db0ff
---
-
hosts
:
all
become
:
true
tasks
:
-
copy
:
src
:
/tmp/source/application
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