upload_customer_configuration.yml 1007 Bytes
---
- 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

- hosts: ptychat
  become: true
  tasks:
    - copy:
        src: /tmp/app-configuration/ptychat
        dest: /tmp/
        mode: 0744
        
- hosts: blueprint
  become: true
  tasks:
    - copy:
        src: /tmp/app-configuration/blueprint
        dest: /tmp/
        mode: 0744
        
- hosts: beebuddy
  become: true
  tasks:
    - copy:
        src: /tmp/app-configuration/beebuddy
        dest: /tmp/
        mode: 0744
        
- hosts: wdchatdev
  become: true
  tasks:
    - copy:
        src: /tmp/app-configuration/default
        dest: /tmp/
        mode: 0744
        
- hosts: wdchatsit
  become: true
  tasks:
    - copy:
        src: /tmp/app-configuration/default
        dest: /tmp/
        mode: 0744