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_software.yml
  • ansible's avatar
    change group name · a73134ba
    cancle upload_application playbook and use upload_Tagapplication playbook
    ansible committed Feb 01, 2018
    a73134ba Browse Files
upload_software.yml 133 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8
---
- hosts: upload-software-stack
  become: true
  tasks:
    - copy:
        src: /tmp/source
        dest: /tmp
        mode: 0755