Commit d447deee by ansible

add new playbook "download & upload customer configuration file"

1 parent e1be87dd
---
- hosts: all
become: true
tasks:
- git:
repo: 'https://ansible@example.com/ansible/application-configuration.git'
dest: /tmp/app-configuration
version: develop
\ No newline at end of file
---
- hosts: tipsocial
become: true
tasks:
- copy:
src: /tmp/app-configuration/tipsocial
dest: /tmp/
mode: 0744
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!