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_customer_configuration.yml
  • ansible's avatar
    no message · 567bd63f
    ansible committed Dec 06, 2017
    567bd63f Browse Files
upload_customer_configuration.yml 280 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
---
- 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