Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

ansible / common-playbook

  • This project
    • Loading...
  • Sign in
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
Switch branch/tag
  • common-playbook
  • upload_application.yml
  • ansible's avatar
    no message · 77db0ff7
    ansible committed Nov 13, 2017
    77db0ff7 Browse Files
upload_application.yml 127 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8
---
- hosts: all
  become: true
  tasks:
    - copy:
        src: /tmp/source/application
        dest: /tmp
        mode: 0744