2016-02-11 12:19:30 +01:00
|
|
|
- name: Configure Project
|
|
|
|
become: yes
|
|
|
|
copy: src="./config/stockage.php" dest="{{ ansistrano_release_path.stdout }}/application/configs/stockage.php"
|
|
|
|
- name: Configure Project
|
|
|
|
become: yes
|
|
|
|
copy: src="./config/mysql.php" dest="{{ ansistrano_release_path.stdout }}/application/configs/mysql.php"
|
|
|
|
- name: Configure Project
|
|
|
|
become: yes
|
|
|
|
copy: src="./config/application.ini" dest="{{ ansistrano_release_path.stdout }}/application/configs/application.ini"
|
|
|
|
|
2016-02-04 17:33:17 +01:00
|
|
|
- name: Set www-data owner of "ansistrano_deploy_to"
|
|
|
|
become: yes
|
|
|
|
file: path="{{ ansistrano_deploy_to }}" state=directory recurse=yes owner=www-data group=www-data
|