: put retrodojo in place, push wordpress database

This commit is contained in:
VC
2025-02-17 14:50:14 +01:00
parent f8013e3fea
commit 5a71894134
8 changed files with 180 additions and 0 deletions

View 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"