restructured ansible-office repo

This commit is contained in:
2024-12-04 10:47:12 +01:00
parent 35892aec74
commit 0bb7ecbbc0
17 changed files with 20 additions and 123 deletions

16
roles/lamp/tasks/main.yml Normal file
View File

@@ -0,0 +1,16 @@
---
- name: Install LAMP stack dependencies
include_tasks:
file: dependencies.yml
- name: Configure Apache.
include_tasks:
file: apache.yml
- name: Configure PHP.
include_tasks:
file: php.yml
- name: Configure MySQL.
include_tasks:
file: mysql.yml