Added google tag
Added ansible Added deploy.sh
This commit is contained in:
11
ansible/roles/upload/tasks/main.yaml
Normal file
11
ansible/roles/upload/tasks/main.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
# Tasks for upload role
|
||||
- name: Ensure Host Directory exists
|
||||
file:
|
||||
path: "{{ host_directory }}"
|
||||
state: directory
|
||||
|
||||
- name: Upload the .env file
|
||||
template:
|
||||
src: "files/.env"
|
||||
dest: "{{ host_directory }}/.env"
|
||||
Reference in New Issue
Block a user