suppression config deploiement branch confidentiel
This commit is contained in:
parent
649535f350
commit
17073ea3d4
@ -1,39 +0,0 @@
|
||||
---
|
||||
- name: Deploy Extranet
|
||||
hosts: all
|
||||
remote_user: deploy
|
||||
become: no
|
||||
vars:
|
||||
# Specific
|
||||
project: extranet
|
||||
project_tree: bilanconfidentiel
|
||||
webservice_uri: "http://webservice-confidentiel.sd.lan"
|
||||
# Always add a trailing / if you want rsync the content of the directory
|
||||
ansistrano_deploy_from: "/home/vhosts/deploy/export/{{project}}/"
|
||||
ansistrano_deploy_to: "/home/vhosts/{{project}}-confidentiel"
|
||||
ansistrano_version_dir: releases
|
||||
ansistrano_current_dir: current
|
||||
ansistrano_shared_paths: []
|
||||
ansistrano_keep_releases: 3
|
||||
ansistrano_deploy_via: rsync
|
||||
ansistrano_allow_anonymous_stats: no
|
||||
# Variables used in the rsync deployment strategy
|
||||
ansistrano_rsync_extra_params: ""
|
||||
ansistrano_rsync_set_remote_user: yes
|
||||
# Variables used in the Git deployment strategy
|
||||
#ansistrano_git_repo: ssh://git@192.168.78.249:10022/SCORES/flux.git
|
||||
#ansistrano_git_branch: master
|
||||
#ansistrano_git_identity_key_path: ""
|
||||
# Hooks: custom tasks if you need them
|
||||
ansistrano_before_setup_tasks_file: "{{playbook_dir}}/tasks/before-setup.yml"
|
||||
ansistrano_after_setup_tasks_file: "{{playbook_dir}}/tasks/after-setup.yml"
|
||||
ansistrano_before_update_code_tasks_file: "{{playbook_dir}}/tasks/before-updatecode.yml"
|
||||
ansistrano_after_update_code_tasks_file: "{{playbook_dir}}/tasks/after-updatecode.yml"
|
||||
#ansistrano_before_symlink_shared_tasks_file: "{{playbook_dir}}/<your-deployment-config>/my-before-symlink-shared-tasks.yml"
|
||||
#ansistrano_after_symlink_shared_tasks_file: "{{playbook_dir}}/<your-deployment-config>/my-after-symlink-shared-tasks.yml"
|
||||
#ansistrano_before_symlink_tasks_file: "{{playbook_dir}}/<your-deployment-config>/my-before-symlink-tasks.yml"
|
||||
ansistrano_after_symlink_tasks_file: "{{playbook_dir}}/tasks/after-symlink.yml"
|
||||
#ansistrano_before_cleanup_tasks_file: "{{playbook_dir}}/<your-deployment-config>/my-before-cleanup-tasks.yml"
|
||||
#ansistrano_after_cleanup_tasks_file: "{{playbook_dir}}/<your-deployment-config>/my-after-cleanup-tasks.yml"
|
||||
roles:
|
||||
- { role: carlosbuenosvinos.ansistrano-deploy }
|
@ -1,38 +0,0 @@
|
||||
---
|
||||
- name: Deploy WebService
|
||||
hosts: all
|
||||
remote_user: deploy
|
||||
become: no
|
||||
vars:
|
||||
# Specific
|
||||
project: webservice
|
||||
project_tree: "bilanconfidentiel"
|
||||
# Always add a trailing / if you want rsync the content of the directory
|
||||
ansistrano_deploy_from: "/home/vhosts/deploy/export/{{project}}/"
|
||||
ansistrano_deploy_to: "/home/vhosts/{{project}}-confidentiel"
|
||||
ansistrano_version_dir: releases
|
||||
ansistrano_current_dir: current
|
||||
ansistrano_shared_paths: []
|
||||
ansistrano_keep_releases: 3
|
||||
ansistrano_deploy_via: rsync
|
||||
ansistrano_allow_anonymous_stats: no
|
||||
# Variables used in the rsync deployment strategy
|
||||
ansistrano_rsync_extra_params: ""
|
||||
ansistrano_rsync_set_remote_user: yes
|
||||
# Variables used in the Git deployment strategy
|
||||
#ansistrano_git_repo: ssh://git@192.168.78.249:10022/SCORES/flux.git
|
||||
#ansistrano_git_branch: master
|
||||
#ansistrano_git_identity_key_path: ""
|
||||
# Hooks: custom tasks if you need them
|
||||
#ansistrano_before_setup_tasks_file: "{{playbook_dir}}/<your-deployment-config>/my-before-setup-tasks.yml"
|
||||
ansistrano_after_setup_tasks_file: "{{playbook_dir}}/tasks/after-setup.yml"
|
||||
ansistrano_before_update_code_tasks_file: "{{playbook_dir}}/tasks/before-updatecode.yml"
|
||||
ansistrano_after_update_code_tasks_file: "{{playbook_dir}}/tasks/after-updatecode.yml"
|
||||
#ansistrano_before_symlink_shared_tasks_file: "{{playbook_dir}}/<your-deployment-config>/my-before-symlink-shared-tasks.yml"
|
||||
#ansistrano_after_symlink_shared_tasks_file: "{{playbook_dir}}/<your-deployment-config>/my-after-symlink-shared-tasks.yml"
|
||||
#ansistrano_before_symlink_tasks_file: "{{playbook_dir}}/<your-deployment-config>/my-before-symlink-tasks.yml"
|
||||
ansistrano_after_symlink_tasks_file: "{{playbook_dir}}/tasks/after-symlink.yml"
|
||||
#ansistrano_before_cleanup_tasks_file: "{{playbook_dir}}/<your-deployment-config>/my-before-cleanup-tasks.yml"
|
||||
#ansistrano_after_cleanup_tasks_file: "{{playbook_dir}}/<your-deployment-config>/my-after-cleanup-tasks.yml"
|
||||
roles:
|
||||
- { role: carlosbuenosvinos.ansistrano-deploy }
|
Loading…
Reference in New Issue
Block a user