✨: BaC now deploy automatically
This commit is contained in:
11
roles/bac/tasks/main.yml
Normal file
11
roles/bac/tasks/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
- name: Install BaC application
|
||||
ansible.builtin.unarchive:
|
||||
remote_src: true
|
||||
src: "{{ bac_url }}"
|
||||
dest: "{{ bac_home }}"
|
||||
owner: root
|
||||
group: www-data
|
||||
mode: "a-rwx,u+rwX,g+rX"
|
||||
extra_opts: ['--strip-components=1']
|
Reference in New Issue
Block a user