✨: put retrodojo in place, push wordpress database
This commit is contained in:
12
roles/retrodojo/tasks/main.yml
Normal file
12
roles/retrodojo/tasks/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
|
||||
- name: Init db
|
||||
ansible.builtin.include_tasks: db.yml
|
||||
|
||||
- name: Put program file in place
|
||||
ansible.builtin.template:
|
||||
src: "index.php.j2"
|
||||
dest: "{{ retrodojo_home }}/index.php"
|
||||
owner: root
|
||||
group: www-data
|
||||
mode: "0o640"
|
Reference in New Issue
Block a user